]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
basic architecture for game configuration at runtime. writes out a .game, no sanity...
authorTTimo <ttimo@ttimo.net>
Tue, 25 Dec 2007 00:10:45 +0000 (00:10 +0000)
committerTTimo <ttimo@ttimo.net>
Tue, 25 Dec 2007 00:10:45 +0000 (00:10 +0000)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@192 8a3a26a2-13c4-0310-b231-cf6edde360e5

51 files changed:
ChangeLog [new file with mode: 0644]
TODO [new file with mode: 0644]
config.py
docs/developer/.cvsignore [deleted file]
docs/developer/CHANGES [deleted file]
docs/developer/DRAFT [deleted file]
docs/developer/HEAP [deleted file]
docs/developer/Inspector/Inspectors.argo [deleted file]
docs/developer/Inspector/Inspectors.xmi [deleted file]
docs/developer/Inspector/Inspectors_classdiagram1.pgml [deleted file]
docs/developer/Inspector/Inspectors_collaborationdiagram1.pgml [deleted file]
docs/developer/Inspector/Inspectors_usecasediagram1.pgml [deleted file]
docs/developer/Inspector/classdiagram1.gif [deleted file]
docs/developer/Inspector/collaborationdiagram1.pgml [deleted file]
docs/developer/Inspector/inspector.txt [deleted file]
docs/developer/RegExp/Go [deleted file]
docs/developer/RegExp/Go.cleaned [deleted file]
docs/developer/RegExp/pattern [deleted file]
docs/developer/RegExp/replace.pl [deleted file]
docs/developer/RegExp/tstscrpt.pl [deleted file]
docs/developer/TESTERS [deleted file]
docs/developer/TODO [deleted file]
docs/developer/TstMaps/Desktop_pb_leaf.map [deleted file]
docs/developer/TstMaps/komap1.map [deleted file]
docs/developer/TstMaps/realloc.map [deleted file]
docs/developer/TstMaps/sput.map [deleted file]
docs/developer/TstMaps/ttq3dm3.map [deleted file]
docs/developer/TstMaps/western.map [deleted file]
docs/developer/UML/modules.zargo [deleted file]
docs/developer/WIN32BETA [deleted file]
docs/developer/WIN32SETUP [deleted file]
docs/developer/XML.txt [deleted file]
docs/developer/XMLPush/ReadMe.txt [deleted file]
docs/developer/XMLPush/StdAfx.cpp [deleted file]
docs/developer/XMLPush/StdAfx.h [deleted file]
docs/developer/XMLPush/XMLDump.xml [deleted file]
docs/developer/XMLPush/XMLPush.cpp [deleted file]
docs/developer/XMLmap.txt [deleted file]
docs/developer/changes.201.202 [deleted file]
docs/developer/d2u [deleted file]
docs/developer/data-driven-design.txt [deleted file]
docs/developer/frp [deleted file]
docs/developer/q3mapfeedback.txt [deleted file]
install/games/q3.game [deleted file]
radiant/dialog.cpp
radiant/dialog.h
radiant/gtkmisc.cpp
radiant/main.cpp
radiant/preferences.cpp
radiant/preferences.h
radiant/qe3.cpp

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..1fffec0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+- add browse buttons to CGameInstall dialog for engine folder
+
+- copy content, only generating the .game atm
+
+- delete .game files? should we also delete files that were copied?
+
+- when doing Q3 + mod, the mod has to be setup in the preferences
+(that's a bit awkward)
+
+- the game list reload doesn't work right, the entries in the combo probably need to be initialized again
index 9b7e370db6f944b32b04540b8942448c0041e80d..107a04c7eb85f210813df82f9281df6899a49c05 100644 (file)
--- a/config.py
+++ b/config.py
@@ -152,9 +152,11 @@ class Config:
                env.Append( CPPDEFINES = [ 'Q_NO_STLPORT' ] )
                if ( config == 'debug' ):
                        env.Append( CFLAGS = [ '-g' ] )
+                       env.Append( CXXFLAGS = [ '-g' ] )
                        env.Append( CPPDEFINES = [ '_DEBUG' ] )                         
                else:
                        env.Append( CFLAGS = [ '-O3', '-Winline', '-ffast-math', '-fno-unsafe-math-optimizations' ] )
+                       env.Append( CXXFLAGS = [ '-O3', '-Winline', '-ffast-math', '-fno-unsafe-math-optimizations' ] )
                        #env.Append( CFLAGS = [ '-march=pentium3' ] )
 
 #              env.Append( LINKFLAGS = [ '-m32' ] )
diff --git a/docs/developer/.cvsignore b/docs/developer/.cvsignore
deleted file mode 100644 (file)
index cc43c10..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*.BAK
diff --git a/docs/developer/CHANGES b/docs/developer/CHANGES
deleted file mode 100644 (file)
index 20d07a9..0000000
+++ /dev/null
@@ -1,5616 +0,0 @@
-This is the changelog for developers, != changelog for the end user \r
-that we distribute with the binaries. (see changelog)\r
-\r
-05/19/2004\r
-TTimo\r
-- testing CIA setup\r
-\r
-04/09/2004\r
-TTimo\r
-- update the OSX setup / .info generation code\r
-\r
-04/08/2004\r
-TTimo\r
-- fix for scons 0.95\r
-- re-enable Python >= 2.1 version check\r
-- OSX 10.3: remove obsolete dlsym_auto_underscore (bug #920)\r
-- OSX: disable q2 tools build (broken thread code)\r
-\r
--- 1.4.0\r
-\r
-SCDS_reyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=963\r
-  fix to multiple monitor support (ABI compatibility with NT4)\r
-\r
--- 1.4.0-rc2\r
-\r
-14/12/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=955\r
-  fix setup to install VC7 runtime\r
-\r
--- 1.4.0-rc1\r
-\r
-10/12/2003\r
-TTimo\r
-- created stable branch, branches/1.4 on all SVN modules\r
-- removed outdated .dsp/.dsw (.net 2002 required now)\r
-\r
--- branches/1.4\r
-\r
-06/12/2003\r
-SCDS_ReyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=930\r
-  shortcuts to change texture window scale\r
-\r
-02/12/2003\r
-SCDS_ReyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=913\r
-  fix for single monitor window positioning save\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=924\r
-  fixes to CenterXYView shortcut, correctly bound to Shift+Control+Tab now\r
-TTimo\r
-- add a 'q3map2' command line to win32_install.py, factorize and remove win32_install_q3map2.py\r
-\r
--- linux 1.3.14 test build 1\r
-\r
-29/11/2003\r
-TTimo\r
-- heretic2 has no q2map. linux setup tries to install and breaks\r
-  removed faulty setup line\r
-- cleaned more Linux setup fuckage caused by q2/her2\r
-  a tip: rm -rf build install before building and testing a new setup\r
-\r
-28/11/2003\r
-ydnar\r
-- full SCC purge of the vs.net project files (for real this time)\r
-- added seperate Q3Map2 build targets\r
-- added seperate Q3Map2 post-build Python script\r
-- _skybox entity support\r
-- _skybox and _decal in entities.def (Q3)\r
-\r
--- win32 1.3.14 test build 1\r
-\r
-28/11/2003\r
-djbob\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=899\r
-  bobtoolz update (icon functionality is in menu too)\r
-djbob & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=842\r
-  migration of the win32 build system to vs.net/VC7\r
-  new libxml and libpng packages are required:\r
-  http://zerowing.idsoftware.com/libxml/\r
-  http://zerowing.idsoftware.com/libpng/\r
-  updated win32_install.py for new names and paths\r
-TTimo\r
-- assraped the vcproj with sed to remove Scc entries\r
-SCDS_ReyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=88\r
-  2D background image plugin\r
-TTimo\r
-- putting together win32 setup updates for 1.3.14\r
-  msvcr70.dll goes in core directory\r
-  bkgrnd2d plugin content\r
-  changed file paths (libxml/libpng)\r
-  .xlink for new JA content\r
-\r
-27/11/2003\r
-TTimo\r
-- using a central scons.signatures file for checksums\r
-- version bump to 1.3.14\r
-- a libxml-related build bug in qe3.cpp on Debian sid\r
-- it looks like Sid no longer has inflate_mask exported from /usr/lib/libz.so\r
-  switched the mask to be defined in our source\r
-  this may be a problem on other distros, and on holy box (Woody)\r
-SCDS_ReyalP\r
-- bug 921 and 922, Z floating window fixes\r
-- bug 926, hullcaulk, hintskip, subtlehint\r
-EvilTypeGuy\r
-- bug 505 - select all faces with a given texture\r
-\r
-19/11/2003\r
-ydnar\r
-- clipper tool plane points default to 1st selected patch mesh\r
-\r
-17/11/2003\r
-TTimo\r
-- upgraded server to subversion 0.33\r
-\r
--- released 1.3.13\r
-\r
-10/11/2003\r
-SCDS_reyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=917\r
-  floating windows startup crash\r
-\r
-09/11/2003\r
-TTimo\r
-- fix M4_GAME_ET ( OSX setup )\r
-AstroCreep\r
-- cleaned up JA shader scripts\r
-\r
-01/11/2003\r
-ydnar\r
-- Merged ASE submaterial/subobject code from BirdDawg\r
-- Made Q2/Heretic2 tools not use precompiled headers to eliminate Win32 compilation errors\r
-- Added glColor4ubv() support to the GL function table\r
-- Changed PicoModel rendering to use glColor4ubv() instead of 4 divides and pass-by-value glColor4f()\r
-- Fixed bug 900 by setting alpha to 255 explicitly in image module, rather than 3 input components,\r
-  which was borking Q3Map2 jpeg loading, and thus compiles\r
-\r
-24/10/2003\r
-TTimo\r
-- bump to 1.3.13\r
-Anders\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826\r
-new osx patch, fixes strip bug in setup. merging setup patches to a single file\r
-SCDS_reyalP\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=900\r
-Some jpegs get garbaged alpha channel\r
-\r
-22/10/2003\r
--- merge https://zerowing.idsoftware.com:666/radiant/GtkRadiant/branches/Release-1.3.12/\r
-  19/10/2003\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826\r
-    scons BUILD=info to generate a tarball and it's .info\r
-\r
-  18/10/2003\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=888\r
-    patch for 16 bit RGBA support in glwidget\r
-\r
-  -- released 1.3.12 Linux\r
-\r
-  14/10/2003\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=879\r
-    fixed hellish dlclose issue only occuring with holy builds\r
-\r
-  -- released 1.3.12 win32\r
--- end merge\r
-Arnout\r
-- added epsilon testing to hashtable compares to eliminate almost-identical vertices\r
-- pico surfaces now use the normals from LWO vertices\r
-\r
-21/10/2003\r
-Arnout\r
-- added hashtable for faster vertex matching during LWO surface generation\r
-- model rendering now uses DrawElements and will use vertex colours in wireframe/flats shade mode \r
-\r
-20/10/2003\r
-Arnout\r
-- added LWO support to picomodel.\r
-    shader names are derived from surface name\r
-    only geometry from layer 0 is used\r
-- added support for 'vertical flipped' TGAs\r
-\r
-19/10/2003\r
-Arnout\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=893\r
-  fixed starton primary monitor\r
-  fixed mouse pointer setting on win32 to properly translate gdk's offset coordinate system in windows' one\r
-  \r
--- released 1.3.12 win32\r
-\r
-11/10/2003\r
-Spog\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=865\r
-  fix texture subsets\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=889\r
-  misc update, missing JA system textures\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=824\r
-  fixed .pref file trashing\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=881\r
-  BSP monitoring disabled by default in Q2\r
-\r
-09/10/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=883\r
-  more JA pack: shaders and mapextras.pk3 textures\r
-- fix Q2 win32_install.py to put the tools at the right spot\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=878\r
-  correctly support PNG images with an alpha channel\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=885\r
-  fix console to refresh during a texture directory load\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=739\r
-  fix weird Shift + Control + Z causing a Redo in non-floating window mode\r
-\r
-07/10/2003\r
-Nurail & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872\r
-  Q2 tools, added -fs_basepath. Need corresponding setup and .proj updates\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=875\r
-  fixed broken surface properties in Q2 surface plugin\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872\r
-  more fixes, build paths in scons, take out INSTALL config on command line (not functional + not need)\r
-  added Q2 tools back to Linux setup\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197\r
-  using "*" as the shaders minor in surface plugin\r
-- updated makeself copy to the latest from icculus.org cvs\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574\r
-  sprite plugins, tweak to make it functional for all games\r
-- updated Q2 tools .dsp\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=876\r
-  more Jedi Academy setup work and content\r
-  moving imagepng.dll module to the core, as now both Sof2 and JA need it\r
-  sample maps reorg, new siege_hoth_sample.map\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=874\r
-  a lot more models - using a dynamic File Group in IS to cope with that\r
-- Q2 IS setup fix, was not properly putting stuff in baseq2/\r
-  IS setup: tweak to Q2 tools stuff\r
-\r
-06/10/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872\r
-  Q2 setup needs to be cleaned up and unified between win32 and Linux\r
-  using INSTALL_Q2 and TOOLS_Q2 in SCons script to install the Q2 tools\r
-  fixed the setup build dependencies to reference the Q2 tools targets\r
-  moved the Q2 specific modules imagewad and vfspak to q2/modules\r
-\r
-05/10/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=871\r
-  updating the gtk2 version to 2.2.4\r
-  adding an SVN module with the Gtk2 developer package: checkout gtk2-win32\r
-  updating IS to the new files\r
-  sed'ing the .dsp to replace src-gtk2 by gtk2-win32\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=609\r
-  Q2 tools: comment out dupe strupr on win32\r
-  update IS setup to missing Q2 stuff ( vfspak and tools )\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=866\r
-  Fixed Camera inspector window not refreshing. Was a missing top level gtk_widget_show call\r
-\r
-03/10/2003\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=609\r
-  quake2 tools build scripts\r
-  Linux setup updates - Q2 game pack in Linux setup\r
-TTimo\r
-- scan through all URL links in game.xlink to update them\r
-- added JA links (Raven and MapCenter forums)\r
-\r
-30/09/2003\r
-TTimo\r
-- update all synapse.config, win32 .dsw and install_win32.py for new surface module\r
-- Jedi Academy and Quake II game packs in IS setups\r
-- hardcoded hacks in editor core for JA, copied over from JKII\r
-- bug #867, disable sleep by default\r
-- q3map2 bug fix\r
-\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=862\r
-  Q2's 'no patch' stuff\r
-\r
-29/09/2003\r
-TTimo\r
-- OSX: fixup setup.xml.in\r
-\r
--- merge bug856 back into trunk\r
-16/09/2003\r
-Nurail\r
-- new patch + win32 stuff for surface module\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=804\r
-  refactored the XML synapse.config handling:\r
-    better detection of invalid XML file\r
-    less code, factorized to CSynapseClient::ConfigXML\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=828\r
-  fixing bobtoolz 'shaders' major loading issues\r
-  added '*' minor. to be used with lots of caution. only if the given major will have a single API such as 'shaders'\r
-  also, map module was missing a VFS entry in non-HL configs. that's bad karma, using a minor "*" instead\r
-  NOTE: on a lot of modules we could be using a '*' entry instead of having lines in synapse.config\r
-- took out obsolete md3model\r
-\r
-15/09/2003\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=856\r
-  quake2 surface module\r
-\r
-07/09/2003\r
-Nurail & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=856\r
-  a surface inspector module to customize per-game API\r
-  removing DO_SURFACEPLUGIN define (enabled implicitely)\r
-  removing bSurfacePropertiesPlugin (true implicitely)\r
-  remove SI_SetActiveInRadiant, it's always on by default\r
-  why was USE_UNDOTABLE_DEFINE taken out? - put back in\r
-  removed DBG_PLUGIN define and related code, that stuff is from way back and no longer relevant\r
-  cleanup QERApp_FreeShaders in shader module from DO_SURFACEPLUGIN stuff\r
-  the WINAPI stuff in interfaces is not needed, that's an old remnant. Cleaned up\r
--- end merge bug856 back into trunk\r
-\r
-19/09/2003\r
-Justin Blur\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=785\r
-  fix ~/.radiant permission bug\r
-Nurail & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=849\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=851\r
-  win32 updates for the new modules and install_win32.py\r
-\r
-16/09/2003\r
-Nurail & Hydra\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=848\r
-  q2 map format minor\r
-\r
-08/09/2003\r
-Tr3B\r
-- imagepng.so / PNG format support in Linux\r
-  NOTE: atm no official supported Linux game by GtkR uses this\r
-\r
-07/09/2003\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=851\r
-  imagewal.so module / wal image format\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=840\r
-  md2 support in picomodel\r
-\r
-06/09/2003\r
-Nurail & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=848\r
-  renaming mapq3.so to map.so\r
-  added hooks for Q2 map format load/save to single map module (minor mapq2)\r
-Nurail\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=849\r
-  vfspak port to synapse and updates\r
-\r
-04/09/2003\r
-SPoG\r
-- Fixed crash in RunBsp caused by passing an invalid pointer to printf.\r
-- Changed console to wrap long lines instead of using horizontal scrollbar.\r
-\r
-30/08/2003\r
-Anders & TTimo\r
-- OSX setup, new patch to make scons SETUP=1 produce a .run\r
-- don't put bspc Linux binary in the setup\r
-\r
-26/08/2003\r
-Anders\r
-- more scons OSX, start on setup stuff\r
-\r
-25/08/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=855\r
-  make 'move into worldspawn' work again\r
-Anders Gudmundson & TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826\r
-  OSX scons build system\r
-\r
-24/08/2003\r
-ydnar\r
-- Removed "test.cpp" from radiant.dsp (merge artifact?)\r
-- Added ddslib to radiant.dsw\r
-- Correctly set lib deps for q3map2.dsp for ddslib\r
-- [bug 852] Increased buffers from 260 bytes on Win32 to 4096 bytes\r
-\r
-TTimo\r
-- bump to ver 1.3.12\r
-- EnsurePythonVersion broke in 0.91 (commented out)\r
-\r
-David Hogue\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=844\r
-  q3data Linux. q3data can read .ase and turn them into .md3\r
-\r
-23/08/2003\r
-ydnar\r
-- Added ddslib to repository, based on nvidia sample code, cleaned up a bit\r
-  straight C, loads DXT1, DXT3 and DXT5 format DDS textures.\r
-\r
-22/08/2003\r
-TTimo\r
-- https://zerowing.idsoftware.com:666/viewsvn/\r
-- Arnout's commit email script - try #2\r
-  the commit script doesn't handle viewsvn root remaps (radiant instead of radiant.svn)\r
-  adding a prefix to the report\r
-\r
-04/08/2003\r
-TTimo\r
-- conversion from CVS to Subversion:\r
-repository convert completed (with revml)\r
-module repositories glued together in a single one\r
-hooking email commit scripts and backup scripts\r
-- Python >= 2.1 required instead of 2.2\r
-\r
--- tagged as head-cvs2svn\r
-\r
-01/08/2003\r
-SPoG\r
-- Changed gl widget to request maximum available depth buffer precision.\r
-- Changed all uses of deprecated GtkCList and GtkCTree to use GtkTreeView/Model.\r
-- Fixed directory handle leakage in synapse module search.\r
-- Fixed dir_dialog always returning NULL for Textures -> Load Directory.\r
-\r
-23/07/2003\r
-SPoG\r
-- Ported focus_out_event handlers in gensurf to gtk2 signals system.\r
-- Fixed failure to load models for entities other than misc_model.\r
-- Fixed crash in model module shutdown caused by mismatched resource capture/release.\r
-\r
-22/07/2003\r
-TTimo\r
-- fix q3map2 .dsp for correct glib-2.0 includes (common/vfs.c)\r
-- camera plugin installs to core now (RTCW and ET)\r
-- fixups to the merged setup stuff\r
-- patched cvsreport to provide explicit diff for some files #2\r
-- fix to work with scons 0.90 / added LIBPREFIX ('lib') where needed\r
-  https://sourceforge.net/tracker/?func=detail&atid=398971&aid=766975&group_id=30337\r
-SPoG\r
-- Fixed crash in cmdlib ExtractFileBase when source filename is an empty string.\r
-\r
-20/07/2003\r
-TTimo\r
-- SCons scripts for the ported plugins: bobtoolz, camera, prtview, gensurf\r
-- ET Linux setup script + new plugins\r
-- q3map2.x86 is installed and wrapped through a q3map2 script (libstdc++ LD_LIBRARY_PATH)\r
-- update ChangeLog and credits\r
-- put back the GTKRAD_DIR in .fgl\r
-\r
-19/07/2003\r
-SPoG\r
-- Tagged trunk before merge as bug537-merge-3.\r
-- Tagged branch port_gtk2_20030307 as gtk2-merge-final.\r
-- Merged changes since tag bug537-merge-2 into trunk.\r
-- Removed gtk dependency from plugin toolbar interface.\r
-- Ported prtview, bobtoolz and gensurf to gtk2.\r
-\r
-18/07/2003\r
-Anders Gud\r
-- OSX build fix\r
-\r
-16/07/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=814\r
-  merging ET support code into to trunk\r
-- cvsreport 0.3.0 - http://www.nongnu.org/cvsreport/\r
-  rolling out this ver since old cvsreport setup broke\r
-- fixup to build on Linux (including fixing plugin builds)\r
-\r
--- release-1_3_8-ET\r
-\r
-02/07/2003\r
-TTimo\r
-- new setup build, with patches and updates from SD\r
-- local fixing of bobtoolz dependency against libcmd, and itoolbar.h gtk header bustage\r
-\r
-19/06/2003\r
-TTimo\r
-- missing plugins. add them to .dsw for default build, add them to IS setup:\r
-  camera, gensurf, bobtoolz, prtview\r
-- fixup bobtoolz code for VC6. for(int i=0 causing duplicate definition errors\r
-- removed pk3man from IS (we no longer distribute/maintain it)\r
-  TODO: cvs remove the IS files for it\r
-- re-enabled plugins in build by default, disabled curry and textool\r
-  TODO: following error when bring up About box of bobtoolz:\r
-  BobToolz::ERROR->Failed To Load Exclusion List: C:\Program Files\GtkRadiant-ET-1.3\plugins\bobtoolz.dllbt\bt-el2.txt\r
-\r
-18/06/2003\r
-TTimo\r
-- add ET game pack. from Arnout's full dump of editor source + game pack data\r
-  trunk tagged at ET-tag for this\r
-- Dlg_SdAskCorePath:\r
-    szDir   = "C:\\Program Files\\GtkRadiant-ET-1.<<RADIANT_MAJOR>>";\r
-\r
-09/06/2003\r
-ydnar\r
-- Added Q3Map2 keys/entities to Quake 3 entities.def\r
-- Removed obsolete vlight keys from Quake 3 entities.def\r
-- Added MD5 functionality to mathlib, from:\r
-  http://sourceforge.net/projects/libmd5-rfc/\r
-\r
-------- merged changes since tag bug537-merge-2 from branch port_gtk2_20030307 to trunk\r
-\r
-TTimo\r
-- try checkin on branch see if cvsreport 0.3.0 will verbose it\r
-\r
-08/07/2003\r
-SPoG\r
-- Fixed recent-files list for file names containing underscores.\r
-\r
-07/07/2003\r
-SPoG\r
-- Fixed crash and file-type bugs in gtk file-dialog.\r
-TTimo\r
-- converted the setup code from perl to python\r
-- added copy over of libgcc_s and libstdc++, and LD_LIBRARY_PATH in the wrapper script\r
-\r
-06/07/2003\r
-SPoG\r
-- Changed console popup menu to include cut/copy/paste as well as clear.\r
-\r
-05/07/2003\r
-SPoG\r
-- Fixed the way surface-inspector dialog responds to escape key.\r
-\r
-04/07/2003\r
-TTimo\r
-- linux building / SCons\r
-  0.90 is broken, use 0.14 for now. added version check\r
-  adding scons SETUP=1 option to spawn setup build\r
-  enable back vfswad in scons\r
-  TODO: grab Conscript-setup, convert it to python in build_setup function\r
-\r
-02/07/2003\r
-TTimo\r
-- building a win32 setup, using -gtk2 suffix (game packs in Radiant-1.3-gtk2 and core in GtkRadiant-1.3-gtk2)\r
-SPoG\r
-- Ported vfswad to gtk2.\r
-- Fixed memory leak in vfspk3 directory search.\r
-- Added vfswad to win32_install.py.\r
-\r
-09/06/2003\r
-TTimo\r
-- tagging setup/ as gtk2_setup_rollback\r
-  rolling back trunk setup code to the branch to build an experimental release\r
-- merge trunk to branch:\r
--- tagged HEAD with bug537-merge-2\r
--- merge HEAD between bug537 and bug537-merge-2 into the branch --\r
-  31/05/2003\r
-  TTimo\r
-  - grab back vfswad code that I forgot in bug 800 rollback\r
-  - add prtview back to the project, fix it to build (#817)\r
-\r
-  27/05/2003\r
-  djbob\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=817\r
-    prtview fixes, upgrade to synapse\r
-\r
-  -- release-1_3_8\r
--- end merge HEAD between bug537 and bug537-merge-2 into the branch --\r
-- freshly merged in vfswad is broken\r
-- freshly merged in prtview is broken\r
-- q3radiant.dsp -> GtkRadiant.dsp, outputs GtkRadiant.exe\r
-- removed vc5 dsps\r
-SPoG\r
-- Updated win32 setup stuff to use gtk2 dlls.\r
-- Modified setup.pl to run correctly (tested on cygwin perl 5.6).\r
-\r
-08/06/2003\r
-TTimo\r
-- Linux:\r
-  check gcc 3.x, better ldd check\r
-  add gcc version to about message\r
-  kill old cons stuff\r
-- added q3map2.x86 scons build  \r
-- header conflict libs/cmdlib.h tools/quake3/common/cmdlib.h\r
-  grepped through q3map2 source to change #include "cmdlib.h" to common/cmdlib.h\r
-- killed more cons files remnants\r
-SPoG\r
-- Improved error reporting for win32 setup system.\r
-- Fixed errors reported when running setup scripts.\r
-- Fixed scale of xor selection rectangle in XY window.\r
-\r
-07/06/2003\r
-SPoG\r
-- Fixed X Window System error when entering freelook on *nix.\r
-\r
-06/06/2003\r
-SPoG\r
-- Fixed copy/paste on *nix.\r
-- Changed copy/paste on *nix to use GtkClipboard api.\r
-- Changed copy/paste on win32 to be non-window-specific.\r
-- Further cleaned up MainFrame::Create.\r
-- Changed freelook to use gdk_window_get_origin instead of gdk_window_get_root_origin to place the cursor.\r
-\r
-05/06/2003\r
-SPoG\r
-- Fixed grey statusbar in 4-way-split mode.\r
-- Redirected gtk messages before creating main window.\r
-- Removed unused XYFriend hack from camwindow.\r
-\r
-04/06/2003\r
-TTimo\r
-- win32_install.py settings loaded/saved from site.conf\r
-\r
-02/06/2003\r
-TTimo\r
-- fixed python running with no output. Make sure VC6 finds native Python before any cygwin Python\r
-  look at the Directories settings in Tools > Options to either kill the c:\cygwin\bin path, or have Python path first\r
-- renamed dupe files to avoid header collision and general confusion between entity and model\r
-- added win32_install.py to perform post-build install (need to load the configuration paths from a non-cvs stored site.conf file)\r
-\r
-01/06/2003\r
-TTimo\r
-- bind gen.dsp to makeversion.py\r
-- added a run_python.bat to check for python presence and execute\r
-\r
-27/05/2003\r
-TTimo\r
-- write makeversion.py module - hook it up to SCons build - cleaner, easier to use\r
-- comment out vfswad build lines. source is still not in tree (bug 800 aftermath I think)\r
-\r
-18/05/2003\r
-SPoG\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537\r
-  Changed Sys_FPrintf_VA to immediately process console events during map load.\r
-  Changed startup to create main window after QE_Init().\r
-  Fixed loading last map on startup.\r
-  Fixed crash on exit.\r
-  Fixed colour dialog.\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537\r
-  have to delay merging back to trunk. \r
-  have a behaviour problem between debug and release builds.\r
-  while debug is fine, release is screwed (see bug item)\r
-\r
--- tagged HEAD with bug537\r
--- merge HEAD between merge-gtk2-20030413 and bug537 into the branch -----\r
-  11/05/2003\r
-  Dan Olofson & TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=812\r
-    workaround for ATI drivers bug (polygon backfaces)\r
-    use Preferences > 2D Display/rendering > ATI cards with broken drivers\r
-  Riant\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=806\r
-    updated synapse.config for SoF2 png\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=805\r
-    dir_dialog is broken - is only used in prefab path prompt\r
-\r
-  -- release-1_3_7\r
-\r
-  14/04/2003\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=801\r
-    moved "ignoring sprite for entity.." to be a _DEBUG only thing\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=802\r
-    fixed models not drawing on win32. was a setup bug\r
-  - OSX setup build updates - added dependency against libpng3-shlibs\r
-  - added openurl.sh to open urls on *nix (with setup updates)\r
-  Riant  \r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=803\r
-    RTCW - default_project.proj in setup\r
-\r
-  13/04/2003\r
-  Michael Schlueter & EvilTypeGuy\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=684\r
-    imagepng building under Linux\r
-  Riant & TTimo  \r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797\r
-    fixed texture compression support\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=799\r
-    regen project file from template on version upgrade\r
-    updated all default_project.proj to have "version" "1"\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=798\r
-    missing modules/bitmaps/model_reload_entity.bmp from Linux setup\r
--- end merge HEAD between merge-gtk2-20030413 and bug537 into the branch -----\r
-  \r
-17/05/2003\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537\r
-  http://www.qeradiant.com/wikifaq/index.php?Gtk2%20build%20notes\r
-  went through the new dll dependencies, listed required files preparing for a single zip package\r
-  updated all the project files to rely on src-gtk2/\r
-\r
-13/04/2003\r
-SPoG\r
-- Tagged HEAD with 'merge-gtk2-20030413' and merged HEAD --> port_gtk2_20030307.\r
-\r
-12/04/2003\r
-SPoG\r
-- Added gtk-2.x libraries to win32 setup.\r
-- Changed win32 setup to use 'dynamic' file-groups, making it possible to add files without\r
-  modifying installshield scripts.\r
-- Modified win32/setup.pl to copy setup data to dynamic file-group directories.\r
-\r
-30/03/2003\r
-TTimo\r
-- added scons scripts. the scons engine is included in the tree. you just need to have python\r
-  have ldd -r safe check on .so  \r
-  TODO:\r
-  - make sure it's gcc3\r
-  - check OSX\r
-  - add q3map2 build\r
-\r
-29/03/2003\r
-TTimo\r
-- tracked and fixed the startup bomb on Debian sid:\r
-  `pkg-config gtk+-2.0 --libs`\r
-  -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0\r
-  http://www.gnu.org/manual/ld-2.9.1/html_chapter/ld_2.html#SEC3\r
-  --export-dynamic\r
-    When creating a dynamically linked executable, add all symbols to the dynamic symbol table. \r
-    The dynamic symbol table is the set of symbols which are visible from dynamic objects at run time. \r
-    If you do not use this option, the dynamic symbol table will normally contain only those symbols \r
-    which are referenced by some dynamic object mentioned in the link. If you use dlopen to load \r
-    a dynamic object which needs to refer back to the symbols defined by the program, rather than \r
-    some other dynamic object, then you will probably need to use this option when linking the program \r
-    itself.\r
-  this causes symbol confusion, shaders.so's g_ShaderTable suddenly resolves to the core's g_ShaderTable\r
-  one is a 'shaders' API, the other an 'appshaders' .. everything gets badly mixed up\r
-  added a check in the cons script, using `pkg-config gtk+-2.0 --libs-only-L` `pkg-config gtk+-2.0 --libs-only-l`\r
-  (same for gtkglext)\r
-    \r
-28/03/2003\r
-TTimo\r
-- propagate jpeg compile fix from bug750 branch\r
-- use PKG_CONFIG_PATH when building radiant/ (alternate gtkglext-1.0)\r
-- on OSX, you need gtk+2-dev package, and pkgconfig, atk1\r
-  build gtkglext from source http://gtkglext.sourceforge.net\r
-\r
-17/03/2003\r
-TTimo\r
-- updated the build system to glib2/gtk2/gtkglext\r
-  atm it compiles and starts on my dev box (Debian Sid)\r
-  but doesn't reach end of initialization, hangs on\r
-   q = (qtexture_t*)g_hash_table_lookup (g_ShadersTable.m_pfnQTexmap (), stdName);\r
-   in shaders.cpp QERApp_Try_Texture_ForName\r
-  need to have the gtk2 dev packages, and libgtkglext1-dev\r
-\r
-12/03/2003\r
-SPoG\r
-- Replaced alpha-blended area-selection rect with XOR rect.\r
-- Fixed YX/XZ/YZ toggle in floating windows layout.\r
-- Cleaned up xor rectangle code.\r
-\r
-11/03/2003\r
-SPoG\r
-- Fixed console scroll-to-last-text-inserted.\r
-- Fixed console error/warning colours.\r
-- Refactored or removed WIN32-specific gtk-related stuff.\r
-- Removed win32 SetCapture/ReleaseCapture on GLWindow.\r
-- Removed win32 gtk_main_iteration calls in glwindow mousemoved.\r
-- Cleaned up start-on-primary-monitor stuff.\r
-- Changed main window to use standard save/load window position/size.\r
-- Replaced deprecated gtk_widget_set_uposition with gtk_window_move.\r
-- Removed win32/X gl functions from igl.\r
-- TODO: replace/remove deprecated gtk_widget_usize.\r
-\r
-10/03/2003\r
-SPoG\r
-- Changed fonts in win32 rc file to 8pt tahoma.\r
-- Fixed flat-grey gui in Regular layout mode.\r
-- Changed main-window save/restore maximized to use gtk API.\r
-- Fixed button_press_event handling on console/entity/entitylist windows.\r
-\r
-09/03/2003\r
-SPoG\r
-- Fixed crash on shutdown after changing floating-z-window preference.\r
-- Removed win32_realize_floating hack.\r
-- Refactored MainFrame::Create to make it more readable.\r
-- Fixed key_press_event handlers for entity/surface/patch dialogs.\r
-- Fixed delete_event handlers for dialogs derived from Dialog class.\r
-\r
-08/03/2003\r
-SPoG\r
-- Fixed viewport for entity window comment text.\r
-- Fixed x-shrinking for entity window comment text.\r
-- Fixed menu underscore shortcut hack in MRU list.\r
-- Changed groupdialog to connect switch_page signal after creating all pages. \r
-- Changed gl widget to use gtkglext/pango to create fonts.\r
-- Cleaned up gtkglext glwidget implementation.\r
-- Reduced border size on toolbar widgets.\r
-- Replaced font with font_name in win32 rc file.\r
-- Added viewports for all scrolled text boxes.\r
-- Fixed entities/textures/console window title update when page is changed.\r
-- Fixed floating windows not being transient to main window (don't want them on taskbar).\r
-\r
-07/03/2003\r
-SPoG\r
-- Created a new branch for the port to gtk 2.x. \r
-- Fixed menu underscore shortcuts to use gtk_label_new_with_mnemonic.\r
-- Fixed global keyboard shortcuts by using mainframe_keypress.\r
-- Fixed use of deprecated gtk_color_selection_get_color.\r
-- Removed use of deprecated gtk_paned_set_gutter_size.\r
-- Replaced deprecated gtk_widget_draw with gtk_widget_queue_draw.\r
-- Replaced deprecated gtk_object_get/set_data with g_object_get/set_data.\r
-- Replaced deprecated gdk functions with 2.x equivalents.\r
-\r
-\r
------ branch port_gtk2_20030307 ------\r
-\r
-\r
-13/04/2003\r
-Michael Schlueter & EvilTypeGuy\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=684\r
-  imagepng building under Linux\r
-Riant & TTimo  \r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797\r
-  broken texture compression support\r
-\r
-12/04/2003\r
-TTimo\r
-- push version to 1.3.7-dev\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=794\r
-  add a synapse.config chunk for image module\r
-  also added check for correct dynamic APIs initializations (bug 796)\r
-  misc stability fixes to synapse\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=796\r
-  "map" "maphl" not checking for "VFS" "wad" presence\r
-  added a safe check. don't have an HL setup to test on though\r
-LordHavoc\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=790\r
-  misc crash fixes related to vfsLoadFullPathFile returning -1 on not found\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=89\r
-  work on Q1 support\r
-  added a new module 'Q1Pack' wit the synapse.config for Q1\r
-  applied the patch (#415) - with some modifications. Removed unused TGA stuff from imagehl.\r
-Riant\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=781\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=795\r
-  1.3 SoF2/JK2 setup missing synapse.config\r
-  several fixes to the SoF2/JK2 support\r
-  BSP menu, q3map2 + monitored compiling\r
-  fixed TEMPLATEapppath expansion\r
-  Q3 default_project.proj\r
-\r
-10/04/2003\r
-** who ? ** (ETG?)\r
-- Compilation warning fixes including:\r
-    lack of newline at end of files\r
-    non-virtual destructor for virtual function class\r
-    addition of header #includes to solve "implicit declaration" cases\r
-    corrected bogus #endif declarations\r
-    added declaration of WinPrint for l_net_berkley.c\r
-- Added _GNU_SOURCE define for q3map2 threads.c for non-WIN32 platforms\r
-    (usage of mutex_setattr_settype is a posix *extension*)\r
-\r
-29/03/2003\r
-TTimo\r
-- merging bug750 branch back into trunk. Have Linux and OSX setup live together\r
-- added setup.sh.in config.sh.in / stuff flagged as OSX-only - setup.sh only tries to run setup.gtk\r
-- the .deb building on Linux was experimental, we don't plan to use it. took it out (.deb is for OSX/fink setup build)\r
-- setup.xml.in with a bunch of OSX updates\r
-- propagated back the GtkR setup patch to lokisetup ML\r
--- bug750 branch -------------------------------\r
-       18/03/2003\r
-       X-Man & TTimo\r
-       - corrected setup.gtk bugs (don't strip, detect arch correctly)\r
-       - fixed arch detection in postinstall.sh\r
-       - updated setup.sh to do the right thing and point to help\r
-       - rebuilding a rev 3\r
-\r
-       17/03/2003\r
-       TTimo\r
-       - setup.sh sources fink's init.sh stuff\r
-       - abort if not root\r
-       - fake xsu to have correct abort (run it as root directly)\r
-       - rebuilt .deb\r
-\r
-       10/03/2003\r
-       TTimo\r
-       - building a fink .deb to wrap the setup: when run as root, ./cons -- setup\r
-         now produces a .deb which wraps the graphical installer\r
-       - updated setup.gtk and related source patch to new loki_setup source\r
-       - handy script to use when putting together a list of dependencies:\r
-         otool -L radiant.ppc > otool.txt\r
-         cat otool.txt | sed -e 's/^\([^ ]*\) .*/\1/' | while read i ; do dpkg -S $i ; done 2>/dev/null\r
-\r
-       05/03/2003\r
-       TTimo\r
-       - making ./cons -- setup builds a .deb\r
-         the idea is to use a .deb for dependencies against fink, and trigger our custom setup once the .deb is installed\r
-         no dependencies atm, need to rebuild on OSX and write in the whole set of deps\r
-       - happy place, happy place .. the code to build a .deb for debian and a .deb\r
-         for fink won't be compatible. fink lacks -fakeroot support, some stuff needs\r
-         to run as root. Disabled for now\r
-       - hacked to fix libjpeg build, need to -Ilibs/jpeg6 before system paths\r
-         (would need a CPP_BASEPATH in the build system)\r
--- end bug750 branch -----------------------------\r
-\r
-13/03/2003\r
-Hydra\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197\r
-  cleanup in hydratoolz plugin\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776\r
-  more post build step cleanup\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=648\r
-  enginepath in setup\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574\r
-  sprites loader verbosity\r
-\r
-TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=775\r
-  - updating 1.3 setup against 1.2 tree\r
-  - zlib and libpng12 in Program DLL Files\r
-  - changelog.q3map2.txt to Program Misc Files\r
-  - merged RTCW GOTY edition prompt from 1.2 setup\r
-  - merge SoF2 setup prompt code from 1.2 setup\r
-  - made sure merged SoF2 .game has enginepath\r
-  - remove the media update items (we start from scratch on 1.3)\r
-  - bitmaps in Program Executable Files\r
-    file0=<<GTKRAD_DIR>>\GtkRadiant\plugins\model\bitmaps\picomodel.bmp\r
-    file1=<<GTKRAD_DIR>>\GtkRadiant\plugins\model\bitmaps\model_reload_entity.bmp\r
-  - added dependencies of q3data.exe installed in STVEF Executable Files (libxml2 etc.)\r
-  - removed libxml2 / iconv / glib where not needed\r
-\r
-11/03/2003\r
-Hydra TTimo\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776\r
-  sanitize post build step\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574\r
-  updates for spritemodel stuff. cleaned up the patch a bit\r
-\r
-Hydra\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=777\r
-  improve visibility of selected models\r
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197\r
-  hydratoolz update\r
-\r
-28/02/2003\r
-TTimo\r
-- building an experimental 1.3 full setup on win32\r
-       includes all games (Q3 RTCW JKII EF SOF2 HL)\r
-       several updates to .dsp's to get everything building in release\r
-       setup updates:\r
-               took out all plugins (they have not been ported)\r
-               took out q3map references (we only distribute q3map2 in 1.3)\r
-               add q3map2 to Program Executable Files\r
-               using GtkRadiant-1.<<RADIANT_MAJOR>> for core path\r
-               usign Radiant-1.<<RADIANT_MAJOR>> for game packs\r
-               adding synapse.config: HL / Q3 / RTCW (HL untested) - others don't have one yet\r
-\r
-17/02/2003\r
-TTimo\r
-- tweaking ./cons -- setup on OSX, look for gcc 3.x by default\r
-  -- creating branch bug750 for OSX setup work\r
-  - long term, we want a single setup file working for both Linux and OSX\r
-    but initial OSX setup work is easier if we just do a standalone OSX setup\r
-    though since it breaks Linux setup for a bit, putting this on a branch\r
-  - compiled a ppc setup.gtk from loki_setup\r
-  - updated Conscript-setup and related stuff to be OSX / ppc compliant\r
-\r
-16/02/2003\r
-TTimo\r
-- fixed symlink bug in Linux setup stuff\r
-\r
-15/02/2003\r
-TTimo\r
-- added CreateDirectoryPath to cmdlib, shuffled some utility code around.\r
-  QE_SaveProject correctly creates the paths\r
-\r
-10/02/2003\r
-TTimo\r
-- Finalize Linux x86 setup.\r
-  Updated loki_setup patch with SETUP_COMPONENT_PATH env var for postinstall.sh, rebuilt a glibc 2.1 x86 image for setup.gtk\r
-  Finished ./cons -- setup code up to final setup generation\r
-\r
-31/01/2003\r
-SPoG\r
-- bug #752 - Construct fix for ppc, patch applied.\r
-\r
-26/01/2003\r
-TTimo\r
-- bug #750 - revamp of the setup stuff on Linux\r
-  (under way, see bug for progress - feel free to help!)\r
-- reworked the cons scripts, setup is hooked in to cons now\r
-  also, added gcc version select on command line, using Cons_gcc.pm utility\r
-\r
-22/01/2003\r
-TTimo\r
-- merged merge-1_2_10-post back to trunk\r
-\r
-===============================================================\r
--- merging release-1_2_9 -> merge-post-1_2_10 into trunk\r
-   trunk before merge is tagged pre-merge-1_2_10\r
-===============================================================\r
-\r
-22/01/2003\r
-TTimo\r
-- finished up the TODO items, turned into bug items or dropped them. branch is ready to move back in to trunk\r
-\r
-18/01/2003\r
-TTimo\r
-- fixed ID_SELECTION_MERGE\r
-\r
-17/01/2003\r
-TTimo\r
-- fixups\r
-  FlushReloadSelectedToolbarButton -> CFlushReloadSelected\r
-  incorrect naming: RadiantToolbarModuleManager -> CRadiantToolbarModuleManager\r
-  ToolbarButton -> IToolbarButton, and C* implementations\r
-  http://www.qeradiant.com/wikifaq/admin.php?Code%20Conventions\r
-\r
-14/01/2003\r
-ydnar\r
-- Minor Cons fix for OS X (bug 729)\r
-\r
-13/01/2003\r
-ydnar\r
-- GtkRadiant now builds on OS X, Linux, and Win32 out of the same tree\r
-- OSX build uses gtkfileselect-linux now, as the Darwin version was broken/old\r
-  fixme: change this to use OS X open dialog box or something?\r
-- Minor fixes to a few files to fix gcc warnings\r
-- Model module now builds on OS X and Linux, using Synapse properly\r
-- PicoModel change to invert T coordinate on ASE models\r
-- Q3Map2 change to export ASE models with T coordinate flipped\r
-- Misc Q3Map2 changes\r
-\r
-09/01/2003\r
-ydnar\r
-- Updated Construct with Darwin/OS X ld flags for 4MB stack size\r
-- Misc Q3Map2 updates (2.3.35-dev)\r
-\r
-05/01/2003\r
-ydnar\r
-- "angles" key now properly ordered, to work with current mathlib\r
-  (also changed in Q3Map2)\r
-\r
-31/12/2002\r
-ydnar\r
-- PicoModel: Minor fix to MDC loader (naming/define)\r
-- Q3Map2: 2.3.34-pre-1 updates\r
-- MapXML dsp unix->dos newlines\r
-\r
-29/12/2002\r
-SPoG\r
-- Merged q3map2-texturing prefs key.\r
-- Merged vfs check for gamemode project key.\r
-\r
-27/12/2002\r
-TTimo\r
-- fix GetTickCount stuff\r
-- added q3map2 cons script\r
-- fixed Linux build\r
-\r
-23/12/2002\r
-SPoG\r
-- Added model cache API, moved model cache implementation from entity module to core. \r
-- Added file-type registry API, replaced core file-type manager with registry.\r
-- Changed model module to register supported file types with core registry.\r
-- Removed or #ifdef'd non-functional code from model module.\r
-- Added support for misc_gamemodel and model_static to entity module.\r
-- Cleaned up entity module's on-epair-changed API.\r
-- Moved light-entity-specific code to a seperate file in entity module.\r
-- Cleaned up file dialog interface - specify file-type-lists with a string.\r
-\r
-22/12/2002\r
-SPoG\r
-- Ported camera plugin to synapse, adding support for camera and ui APIs.\r
-\r
-20/12/2002\r
-SPoG\r
-- Fixed default prefs setting for selected-brushes-camera, gridmajor-alt and gridminor-alt.\r
-- Merged CEntityEclassModel::Draw in entity module.\r
-- Ported imagepng module to synapse.\r
-- Fixed warning for CamDragMultiSelect preference bool used as int.\r
-\r
-19/12/2002\r
-SPoG\r
-- Fixed white-textures bug caused by texture compression preferences.\r
-- Ported light-radius rendering to 1.3 entity module.\r
-\r
-18/12/2002\r
-SPoG\r
-- Merged win32 project files, with the exception of camera plugin.\r
-- Ported model module to synapse API.\r
-- Redesigned toolbar API to remove gtk-dependency from toolbar plugins.\r
-- Refactored window-position preference save/load.\r
-\r
-17/12/2002\r
-TTimo\r
-- kick doxygen generation for branch merge-1_2_10-post\r
-\r
-15/12/2002\r
-TTimo\r
-- having the linux version compile and start again. took out numerous elements while merging, built a list of TODO stuff\r
-  the main thing to do being to bring the win32 build back up too, then to go through TODO list and fix stuff\r
-  until the win32 version runs too, I check this in to a seperate branch merge-1_2_10-post\r
-- There is quite a massive update in mainframe.cpp switch case for all events.\r
-  Looks like it's just a reordering of stuff, but it looks bad in the diffs.\r
-- added m_MapReg pattern\r
-\r
-- At some point, I'm thinking that forcing correct TAB/SPACE conversion on the server end would be a good thing to have.\r
-  Nazisticly forcing the formatting sounds like the only viable solution.\r
-\r
-               11/12/2002\r
-               RR2DO2\r
-               - #418, mdc load and display (RTCW)\r
-               - #597, CenterCamera shortcut\r
-               Use Ctrl+Shift+TAB to center the views onto the current camera location\r
-               - #714, bitmap loading fixes and speedups\r
-               - #715, fixed Alt+Shift cycle/drill select to work with brush-based entities\r
-               EvilTypeGuy\r
-               - #718, fix compilation warnings\r
-               Riant\r
-               - #707, fixed HM mode in STV:EF\r
-\r
-               10/12/2002\r
-               EvilTypeGuy\r
-               - Fix gcc3 compilation warning\r
-               EvilTypeGuy and X-Man\r
-               - Fix OpenURL so browser launching works on XDarwin (Mac) systems.\r
-\r
-               8/12/2002\r
-               RR2DO2\r
-               - #710, AssignSound pattern\r
-               - #711, SoF2 model_static drawing\r
-               - #713, sync 2d and 3d rendering of models\r
-               - #238, apply 0..1 T range when Fitting a patch (instead of 0..-1 previously)\r
-               - #633, Add ability to change default color in 3D window Misc > Colors > Camera background\r
-               ydnar\r
-               - Q3Map 2.3.33 (see changes.q3map2.txt)\r
-               - Quake 3 + TA common.shader updates (q3map_terrain, hint)\r
-\r
-               3/12/2002\r
-               TTimo\r
-               - merging Stable-1_2-Apple into Stable-1_2\r
-               - why INSTALL.TXT? re-used INSTALL, updated to point to wiki\r
-               - why the -machinedump test against i386-redhat-linux? removed\r
-               - using $is_darwin flag instead of $gcc_machine tests in the build scripts:\r
-               gotta leave some room for a Linux ppc build, and darwin x86\r
-               exporting it for use in sub scripts\r
-               - the addition of ccache support broke some Apple SConstruct patches to $ENV{PATH}, fixing\r
-               merged version is compiling fine on Debian Sid\r
-               checking in on a branch, need to validate win32 build and OSX build before applying in Stable-1_2\r
-\r
-               -- release-1_2_11\r
-\r
-               30/11/2002\r
-               TTimo\r
-               - added seaw0lf to credits\r
-               - ydnar's changelog.q3map2, added to global.xlink and Linux setup\r
-               - 1.2.11 version tag\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=699\r
-               updated IS setup for q3map_terrain keyword\r
-               also fixed details in STVEF media\r
-               Arnout\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=569\r
-               http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=698\r
-               fixed drill select, Ctrl bug in vertex mode, and updated changelog.txt\r
-\r
-               29/11/2002\r
-               TTimo\r
-               - 1.2.11-rc1\r
-               - update changelog credits links for release\r
-               - update linux setup, putting EULA and new README instructions  \r
-\r
-               28/11/2002\r
-               ydnar\r
-               - Removed redundant 'p' from "developers"\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=637 - fixed\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=694 - fixed\r
-               - Updated to Q3Map 2.3.32\r
-               - Added epsilon to texture plane choose code to eliminate numerical\r
-               inconsistencies on brush faces slanted at 45 degree angles (bug 637)\r
-               - Fixed bug in lightmap export after lighting when map contains 0 BSP lightmaps\r
-               - Adjusted some light tracing constants to fix certain brush/patch seam shadows\r
-               - Tinkered with skylight code again\r
-               - Fixed bug where lightgrid would be black if level was compiled with -nogrid\r
-               - Fixed -approx code to work in floating-point space, using _minlight\r
-               - Fixed bug where vertex light code was using invalid pvs data to create\r
-               light list for surface, leading to incorrect vertex lighting\r
-               - Fixed related bug in anti-light-leak code that was causing brush faces to go\r
-               black (bug 694)\r
-               - New: _minlight sets _minvertexlight and (new) _mingridlight automatically\r
-               - New: _mingridlight key to set minimum grid lighting\r
-\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=637\r
-               added preference setting in Preferences > BSP monitoring\r
-               added an item on the wiki\r
-\r
-               27/11/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662\r
-               picomodel-based model.dll module (new model.dll, removed md3module.dll)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=664\r
-               media/setup updates for q3map2 support\r
-               added modified quakev3.qe4, bumped internal version to 4 for all games\r
-               SOF2 and JKII were forcing BSP monitoring off because of sof2map, now only printing a warning\r
-               added -rename to SOF2 BSP phase\r
-               Q3 & RTCW new templates are working\r
-               haven't tested the STVEF & SOF2 versions\r
-               updated IS setup scripts to make sure quakev3.qe4 is updated in nightly release\r
-               (not needed on Linux, we will be doing a full release)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662\r
-               updated win32 setup to provide right model.dll stuff\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=621\r
-               typo was causing memory error\r
-\r
-               RR2DO2 & TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662\r
-               more model fixes, fixed the Linux build to build model.so\r
-               added search path to modules/ for bitmaps\r
-               model reload, patch and bitmap\r
-\r
-               26/11/2002\r
-               RR2DO2\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=569\r
-               area select - Alt+Shift for area select (complete tall)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=621\r
-               broken undo creating ghost undo entities (and trashes memory)\r
-               partly fixes the issue, it's a memory error still\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=659\r
-               updates to RTCW camera plugin - works in 4 view mode\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663\r
-               more fixes to plugin API\r
-\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=638\r
-               libpng in the core DLLs instead of SoF2 (for q3map2 dependencies)\r
-               putting q3map2 binary with the Core Binaries\r
-\r
-               25/11/2002\r
-               TTimo\r
-               - added ccache support to cons build system - http://ccache.samba.org/\r
-\r
-               21/11/2002\r
-               ydnar\r
-               - minor bugfix to PicoModel ASE material loader\r
-               - Q3Map2 updated to 2.3.31 (Splash Damage)\r
-               - Stitching the edges of lightmaps on patches that wrap around (cyls and cones)\r
-                       so the seam is no longer visible\r
-               - The -patchmeta switch works better now, the patches are still stored in the\r
-                       BSP for collision, but are pre-tesselated into nonplanar meta surfaces for\r
-                       more efficient rendering\r
-               - Better, more uniform lightmap sample position finding on patch meshes\r
-               - Moved q3map_tcMod and q3map_alphaMod processing to the final phase\r
-               - New: q3map_skylight AMOUNT ITERATIONS to replace surfacelight on sky surfaces\r
-                       for much faster and more uniform sky illumination\r
-               - Fixed bug in PicoModel ASE material parsing code\r
-               - Fixed a few seam/lightmap precision/projection errors\r
-               - Increased MAX_SHADER FILES to 1024 and fixed overrun error when more than that\r
-                       number of shaders was listed in shaderlist.txt\r
-               - Increased a few compiler maximums for larger maps\r
-               - New: -np N switch on BSP phase, works like -shadeangle, in that it forces all\r
-                       planar shaders to be nonplanar with the shading angle specified\r
-               - New: -nohint switch on BSP phase, omits hint brushes from compile for testing\r
-               - New: -debugaxis switch on light mode. Colors lightmaps based on their lightmap\r
-                       axis (which direction the lightmap was projected on)\r
-               - New: -debugorigin switch on light mode. Colors lightmaps based on the luxel\r
-                       origin relative to the raw lightmap's bounding box\r
-               - New: -debugcluster switch on light mode. Colors lightmaps based on the pvs\r
-                       cluster the luxel falls into\r
-               - New: -convert switch to convert BSP to ASE file (experimental)\r
-               - New: q3map_lightmapmergable directive to allow terrain to be mapped onto a\r
-                       single lightmap page for seamless terrain shadows    \r
-\r
-               18/11/2002\r
-               TTimo\r
-                       - fixed pk3man build system to work with new cons layout\r
-                       - fixing linux setup system to work with new cons layout\r
-                       Linux 1.2.11 will be a full setup, much easier that way\r
-                       - update makeself to the latest (and best) version\r
-                       - add q3map2 to Linux setup. goes in core (g_strAppPath)\r
-                       NOTE: has a dynamic dependency to libpng\r
-                       - pk3man still has issues with the zlib code that's been thrown in it\r
-                       unresolved which I don't have time to look at\r
-                               since we plan to drop pk3man in 1.3, dropping it now is just as good\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=644\r
-                       detect GOTY install     from registry and use it as default path\r
-\r
-               13/11/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=639\r
-               reworked to have the UI in game settings dialog\r
-               (this is strictly win32 thing, if that broke Linux build, then fix the typos)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=630\r
-               mouse AngleSpeed setting was getting clobbered. fixed and upped the max values\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=623\r
-               applied a fix, rolls back the values when the compression formats are not supported\r
-               fix ain't very clean, if we have to deal with extensions some more, we need to deal with the settings persistance better\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=624\r
-               updated the setup code for town_*.shader (both in full setup and update)\r
-               updated files in WolfPack\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=672\r
-               using a QE4_VERSION define, added a message if there's a project template with wrong version\r
-\r
-               12/11/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=671\r
-               guard junk.txt path between " "\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663\r
-               fix to CommitBrushHandleToEntity stuff\r
-\r
-               RR2DO2\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=660\r
-               previously you could select patch control points when patch selected + vertex edit (V) in 2D view. Works in camera view now\r
-\r
-               12/11/2002\r
-               TTimo\r
-               - nudging zerowing to trigger Stable-1_2-Apple doxygen generation\r
-               http://zerowing.idsoftware.com/doxygen/\r
-\r
-               11/11/2002\r
-               TTimo\r
-               - http://ttimo.net/web/anjuta\r
-               modified the .prj to work with the cons patches (linked dirs)\r
-               still way experimental\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651\r
-               fixing linking for radiant.x86\r
-\r
-               10/11/2002\r
-               RR2DO2\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=669\r
-                       patch inspector bug - fixed\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663\r
-                               fucked up change in the plugin API caused breakage of several plugins\r
-               still have to fix bobtoolz http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=665\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=661\r
-                       Undolevels not set properly\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=660\r
-                               drag selection to the camwindow for patches in controlpoint edit mode\r
-                               (not sure about the actual shortcuts, Ctrl+Alt on my current Linux setup)\r
-\r
-               TTimo\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=657\r
-                       mark map modified on editing entity keys\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651\r
-                       added the correct link and ldflags statements to have static linking everywhere\r
-                               didn't check gcc 3 build, check correct static on Debian Sid and holy box\r
-                               has a $staticstdcxx in Construct to toggle On/Off if needed\r
-\r
-               09/11/2002\r
-               TTimo\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651\r
-               reworking the cons building. support for gcc2 and gcc3\r
-                       cons -- gcc=<gcc-name>\r
-                               read gcc version and configure accordingly\r
-                               changed _NO_STLPORT to Q_NO_STLPORT\r
-                               independant BASE_CFLAGS and BASE_CXXFLAGS\r
-                               correcting usage of CC/CXX for c/cpp source and linking\r
-                               fixed missing -lz in vfspk3.so\r
-                               changed the way we build curry.so, works from the GtkRadiant tree now\r
-                               (NOTE: gcc 3.2 build of curry.so spews quite a few warnings)\r
-                               tweaked the way we do -fno-rtti -fno-exception\r
-\r
-               04/11/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=638\r
-               .qe4 version 4, udpated q3's .qe4 template, update setup to put q3map2 in the right place\r
-                       bumped version to 1.2.11-test for test setups\r
-\r
-               03/11/2002\r
-               ydnar\r
-               - fixed bug in jpeg loading code (4 components instead of 3 for RGB images, mh)\r
-               - updated PicoModel to 0.8.8 and Q3Map2 sundry fixes (2.3.29):\r
-               - Merged with latest CVS, fixed minor issues with matrix order\r
-               - Fixed minor Sys_FPrintf/Sys_Printf substitution typo in Q3Map2\r
-               - Expanded debug colors to 12 for debugging surface meshes\r
-               - PicoModel: fixed ASE loader to support > 1 texture coordinate per-vertex,\r
-               so more models supported correctly, also loading vertex normals\r
-               - PicoModel: md3 shader names are now cleaned. Suffixes (such as .tga or .jpg)\r
-               are stripped, and \ path separators are changed to /\r
-               - New: Add :q3map to the end of any shader name, and it will be interpreted as\r
-               the named shader minus :q3map. Example:\r
-               textures/shaderlab/concrete:q3map -> textures/shaderlab/concrete\r
-               One potential use is the -approx feature to collapse lightmapped  surfaces\r
-               into vertexlit surfaces, saving lightmap space/memory\r
-               - New: q3map_clipModel -- does what you think it does, sort of. This code ix\r
-               really experimental, and should *only* be used on large models such as terrain\r
-               (not small decorative models). This code will be evolving. Note: the shader's\r
-               surfaceparms are inherited by the magic clip brush, so if you have nonsolid\r
-               in your model's shader that uses q3map_clipModel, then the brush will also\r
-               be nonsolid\r
-\r
-               03/11/2002\r
-               TTimo\r
-               - cleaning up some cons stuff, checking that the setup building process is still good on Linux\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622\r
-               updated Linux setup to put the bitmap\r
-\r
-               02/11/2002\r
-               ydnar\r
-               - PicoModel: replaced stricmp with _pico_stricmp\r
-\r
-               02/11/2002\r
-               ydnar\r
-               - PicoModel: added obj.c and ms3d.c, removed wfobj.c\r
-\r
-               02/11/2002\r
-               ydnar - seaw0lf\r
-               - Updated Q3Map2 to 2.3.29 sources\r
-               2.3.29\r
-                       - Merged with latest CVS, fixed minor issues with matrix order\r
-               2.3.28\r
-               - Bug 654 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=654):\r
-               Fixed problem where brush faces, drawsurfaces, and surfaceparms weren't living\r
-               together in perfect harmony (terrain surfaceparms now inherited by brushes)\r
-               - Nodraw fog works now, albeit when you're underneath, surfaces above don't get\r
-               fogged properly. Could be good for foggy water where you want the above-water\r
-               portions to only be occluded by the water surface\r
-               - Bug 656 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=656):\r
-               Number of lightgrid points displayed (byte size is currently out of proportion\r
-               due to internal storage format) when Q3Map is called with the -info switch\r
-               - Fixed wack surface merging bug where code would attempt to merge triangles not\r
-               adjacent to the current set, causing bad lightmap projections on nonplanar\r
-               surfaces\r
-               - Fixed tiny 1-character bug in 2d lightmap texture allocator where adjacent\r
-               luxels were being checked for occlusion rather than the actual source luxel\r
-               2.3.27\r
-               - Fixed minor bug in scriplib bugfix where the last character in a file wasn't\r
-               being read.\r
-               - Fixed bug where 0-area or bogus triangles were causing crash in MapRawLightmap\r
-               if they used a shader with a normalmap (thanks ShadowSpawn)\r
-               - Fixed bug where lightmaps were getting hosed levelwide on a prerelease version\r
-               of 2.3.27\r
-               - Fixed bug where lightmaps were getting knackered on models and certain patches\r
-               - Merged latest PicoModel version from seaw0lf, adding support for ASE and WF OBJ\r
-               models (preliminary)\r
-               - Increased MAX_MAP_PLANES to 0x40000 (~256k)\r
-               2.3.26\r
-               - Now using GtkRadiant's libpng and zlib config (linked as DLLs)\r
-               - Fixed bug in script parser where repeat calls to GetToken() were causing\r
-               memory corruption\r
-               - Fixed SOF2 -rename bug\r
-               - When using -game sof2 or -game jk2, the -flares argument is implied\r
-               - Added -noflares argument to disable the above behavior\r
-               - Added support for flares on entities. Use one of the following keys:\r
-               "_flare" "1" -- use default flare (different for each game)\r
-               "_flareshader" "path/to/flareshader" -- use a specific flare shader\r
-               Note: This only matters in SOF2/JK2 now. Make a light targetted (a spotlight)\r
-               to get it to aim the correct direction, otherwise it defaults to pointing \r
-               downward. You cannot have omnidirectional flares\r
-               - Lightgrid size is automatically increased to accomodate large maps. The\r
-               MAX_MAP_LIGHTGRID error will never happen again\r
-               - Update PicoModel to 0.8.7 sources\r
-               - ASE support\r
-                       - Alias|Wavefront OBJ support\r
-                       - <modelname>.remap shader remapping suport\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=655\r
-               handle grayscale jpegs gracefully\r
-               - mathlib: fixed VectorClear(), got rid of braces\r
-               - scriplib: fixed double-free memory corruption bug\r
-               - radiant: added new color scheme to emulate Lightwave/Maya/3DS Max\r
-\r
-               02/11/2002\r
-               TTimo\r
-               - too many issues with build system reading system's libjpeg.h instead of libs/libjpeg.h\r
-               renamed libs/libjpeg.h to libs/radiant_libjpeg.h, updated sources\r
-\r
-               29/10/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=639\r
-               running from a network share - saving prefs per-user\r
-\r
-               27/10/2002\r
-               TTimo\r
-               - merged in some more m4x4 code for q3map2\r
-               - fixed unresolved code in picomodel (strlwr / strnicmp)\r
-               - reworked the tools building to build both q3map and q3map2 without trouble\r
-\r
-               25/10/2002\r
-               ydnar\r
-               - q3map2 and picomodel source, initial checkin to Stable-1_2 branch (does not compile yet, tweaking to be done)\r
-\r
-               23/10/2002\r
-               TTimo\r
-               - camera.dll goes into $(RTCWRADIANTDIR)/plugins instead of $(RTCWRADIANTDIR)/modules\r
-               fixed up camera compile (exports)\r
-                       added camera bitmap (plugin toolbar)\r
-\r
-               21/10/2002\r
-               TTimo\r
-               - quickfix to the build (typo)\r
-               - changed dynamic linking on Linux to look for libGL.so.1 by default\r
-               fixes "all textures are blank" Linux bug with NVidia cards\r
-                       (you still have to have a working NVidia GL installation though, xlibmesa-dev on Debian screws things up)\r
-               - checked in modified q3 .qe4   with q3map2 menu (see bug #638)\r
-\r
-               09/10/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622\r
-               reworked the plugin toolbar to rely on interface instead of straight exports\r
-               cleaned up the botclip monsterclip Brush_Draw filtering, added proper selection filtering (Brush_Ray)\r
-               merged bug-622 back into Stable-1_2, bug-622 branch is dead now\r
-\r
-               06/09/2002  \r
-               James Monroe - RR2DO2 - TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=619\r
-               light globes, applying patch by RR2DO2 built from the initial light globe code\r
-               - note to self: indent -kr -nut -st -ts2 -i2\r
-\r
-               RR2DO2 - TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622\r
-               massive patch update from SD's GtkRadiant\r
-               - camera plugin: new bitmap\r
-               fixed Linux install path for camera plugin to wolf/plugins\r
-               - fixed various warnings in camera build gcc / Linux  \r
-               - fixed pref crash if plugin toolbar disabled  \r
-               - fixed Gtk-WARNING on bad cast in AddPlugInToolbarItem\r
-               - renamed the new select to 'Use paint-select in camera view:' in prefs\r
-               (camera paint-select, should be our default name for this)\r
-\r
-               NEW: you can 'paint select' in the camera view: 'camera paint-select'\r
-               press shift and move the mouse over the camera view to paint over brushes you want to select\r
-               configurable in prefs to enable / use Shift key, or use 'classic mode' ctrl+alt\r
-\r
-               NEW: light radius drawing\r
-               Added in-editor light envelope drawing. Outer circle is max envelope, \r
-               inner fullbright radius. Optional classic mode emulates the similar drawing \r
-               from Rituals and Ravens tools (not q3map correct, easier for the level designer \r
-               to understand/legacy).\r
-\r
-               NOTE: 'angles' is q3map2 only\r
-               NOTE: could manipulate angles directly from the views (2d and 3d with some handles)\r
-\r
-               NOTE TO SELF: \r
-               <TTimo> hey guys .. just a quick question if you don't mind .. I'm trying to track a Gtk-WARNING .. is there a way to make those apps cause a break to track them easily ?\r
-               <andersca> just run your app with --g-fatal-warnings\r
-\r
-               TODO: add new bitmap to win32 & linux setups\r
-               TODO: don't use exports for the plugin toolbar, use entry functions\r
-               do something like CPlugIn::InitBSPFrontendPlugin\r
-               TODO: botclip is broken with the new Brush_Ray code  \r
-\r
-               initial ChangeLog for the patch:\r
-\r
-               28-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Added 'angles' support for models (misc_model/misc_gamemodel).\r
-                       + Prevented pivot drawing of model from scaling and rotating.\r
-                       + Cleaned up the dropdown boxes in the preferences a bit (all use \r
-               tables now, so not multiline).\r
-                       + Added 'Classic Key Setup' option to camera paint select configuration, this \r
-               drag-selects with ctrl+alt instead of shift.\r
-                       + Changed XYWnd::PositionView to position on the center of the \r
-               selection, not on the mins.\r
-\r
-               27-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Added in-editor light envelope drawing. Outer circle is max envelope, \r
-               inner fullbright radius. Optional classic mode emulates the similar drawing \r
-               from Rituals and Ravens tools (not q3map correct, easier for the level designer \r
-               to understand/legacy).\r
-\r
-               26-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Upped MAX_TEXTUREDIRS to 256 (from 128).\r
-\r
-               25-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Fixed patches not being drawn in XY window with colour of parent \r
-               entity.\r
-                       + Made paste to camera snap destination spot snap to grid.\r
-\r
-               18-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Changed Select_Reselect to be much faster.\r
-\r
-               12-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Fixed curve point drag-selection area not showing properly in XY \r
-               views.\r
-                       + Fixed size info breaking over 9999.9 units.\r
-                       + Fixed AllocateSelectedPatchHandles not setting patchesmode to \r
-               ESelectedPatches.\r
-                       + Changed the horizontal and vertical tc shift spin control to have a \r
-               limit of 8192.\r
-                       + Moved SPoG's implementation of redisperse cols to a seperate function \r
-               and reinstated the old code.\r
-                       + Added 'Paste to Camera', shortcut Alt+V, which pastes the contents of \r
-               the clipboard to the current camera origin.\r
-                       + Added centerview functionality to 4 window mode. Ctrl+tab will focus \r
-               on the selection, or if non existant, on the camera.\r
-\r
-               11-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Made sure settings set in savedinfo.bin get initialized to their \r
-               proper defaults.\r
-                       + Added botclip filter (filters *botclip* and *monsterclip*).\r
-\r
-               10-09-2002\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Removed .reg from normal map saving, can only save as region \r
-               using 'Save region'.\r
-                       + Added outline style cycling (j) cycle between z buffered outlines and \r
-               selected colour rendering.\r
-                       + Added colour dialog to pick the colour of selected surfaces in the \r
-               camwindow.\r
-                       + Third coordinate for clip points now gets set to the center of the \r
-               selection.\r
-                       + Changed arbitrary rotation dialog to accept negative angles as well.\r
-                       + Changed texture alignment dialog to accept values up to 2 decimal \r
-               points.\r
-                       + Fixed entity inspector to say 'Textures:' in the window title.\r
-                       NOTE: still broke in floating window mode\r
-                       + Changed entity inspector so that tab doesn't clear the epair value \r
-               field anymore, so it retains the value while jumping to it.\r
-                       + Disabling camera paint-select now returns selection behaviour for groups to \r
-               the old behaviour as well (shift+click selects whole group).\r
-                       + Changed load_plugin_bitmap to load bitmaps from g_strAppPath if \r
-               g_strGameToolsPath fails.\r
-                       + Added plugin toolbar and api.\r
-                       + Fixed m_pfnCommitBrushHandleToEntity, wasn't creating brushes \r
-               properly (well, not at all really).\r
-\r
-               Older changes:\r
-                                       Arnout <rr2do2@splashdamage.com>\r
-                       + Added misc_gamemodel drawing.\r
-                       + Ported camera paint-select over from 1.3.\r
-                       + Fixed statusbar display of text (removed a bunch of \n's).\r
-                       + Added area selection in 3d view for patches.\r
-\r
-               30/09/2002\r
-                       TTimo\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=556\r
-                               quickfix crash bug\r
-\r
-               27/09/2002\r
-                       TTimo\r
-                       - more CORERADIANTDIR cleanup (q3data)\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=602\r
-                               added cascading to the entity submenu (doesn't cascade the main menu, only the sub ones, NPC_* for instance)\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=556\r
-                               with clip and caulk filtered out, won't be selected anymore in camera view (i.e. selecting invisible faces)\r
-                               added SF_CAMERA to the flags in the selection process\r
-                               cleanup up various ugly syntaxes in the selection code:\r
-                               don't ever do if (flags == SF_SINGLEFACE) on a bitmask and assert that the other flags will always be NULL\r
-                                       don't do arithmetic on bitmasks:\r
-                                               if ( (flags & SF_ENTITIES_FIRST) && t.brush == NULL)\r
-                       return Test_Ray (origin, dir, flags - SF_ENTITIES_FIRST);\r
-                       is WRONG\r
-                                               using flags & ~SF_ENTITIES_FIRST is the appropriate way\r
-\r
-               23/09/2002\r
-               Riant\r
-               - new IS scripts to go with recent media updates\r
-                       Riant & TTimo\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=615\r
-                               reworked the fix to use "caulk_shader" in .game\r
-                               updated IS .rul script to generate special values for Sof2 and JKII\r
-\r
-               21/09/2002\r
-               Riant\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=595\r
-               more texture compression, dialog and settings\r
-               Michael Schlueter  \r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=592\r
-               fixes to the Linux build system, exclusive q3 or wolf working now\r
-\r
-               22/08/2002\r
-               EvilTypeGuy\r
-               - Fix @*$&)@)$$ memory leak of my own doing, yes it's really been in there this long.\r
-               This should help memory usage drastically, especially when flushing & reloading\r
-               the same sets of textures, GtkRadiant's memory usage no longer becomes heinous.\r
-\r
-               14/08/2002\r
-               EvilTypeGuy\r
-               - Fix build on some linux boxen by including qertypes.h for proper boolean type declaration\r
-\r
-               -- release-1_2_10\r
-\r
-               16/08/2002\r
-               TTimo\r
-               - STVEF media update finalized (some .def)\r
-               - 1_2 Core Update for shader manual update\r
-               - in JKII, typo with nar_shader? replaced by nar_shaddar, with proper support in update too\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530\r
-               Q3/TA media update with cleaned up shaders\r
-               - validated the update content by a diff between 1.2.9 + 1.2.10-update and 1.2.10 full  \r
-               - added a DO_NIGHTLY_BOOL to setup.rul AND a warning during setup about update content for games that are not installed\r
-               - built 1.2.10-sof2, SoF2 full install\r
-\r
-               15/08/2002\r
-               Michael Schlueter\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=590\r
-               added the option to build a Linux setup with the debug binaries\r
-\r
-               TTimo  \r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530\r
-               cleaned up shaders, done nightly setup update on Linux\r
-               updated Linux nightly for 1.2 to use /usr/local/games/GtkRadiant-1.2 as default base\r
-               - using version 1.2.10-update. Full Sof2 setup will be 1.2.10-sof2\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=426\r
-               don't straffe when using Ctrl+Shift(+Alt)\r
-               - camera.so RTCW plugin in Linux setup\r
-               - quickfix to non-initialized var in camera code\r
-               - awfull piece of work that had been completely left out, nightly elements for JK2 and STVEF\r
-               added JKII media update and STVEF media update (for the DIR_GAME elements)\r
-               JKII nightly is finalized\r
-\r
-               14/08/2002\r
-               TTimo\r
-               - fixed a missing file\r
-                       - Linux build quickfix\r
-               - fixed silly rendering bug\r
-               - added pref to force texture compression off (hey why would you do that??)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=466\r
-               fixed MAX_POINTS_ON_WINDING overflow in q3map (and relevant code to handle in radiant)\r
-\r
-               13/08/2002\r
-               TTimo\r
-               - cleared up notexture (dead code)\r
-               - cleaned up QERApp_LoadTextureRGBA gamma table init\r
-               - having a shot at 1.3 texture compression\r
-               sees the extension, binds the texture with the currect setting\r
-               but rendering is fucked .. someone explain?\r
-\r
-               08/7/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=586\r
-               search and destroy Q3Radiant -> Radiant\r
-\r
-               07/7/2002\r
-               SCDS_reyalP\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526\r
-               wolf_entities.def update\r
-\r
-               riant\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=548\r
-               STV:EF updates\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541\r
-               SOF2 updates\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=584\r
-               JKII updates\r
-\r
-               06/7/2002\r
-               Riant\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541\r
-               Sof2 patches and IS setup    \r
-               TTimo\r
-               - game pack prompt asking about STVEF, fixed\r
-               - mp_examples was leaked and non lighted, fixed\r
-               - imagepng.dll goes into Sof2 install / modules, and not in DIR_CORE\r
-               - libpng12.dll needs installed only with Sof2 pack (added 'SOF2 Pogram DLL')\r
-               default texture scale is 0.125  \r
-\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=582\r
-               nomipmap -> nomipmaps in shader manual  \r
-               - removed libs/pak, this was still being linked in to Radiant, but not used at all  \r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=580\r
-               .PK3 are recognized along .pk3 files (strcmp ->strcasecmp)\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386\r
-               added the RTCW camera plugin to IS setup\r
-\r
-               Michael Schlueter\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=581\r
-               GL warning fix      \r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=567\r
-               GL font display fixes (mostly Linux)\r
-               applied the changes with some tweaking\r
-\r
-               31/6/2002\r
-               TTimo\r
-                       - compiling the camera plugin on Linux:\r
-                       move the GUID and other misc compatibility definitions to include/misc_def.h\r
-                               GetTickCount being used in camera.so, this is from radiant/missing.cpp (unresolved)\r
-                               -> use QGetTickCount instead (in main function table)\r
-\r
-               30/6/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530\r
-               cleaned the .shader from 'light 1' statements\r
-               updated the IS script for the updated .shader\r
-\r
-               17/6/2002\r
-               TTimo\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541\r
-               Sof2 support, PNG format\r
-               wrote imagepng module, dynamic dependencies to zlib and libpng\r
-               changes in the core:\r
-               some hardcoded to "sof2.game" for png interface loading and extensions\r
-               in GetTextureExtension, killed outdated support for texture plugins\r
-               if ! "sof2.game", png is not loaded, support disabled\r
-               http://zerowing.idsoftware.com/libpng/\r
-               correctly configured for VC build (post build steps and dependencies)\r
-               is required on win32 to build imagepng\r
-               - added m_pfnGetGameFileName to the main function table (was needed for png stuff)\r
-               - cleaned up the QERApp_LoadTextureRGBA path\r
-               using (unsigned char* pPixels, int nWidth, int nHeight)\r
-               cleaning up internal access path\r
-               RR2DO2\r
-               - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386\r
-               camera plugin for RTCW\r
-               TTimo: wrote the .dsp, post build steps etc.\r
-               IMPORTANT: you need to have RTCWRADIANTDIR env variable pointing to the RTCW Radiant files\r
-               (default C:\Program Files\Return To Castle Wolfenstein\Radiant)\r
-\r
-\r
-               12/6/2002\r
-               RR2DO2\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=299\r
-                       MP/SP pk3 filtering in VFS\r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386\r
-                       .camera support: splines library, camera plugin\r
-                               TTimo: portability fixups, cons build, guarding pragma, __cdecl BOOL\r
-                               virtual functions but non-virtual destructor\r
-                                       declaration with no type\r
-                                       int idCameraFOV::start - control reaches end of non-void, making it void\r
-                                       enumeration not handled in switch\r
-                                       no _MAX_PATH, the portable one is PATH_MAX\r
-                                       implicit declaration of int _fullpath\r
-                                       for(int i = 0; ..\r
-                                       struct _IO_FILE has no member named '_bufsiz'\r
-                                       stricmp -> Q_stricmp\r
-                                       attempt at implementation in .h file (InitIglToQgl)\r
-                               camera stuff still vastly broken (particularly on Linux), need to check in because of new fixes incoming        \r
-                       djbob   \r
-                       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=17\r
-                       quick fix to spawnflags getting corrupted when multiple entities selected\r
-                               (doesn't completely solve the problems we have with spawnflags yet though)\r
-\r
-===============================================================\r
-END -- merging release-1_2_9 -> merge-post-1_2_10 into trunk - END\r
-===============================================================\r
-\r
-12/12/2002\r
-  Hydra\r
-  - #197, HL support update\r
-\r
-11/12/2002\r
-  TTimo\r
-  - added cmdlib dependency to mapq3.so (fixes unresolved)\r
-\r
-25/10/2002\r
-  Hydra\r
-  - vfsGetFullPath() can now (optionally) search PK3/WAD files\r
-  - Half-life map loading is now un-borked (my original patch worked\r
-    but some conditional code in the patch was incorrectly applied.\r
-    That, coupled with the missing vfsFileExists and vfsFindFile replacements)\r
-  - A patch to imagehl/lbmlib.cpp/LoadIDSP() was missed out, causing all sprite\r
-    models to be reverse-rendered (due to an inverted alphamask)\r
-  - Renamed HydraToolz to HydraToolz-HL as it's half-life specific\r
-    changed project files and renamed all appropriate files and directories\r
-    (for the merge, just delete contrib/hydratoolz and apply the diff)\r
-\r
-  - Comments on previous notes:\r
-\r
-    - TODO: need to rationalize where the modules are placed and identify HL specific modules\r
-      (this affects the build system / post build step too)\r
-      imagehl and spritemodel are halflife specific and can be placed in\r
-        either $coreradiantdir/modules or $hlradiantdir/modules\r
-        I've updated the .dsp files so that they are copied to $coreradiantdir/modules\r
-        spritemodel can actually be used for other engines, not just HL so it makes sense\r
-        to keep it in $coreradiantdir/modules\r
-      hydratoolz is a half-life specific plugin and must go in $hlradiantdir/modules as it\r
-        is NOT to be used for any other engines.  I've also updated the "about text" to\r
-        reflect this.\r
-\r
-14/08/2002\r
-  EvilTypeGuy\r
-  - fix build process for textool plugin on some Linux boxen by including qertypes.h\r
-\r
-11/06/2002\r
-  TTimo\r
-  - spritemodels in build system\r
-  - applying HL setup patch (att 270, bug 197)\r
-    - the templating went one filename seperator too far, causing all *.fgl to be modified .. \r
-      fixed so that we only have the relevant changes\r
-    - modules added to main Executable Files, TODO for later will need to identify what is HL specific\r
-    - .game generation: don't want enginename yet, gamename is ok\r
-    - updated HL .game generation for eclass_singleload and no_patch   \r
-    - update hydratoolz location in setup\r
-    - update maphl in synapse.config\r
-\r
-07/06/2002\r
-  TTimo\r
-  - realized that \func doesn't work in doxygen, should be \fn (updated everywhere)\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197\r
-    applying the HL patch (see original list of changes below)\r
-    - ugly eclass API changes\r
-      eclassfgd/plugin.cpp.rej, eclass API changes involved, a bunch of .rej\r
-      SupportsMultiple tries to send configuration information from the eclass format file module to the eclass manager\r
-      dropping it, using a proper configuration node instead (eclass_singleload)\r
-    - added "no_patch" prop to disable patch support\r
-      the patch toolbar prompts are only present in prefs if there is patch support\r
-      otherwise everything is force-disabled\r
-    - PFN_VFSFINDFILE PFN_VFSFILEEXISTS:\r
-      one of the problems we have is that the 'manager' code and file format code are in the same module\r
-      (i.e. vfspk3 / vfswad: two formats, but the manager part is pretty much the same)\r
-      vfsFindFile(relative filename):\r
-        this worked by searching through the list of loaded pk3/wad files for the file\r
-        then trying to search through the search directories\r
-        - wasn't properly documented about what it does / how is the search performed\r
-        - not consistent with existing code, duplicate of vfsGetFullPath for the most part\r
-          can't be added to the VFS API as-is, it would confuse the interface\r
-        - usage of vfsFindFile in the code doesn't justify the way it proceeds for search\r
-        foxing it, replacing by calls to vfsGetFullPath\r
-      vfsFileExists(relative filename):\r
-        returns wether a file exist, can be flagged to search in pk3/wad or straight filesystem\r
-        - this is a duplicate / particular case of vfsGetFileCount\r
-        foxing it too, we need to extend and update vfsGetFileCount instead\r
-    - mapq3: the changes completely fucked q3 map parsing\r
-      need reorganization. same module provides parsing for all .map based formats\r
-      we use wrappers around the actual calls and globals in the module to select formats\r
-      MAPVERSION_Q2 and MAPVERSION_Q1 don't need to be there yet, they are not supported\r
-      MAPVERSION_HL means WC >= 2.2\r
-      (when introduced, MAPVERSION_Q2 would be Q2 or qer+hl plugin (same))\r
-      MAPVERSION_HL uses "maphl" minor name (instead of mapq2)\r
-      cleaned up the Q3 read/write code that got broken\r
-      cleaned up various commenting/hack that deal with Q2!=HL format .. we'll see about Q2 when we actually do it\r
-      bad cut and paste from cmdlib code, using actual dependency to cmdlib instead (see below for some cmdlib updates)\r
-    - took out all SafeRead SafeWrite code from cmdlib, removed annoying cmdlib dependency to Error function\r
-      all file access go through VFS module, the cmdlib 07/06/2002 15:47file code was way old  \r
-    - radiant/points.cpp pointfile code changes (that's used only for non-monitored compiling now)\r
-    - applied patch 267 (hydratoolz fixes)\r
-    - commented out some bworldcraft flagged stuff in mapq3/parse.cpp\r
-    - updated the .dsw .dsp to compile and copy HL stuff  \r
-    - TODO: need to rationalize where the modules are placed and identify HL specific modules\r
-    - TODO: seems to be a synapse crash when unloading plugins (hydratools)\r
-      (looks like I didn't look at the plugin unload code yet actually)  \r
-    - TODO: make sure HL setup puts eclass_singleload="1" and no_patch="1" \r
-    - TODO: WATCHBSP_KEY and TEXTURE_KEY hardcoded for HL need cleanup\r
-    - TODO: imagehl duplicates some image functionality\r
-      imagehl is supposed to be only for HL-specific image formats\r
-      it 'adds' the required formats to the stuff that image makes available for everyone already\r
-    - TODO: HL doesn't have a BSP menu!  \r
-    - TODO: rename mapq3/ into map/, the map module handles all .map formats\r
-    - TODO: it's likely that we only need a vfs/ module instead of vfspk3/ and vfspak/\r
-      think about it, see if we really act on this (or do we need to abstract the manager and some file format modules)\r
-    - TODO: HL synapse.config needs to use maphl\r
-    - TODO: wtf is enginename="quake2" in hl.game\r
-    - TODO: I don't have a sample HL map to play with, so I didn't test the changes against\r
-\r
-05/06/2002\r
-  TTimo\r
-  - fixups to make 1.3 start (Q3 mode)\r
-  - turned off C++ exception support in the modules/plugins, as we don't use it\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=543\r
-    exit properly if missing chunks in synapse.config, don't crash\r
-      \r
-  Hydra\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=558\r
-    fix for version check in release build\r
-\r
-  ======================================================================================\r
-  -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197\r
-     HL support patch\r
-  ======================================================================================\r
-  04/6/2002\r
-    Hydra\r
-    - Patched in some CVS changes and fixed a little issue with the\r
-      new entity file loader code.\r
-  \r
-  28/5/2002\r
-    Hydra\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=544\r
-      Selected Entity Bounding Box obscured by brushes fix.\r
-    - Moved the "wad" keypair creation code from the Map module into\r
-      a new plugin called HydraToolz, this means that wad keypair is\r
-      done manually by the user, as in fact it should be.  (as the\r
-      order of the wads is actually important).\r
-    - Fixed a problem with the wads in the wad list being re-ordered.\r
-  \r
-  27/5/2002\r
-    Hydra\r
-    - Created an inital implementation of a sprite model plugin.\r
-      According to the powers that be, it seems creating a model\r
-      plugin is hackish.\r
-      It works ok, but there is no way to attach models (sprites if you will)\r
-      to non-fixedsize entities (like func_bombtarget)\r
-      Also, I can't get the alpha map stuff right so I had to invert the alpha\r
-      mask in the spr loader so that 0xff = not drawn pixel.\r
-  \r
-  17/5/2002\r
-    Hydra\r
-    - "Wad" keypairs are now used when loading a map and speeds up map loading\r
-      significantly. This sorts out quite a few issues that could otherwise occur.\r
-    - Map loader now uses textures from wads listed in the the "wad" keypair first.\r
-    - Added a texture name mapping cache system to the .map loader\r
-      this significantly improves load times of maps that don't store texture\r
-      names along with paths (e.g. "mytexture" not "mytextures/mytexture".)\r
-    - Added vfsFileExists() to the vfs table (for above) and added it to\r
-      vfspk3 and vfswad\r
-    - Map loading and saving times are printed to the console.\r
-    - Wad file names from the "wad" key pair are logged to the console when\r
-      a map is loaded\r
-    - The user is informed if the textures loaded were not found in the\r
-      wad files in the "wad" keypair.\r
-    - The user is informed if the textures was not found in any wad file at all\r
-      (Q2/HL only, the shader module still gives you similar information for other\r
-      games when a shader activation fails)\r
-  \r
-  \r
-  8/5/2002\r
-    Hydra\r
-    - Added basic support in mapq3 for reading maps saved by Worldcraft 2.2+\r
-      in .map format (It uses [ ]'s round some of the texture co-ordinates)\r
-      TODO: do we need to be able to save a map in this format too ?\r
-    - Added support for loading ZHLT style point files (*.lin)\r
-    - Added wad filename information when loading textures.\r
-      (This helps take the ambiguity out of which wad files textures come from,\r
-      so that we can correctly setup the worldspawn "wads" e-pair manually.)\r
-      Note: This will be removed when the "wads" worldspawn key is built by radiant.\r
-    - added vfsFindFile() to vfs table.\r
-    - VFSWAD: vfsLoadFile() no longer ignores paths when loading textures\r
-      (this was by design, but the design has changed for the better)\r
-    - When loading a Quake2 map file, vfsFindFile() is used to find the actual path of\r
-      the shader/texture being loaded.\r
-      This fixes all the weird issues that crop up when we were able to use non\r
-      wad-relative texture names (<shader>) and wad-relative(<wadname>/<shader>).\r
-      (such as having an image loaded twice in memory.)\r
-      We also now get the correct shader name in the suface inspector too.\r
-      Note: not sure if this code should stay in the map parser, or wether it should\r
-      be moved to where shaders are first initialised.\r
-      Note: maybe this needs to be when a halflife map is loaded, not specifically a\r
-      quake2 map file.\r
-    - added EClass_SupportsMultiple to the EClass loader API.\r
-      Note: this is poop.  FGD files can be additive but radiant makes it so they can't be.\r
-      This function would not be needed if the eclass loader itself took care of the init,\r
-      rather then the manager taking care of the init.  Also note that if the loader were\r
-      to take care of the init then FGD files *CAN* be additive, as it's not down to the\r
-      format of the FGD files.  However, it'll do for the moment because all the supplied\r
-      FGD files that come with halflife and it's mods are meant to be used one at a time.\r
-    - removed support for having an additional (not external) eclass loader.\r
-      Just ifdef'd for now, grep for USEADDITIONALECLASSLOADER.\r
-      We never mix entity definition formats and synapse.config allows us to just have the\r
-      right one and also there is no mechanism for setting g_bHaveEClassExt anymore.\r
-    - Texture subset on by default for halflife.\r
-    - default texture scale is now set to 1 instead of 0.5 for halflife.\r
-      (needs to be 1 for q1/q2 too)\r
-    - patch toolbar disabled by default for halflife and it's also disabled\r
-      in the preferences so it can't be turned back on)\r
-      (needs to be 1 for q1/q2 too)\r
-    - bsp monitoring disabled by default for halflife\r
-    - When you drop a light entity the epair "_light" is used instead of "light" (halflife specific)\r
-    - removed -fs_game additions to the map compiler commands; ZHLT doesn't support it.\r
-    - saving of contents/flags/values in q2 format maps disabled (ZHLT doesn't like em !#?!)\r
-      TODO: re-enable for Q2 (but not halflife) format maps when we can\r
-      can figure out what game/engine combo we're using from within a module\r
-    - configured mapq3 to have dynamic VFS API too\r
-    - Added halflife shaderlist.txt parsing back in, it's actually useful\r
-      afterall (for editor shaders).\r
-  ======================================================================================\r
-  -- end HL support patch\r
-  ======================================================================================\r
-  \r
-01/06/2002\r
-  TTimo\r
-  - merging 1.2.7 -> 1.2.9 changes into 1.3, merge notes:\r
-    - the win32 .dsp are a bit different, using the $(CORERADIANTDIR) post build commands now\r
-    - merged in the JKII/STVEF hardcoded chunks, should probably check that everything is still fine on that end\r
-      was setting the "dir" epair in project files intead of "gamename" like all other games?\r
-      (which should really be "fs_game" anyway, I wonder who decided to call it "gamename")\r
-    - rebuilt a setup. we have a problem with RADIANT_MAJOR RADIANT_MINOR it seems\r
-    TODO: setup needs to use GtkRadiant-1.<MAJOR> as basename in start menu, and base for installation\r
-    C:\Program Files\GtkRadiant-1.3 and C:\quake3\Radiant-1.3 etc. for the game packs\r
-    TODO: add HL setup chunks!\r
-\r
-===============================================================\r
--- merging release-1_2_7 -> release-1_2_9 into 1.3\r
-===============================================================\r
-28/5/2002\r
-  TTimo\r
-  - final fixes for Linux 1.2.9 setup\r
-\r
-27/5/2002\r
-  TTimo\r
-  - bug 521, q3 entities.def trigger_hurt fix\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=542\r
-  default texture scale is configured in .game\r
-  defaults to 0.5 (q3/wolf) if nothing specified, under the prop "default_scale"\r
-  removed the item from the prefs dialog too\r
-  updated the nightly setup to put the proper param in JKII .game\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=509\r
-  changing texture window scale changes selected brushes texture\r
-  re-selecting the previous texture can be done, but is a bit tedious to write\r
-  made sure we deselect before re-init of the tex window view\r
-  - fixed linux setup code bug. won't be any update, only a full release on linux\r
-\r
-26/5/2002\r
-  TTimo\r
-       - parallel cons working at last! was a problem with the targets list ('Default' command)\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=515\r
-       using the eclass extents for the box if model can't be found\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=435\r
-       changed the submenu cascading params to avoid the overlap (we fit less stuff now obviously)\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=540\r
-       that sigchld handler is only used on Linux to report the run times\r
-       since we are rewriting the whole BSP code stuff, we can drop this for now\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=538\r
-       removed that prompt and display\r
-       - we build radiant.x86 in cons scripts, updated the setup code\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526\r
-       updated the setup script to install new wolf_entities.def\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=302\r
-       added q3map2 URL to global.xlink, updated Linux setup\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=465\r
-       printing q3map version info through the net stream\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=539\r
-       fixed various media, some related code, and Linux setup\r
-  - fixed watchbsp.cpp "jk2.game", was breaking game spawn for wolf (needed else if)\r
-       \r
-       SCDS_reyalP\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=504\r
-       fixed bobtoolz vis viewer to work with RTCW (BSP version)\r
-       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526\r
-       update of the Wolf entities file\r
-\r
-25/5/2002\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164\r
-  corruption on exit, tried to look some more. Cleaned up some source, need looking at Gtk code closer\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=536\r
-  cleaned up SHADER_NOT_FOUND SHADER_NOTEX internals some more\r
-  added a clean error exit in case this happens, fixed a crash that would happen anyway (Patch_LODMatchAll)\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=394\r
-  cleanup/sanitize of the pattern filtering code, it was ugly. did some doxygen documentation\r
-  fixed part of the print XY code, more broken stuff showed up, dropping it\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=503\r
-  region compiling was indeed fucked, spog b0rkage\r
-  fixed so that it works again\r
-  denying compile with camera out of the region\r
-  reworked SelectBrush to deal with regioning and select the right brushes\r
-\r
-24/5/2002\r
-  TTimo\r
-  - Linux build fix\r
-\r
-23/5/2002\r
-  Riant & TTimo\r
-  - STVEF patch and setup scripts\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=516\r
-  moved error handling code to it's own file radiant/error.cpp\r
-  compiled with UNICODE define (that's why I had to isolate), and process the error string\r
-  so that Gtk can print it (that's only relevant to win32)\r
-\r
-22/5/2002\r
-  TTimo\r
-  - quickfix, cleanup of the console verbosity\r
-\r
-11/5/2002\r
-  TTimo\r
-  - final IS script updates for JKII game pack, version 1.2.8-jk2\r
-  - fixed a bad karma #ifdef _DEBUG chunk in Texture_NextPos (causing crash of release build)\r
-  - added web url support in .xlink files (strstr on http://)\r
-\r
-10/5/2002\r
-  TTimo\r
-  - cleaned the build step copy from $(QUAKE3RADIANTDIR) to $(CORERADIANTDIR)\r
-  - system shaders auto-load: display 'system' in the prefs\r
-  - force BSP monitoring off in jk2 mode\r
-  - cleaned up web update check, added HL (3) and Jedi Knight II (number 4) (on the web database too)\r
-  - updated IS setup script for mapextras.pk3\r
-  Riant\r
-  - system shaders auto-load in prefs\r
-  Raven\r
-  - mapextras.pk3 as replacement for system.pk3 (system editor textures)\r
-\r
-8/5/2002\r
-  Riant\r
-  - game pack and patches for JKII support\r
-  TTimo\r
-  - .game additions to specify .shader path (shaderlist and shader scripts)\r
-    NOTE: if we ever use q3map for JKII compiles, that would need to be propagated\r
-  - reworked the shaderlist to list all the included shaders\r
-  - built a system.pk3 pack for textures/system/ and textures/radiant/ (misses a few pieces still)\r
-  - MP / SP mapping mode toggle, SP ignores mp_*.def MP ignores sp_*.def\r
-  - fs_basepath does not get added during BSP command expansion for JKII mode\r
-  - more verbose on script location and junk.txt location when monitored compile is disabled\r
-    (the BSP compilation WANTS to be rewritten, it's getting VERY URGENT)\r
-  - JKII game back IS setup lands\r
-\r
-7/5/2002\r
-  TTimo\r
-       - using radiant.x86 as Linux target (instead of radiant, didn't fit with the setup procedure)\r
-       - bumped version tag\r
-       - TODO: bug #453 code needs backported from 1.3\r
-\r
-6/5/2002\r
-  TTimo\r
-  - fixed typo in plugins/mapq3/write.cpp Map_Write\r
-  g_count_entities = 0; instead of g_count_brushes\r
-  - more fixes which showed up while merging this with 1.3\r
-\r
--- release-1_2_7 ----------- tagged and Stable-1_2 merging into trunk\r
-\r
-02/5/2002\r
-  Gef\r
-  - added filtering on unselect for newly created brushes/entities (bugzilla: #374)\r
-  SPoG\r
-  - added undo for pasted/cloned brushes\r
-\r
-============================================================\r
--- end release-1_2_7 -> release-1_2_9 merge\r
-============================================================\r
-\r
-15/05/2002\r
-  TTimo\r
-  - rewrote the ref count code cleanly, added some elements to design and todo\r
-  - wrote the core shutdown code of synapse, 1.3 exits cleanly without crashing (well, in most cases it seems)\r
-\r
-10/05/2002\r
-  TTimo\r
-  - began writing proper unloading and shutdown of synapse (see libs/synapse/docs/unload.txt) \r
-    design doc started, non active modules are unloaded after startup\r
-    need win32 implementation of ReleaseSO\r
-  - quickfix on win32 (ReleaseSO)\r
-  \r
-07/05/2002\r
-  SPoG\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=512\r
-  - cleaned up strHomeMaps and strFSBasePath stuff\r
-    prompts for maps, models, sounds etc are fs_game-dependant\r
-\r
-  ===========================================================================\r
-  -- merging Stable-1_2 between Stable-1_2-tag and release_1_2_7 into trunk\r
-  merge ChangeLog\r
-  =============================================================================\r
-  07/05/2002\r
-       - using RADIANT_MAJOR_VERSION and RADIANT_MINOR_VERSION for the version info, this was conflicting with synapse\r
-       \r
-       - m_strHomeMaps\r
-       http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h.diff?r1=1.27&r2=1.28&only_with_tag=MAIN\r
-       http://zerowing.idsoftware.com/archives/gtkradiant/2002-February/002170.html\r
-       posted on the ML, bringing it back in from 1.2\r
-       \r
-       setup scripts:\r
-         easily merged, as the 1.3 scripts have not been touched mostly\r
-       \r
-       qe3.cpp conflict:\r
-         1.2 tweaks stuff in the QE_*Project* functions\r
-               1.3 has them mostly commented out\r
-               applying manually where relevant\r
-               the project settings stuff is very different, and the changes can't be applied as is\r
-               given the fixes I had to do in 1.2, I'd expect the current 1.3 version to be fairly broken\r
-               a complete kill and rewrite of the prefs/project stuff might be our option anyway\r
-               http://zerowing.idsoftware.com/archives/gtkradiant/2002-May/003038.html\r
-       qe3.cpp QE_InitVFS conflict:\r
-         1.3 has some changes when creating the files in a new userprefix (ex. ~/.q3a/baseq3/scripts /maps /maps/prefabs etc.)\r
-               merged by hand, probably needs to be checked\r
-       qe3.cpp OpenDialog SaveAsDialog conflict:\r
-         commented out in 1.3, getting rid of it completely\r
-       \r
-       preferences.cpp conflict:\r
-         1.2 adds CUSTOMSHADEREDITOR_KEY pref\r
-               1.3 uses a completely different syntax for prefs\r
-       preferences.cpp conflict:\r
-               prefab path pref changes conflict with 1.3 pref syntax\r
-               applying changes manually to 1.3 codebase\r
-       \r
-       pmesh.cpp conflict:\r
-               1.2 adds pref to group / not group patch thickening\r
-               1.3 changes the way we manipulate entities around that code\r
-               merged manually, would be worth checking that the thicken pref works\r
-       \r
-       pluginmanager.cpp conflicts: synapse completely changes that part\r
-       on relevant 1.2 thing is the removal of pfnRadiant_Free\r
-       \r
-  map.cpp Map_ImportEntities conflict\r
-               1.3 has bug 453 map conversion promt that was not backported to 1.2 (caused merge to conflict a bit)\r
-               usin 1.3 code and checking 1.2 changes manually\r
-  \r
-       using radiant.x86 as Linux target (instead of radiant, didn't fit with the setup procedure)\r
-  \r
-       06/05/2002\r
-       not merging in .dsw .dsp\r
-       an eclass.cpp fixed moved to eclass_def.cpp\r
-       mainframe.cpp is always a bitch to merge, sent several mail comments to list about conflicts that arose\r
-         MainFrame::OnFileSaveas needed some updates that were not in the diff (correct default prompt)\r
-               (same for MainFrame::OnFileSaveregion)\r
-               MainFrame::OnFileNewproject conflicts a bit, changes have been made in 1.2 and 1.3\r
-               changes in 1.2 seem more crucial, using the 1.2 version, and patched the 1.3 manually over it\r
-                 (might need to be checked, bug #506)\r
-      \r
-       TODO: need to check for parasite g_free that I added back from the file dialog    \r
-  \r
-  propagated ChangeLog from Stable-1_2\r
-  =============================================================================\r
-       02/5/2002\r
-         Gef\r
-         - added filtering on unselect for newly created brushes/entities (bugzilla: #374)\r
-         SPoG\r
-         - added undo for pasted/cloned brushes\r
-         TTimo\r
-         - shift+left click to open shader editor no longer selects the texture on the way\r
-           (this was unstable, pCurrentShader could become NULL somehow)\r
-         - editpad bindings were completely broken\r
-           attempts to make it work again failed\r
-               taking it out\r
-               changed the prefs, on win32 you select between internal shader editor or win32 .shader binding\r
-               we have lost the ability to jump to a given line, if someone has a good solution for line jumping, let me know\r
-         - one more fix to the MAJOR / MINOR safe checks stuff\r
-         - bug #500: oooogly, I removed a line which I should not have :)\r
-\r
-       01/5/2002\r
-         TTimo\r
-         - "Save selected.." load/save in fs_game sensitive directory too\r
-         - removed a bunch of unused/broken project settings items\r
-         removed most of them actually .. project settings are .. ahem\r
-         - added an optional 'go to url' button in gtk_MessageBox\r
-\r
-       30/4/2002\r
-         Gef\r
-         - fixed lod drawing of selected patches when patches are filtered\r
-\r
-       29/4/2002\r
-         TTimo\r
-         - bugzilla #467\r
-           make patch inspector deny space textures\r
-           make mapq3 write code drop space textures\r
-         - bugzilla #132\r
-           removed remotebasepath and texturepath\r
-               rewrote the Textures > Load Directory (which was kinda relying on texturepath)\r
-         - bugzilla #355\r
-           uploading editpad zip to qeradiant.com misc/ in files section, replacing the win32 message about editpad\r
-           added editpad quote in qer.com totd\r
-         - fixing the map load/save dialogs to work correctly with mod settings on win32 (was done on Linux and still broken on win32)\r
-\r
-\r
-       26/4/2002\r
-         Gef\r
-         - fixed patches losing their shader if outside region when calling flush/reload \r
-           (bugzilla: #492)\r
-         - blocked textures with spaces from loading in Texture_ShowDirectory with a warning\r
-           (bugzilla: #467)\r
-         - fixed a dud shader (liquids.shader -> textures/liquids/ripplewater2_back) didn't have\r
-           the textures/liquids prefix\r
-\r
-       25/4/2002\r
-         Gef\r
-         - fixed a broken image link in the shader manual (bugzilla: #486)\r
-         - changed prtview to use ~/.radiant/<version>/prtview.ini instead of \r
-           ~/.q3a/radiant/prtview.ini on linux\r
-         - fixed prtview loading/saving config (bugzilla: #424)\r
-         TTimo\r
-         - removed QERApp_RadiantFree from the function table\r
-         we can malloc and free across modules configured correctly for the CRT (Common Runtime DLLs)\r
-         cleaned up related broken malloc / free strategy in the plugins (vfsLoadFile uglyness)\r
-         - added main build date and version to curry / pk3man / prtview\r
-\r
-       23/4/2002\r
-         SmallPileOfGibs\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=229\r
-         flush and reload was affecting texturing of selected brushes\r
-         TTimo\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=489\r
-         File > Check for update menu item, jumps to the website and checks for update\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=431\r
-         win32 part, RADIANT_MAJOR RADIANT_MINOR written out by setup\r
-         - more stuff on File > New Project and common mod setup issues (not finished yet)\r
-\r
-       22/4/2002\r
-         TTimo\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=431\r
-         reworking a bit the installer stuff\r
-         wrote the version checking\r
-         needs testing on win32 (RADIANT_MAJOR and RADIANT_MINOR are required in the install now)\r
-\r
-       21/4/2002\r
-         TTimo\r
-         - trying more seriously to get a new nightly out\r
-         updating the ChangeLog for current 1.2.7 from this file\r
-         cleanups, browsing through the bugs to close/update/fix\r
-         - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=197\r
-         I kinda fixed that myself already, going through the diff and applying the missing stuff\r
-         creating the prefabs/ dir in QE_InitVFS\r
-         - added a line about the games dialog / auto-select at startup in the dialog frame\r
-\r
-       15/4/2002\r
-         TTimo\r
-         - cleaning some old commented out map load code\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=477\r
-         on Linux:\r
-           - strHomeMaps was init without taking care of m_strFSGame\r
-           - SaveAsDialog was not using strHomeMaps\r
-           NOTE: should strHomeMaps be spcific to Linux, or we will do better if we unify\r
-         need similar checks on win32\r
-\r
-       13/4/2002\r
-         TTimo\r
-         - kicking the source to generate new doxygen on zerowing\r
-\r
-       09/4/2002\r
-         Gef\r
-         - setting the sel_mode accordingly when (i)nverting selection, verts were being drawn when \r
-           they shouldn't have been\r
-\r
-       05/4/2002\r
-         Gef\r
-         - fix File/New Project for mods so it doesn't fail if the dir exists (bugzilla: #459)\r
-         - add Linux-isms for New Projects & read/write permissions...\r
-           note: for a total conversion, basepath needs to be manually set\r
-         - prevent opening multiple internal shader editor dialogs\r
-         - added preference for using a custom shader editor\r
-         - set horizontal scrollbar to be automatic instead of never for entity keyval list (bugzilla: #4)\r
-         - added a call to Select_Reselect() in XYWnd->OnViewEntity() to make sure its modifying the \r
-           current selection (bugzilla: #436)\r
-         - fixed entity dialog passing events through to main window (bugzilla: #454) return values\r
-           were backwards\r
-         - patching in the .pfb extension adding stuff (bugzilla: #259)\r
-         - fixed thickened patches not being grouped (bugzilla: #226). this was supposed to be happening\r
-           anyway, the entity create code was called before the patches were selected\r
-\r
-       02/4/2002\r
-         EvilTypeGuy\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=457\r
-         add entity #X and brush #X comments back to saved .map files\r
-\r
-       24/3/2002\r
-         Hydra & TTimo\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=444\r
-         only show empty alpha channel warning if the tga texture is actually 32 bit\r
-         (24 bit would always have empty alpha, the warning was useless in this case)\r
-\r
-       19/3/2002\r
-         Gef\r
-         http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=217\r
-         - Set show value to true for angle and movement velocity sliders in preferences\r
-         - Increased the maximum value of angle velocity from 6 to 100\r
-\r
-       18/3/2002\r
-         SPoG\r
-         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=419\r
-               fixed File->Save with region active acts the same as File->SaveRegion for ents\r
-\r
-\r
-  end merge  \r
-  =============================================================================\r
-\r
-16/4/2002\r
-  SPoG\r
-  - fixed MDC_XYZ_SCALE value\r
-\r
-12/4/2002\r
-  SPoG\r
-  - fixed win32 compile error - vc6 being nitpicky\r
-  - fixed refcount init on CSynapseAPIManager\r
-  - cleaned up md3model win32 project file\r
-\r
-9/4/2002\r
-  Gef\r
-  - added nudging for selected brush and patch vertices (bugzilla: #240)\r
-  - added selected brush vertex highlighting\r
-  - sorted all the ID_'s in HandleCommand alphabetically to make it easier to track things down\r
-  - setting the sel_mode accordingly when (i)nverting selection, verts were being drawn when \r
-    they shouldn't have been\r
-\r
-5/4/2002\r
-  EvilTypeGuy & djbob\r
-  - patched in djbob's grid minor/major color settings for gridsize < 1\r
-    http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=24\r
-\r
-1/4/2002\r
-  TTimo\r
-  - configured md3model to have dynamic VFS API too\r
-  - cleaned up texwindow.cpp texture extension loop\r
-  - updated current HL media with hl's synapse.config\r
-    http://zerowing.idsoftware.com/stuff/HL-media-0401.zip\r
-  - checking in new synapse.config for Q3/RTCW\r
-  - fixed win32 project files, removed hltoggle.h\r
-  - bumped version to 1.3.3\r
-  \r
-31/3/2002\r
-  TTimo\r
-  - XML runtime configuration of synapse\r
-  uses a synapse.config in the gametools path, we can add a line in the .game to specify the file later on\r
-  - various cleanups and removal of dead code\r
-  - Linux build system: sanitized CFLAGS, libxml, STLPort and glib include path all in the toplevel Construct file\r
-  - removed the 'cons -- halflife' option, the binaries are unified again\r
-  - cleaned up image loading\r
-\r
-\r
-29/3/2002\r
-  TTimo\r
-  - patching in Hydra's code for Half-Life, builds and runs on Linux, need to quickfix on win32 now\r
-  - build system on Linux: some things are still hardcoded into the core, you need a different core\r
-    for Q3/RTCW or HL for now. do ./cons -- halflife to build HL mode (build trees are seperate)\r
-  - there is no media / install procedure yet, but a zip with what you may need for install is available:\r
-    http://zerowing.idsoftware.com/stuff/HL-media-0329.zip\r
-  - cvs added all the new files\r
-  - patched various things from the patches, don't have a precise list\r
-    cleaned up the interface requests, isolated HL specific between TMP_HALFLIFE defines\r
-    removed 'tga' from imagehl, two modules providing the same API has unexpected results\r
-    \r
-  TODO: the image loading is the main problem right now. We should not have any place that scans the \r
-  extensions, this is done internally to the image load manager? texwindow.cpp does enumeration of the\r
-  minors too .. but that may be legal in this case.\r
-  \r
-  TODO: synapse config at runtime through XML (rather big piece)\r
-\r
-  - fixing build on win32\r
-  bad coding practices: 'for (GSList *choicelst = ..'\r
-  added a quick hack include/hltoggle.h for easy switch q3/rtcw or hl compile\r
-    (remaining hardcoded stuff is temporary)\r
-\r
-\r
-28/3/2002\r
-  Gef\r
-  - added linux pthreads support to tools\r
-  - removed old terrain.c and lightv.c from q3map2 Conscript\r
-\r
-27/3/2002\r
-  Gef\r
-  - updated cons for q3map 2\r
-  - minor q3map2 fixes for linux compile errors/warnings\r
-  - minor warning fix in map.cpp\r
-  SPoG\r
-  - changed entity_addtolist to add entities to end of list instead of beginning\r
-  - added eclass_forname to eclassmanager interface\r
-  - fixed setting eclass before model-update for entities loaded from map\r
-  - fixed setting bounding box for models after model-update\r
-  ydnar - q3map2\r
-  - fixed crash on -connect and other gremlins related to argument processing\r
-  - removed flag that prevented Castle's maps from compiling\r
-\r
-\r
-27/3/2002\r
-\r
-  Hydra\r
-\r
-  Important Changes:\r
-\r
-  - Added VFSWAD modules for extracting textures from WAD files.\r
-  - Added ImageHL for loading textures contained in WAD files\r
-  - Updated shaders source code so that you can produce ShadersHL.dll\r
-    (single minor using #ifdefs)\r
-  - MapQ3 source updated so that it can load and save q2 format maps\r
-    provides a multiple minors.\r
-  - Added EClassFGD for loading FGD definition files\r
-    (I documented this code quite well, if you're interested...)\r
-  - Added support for iconsprite() settings in the FGD loader, we set\r
-    eclass_t->skinpath with the name of the sprite\r
-    TODO: write a sprite model plugin.\r
-\r
-  Fixes:\r
-\r
-  - Fixed incorrect line numbers being reported when script files had // comments in them\r
-  - Removed EClass_Create from the EClass manager _EClassManagerTable\r
-  - Replaced all occurences of "textures/radiant/notex" in shaders.cpp with a define.\r
-  - Fixed a crash in shaders.cpp when there was no default texture.\r
-  - Fixed a possible issue with g_bCancel_Map_LoadFile\r
-  - Added a crash fix for uninitialised patchMesh_t->pSymbiot\r
-\r
-  Core Changes Required for HalfLife Support:\r
-\r
-  - Set MAX_FLAGS to 16 to support Halflife's extra spawnflags, adjusted\r
-    entity inspector to display the new spawnflags, updated FGD loader\r
-    to load them correctly (previously it only loaded the ones with values <8)\r
-    (Done without breaking the old Q2 code that was commented out)\r
-  - Added GetTokenExtra to the _ScripLibTable\r
-  - Kludged texwindow.cpp to allow loading extension other than "tga" and "jpg"\r
-    TODO: ttimo, we need something in synapse to help with this.\r
-  - Plugin manager requests different API's depending on .game file used.\r
-    TODO: this needs to be done on a PER GAME basis, not PER .GAME FILE.\r
-  - Shaderlist.txt is not parsed on startup if hl.game is used.\r
-    TODO: this needs to be done on a PER ENGINE basis, not PER GAME.\r
-\r
-  Cosmetic Changes:\r
-\r
-  - Changed MAPQ3's minor_name from "map" to "mapq3" (also adds "mapq2" as a minor)\r
-  - Changed XMAP's minor_name from "xmap" to "mapxml"\r
-  - Changed VFS's minor_name from "quake3" to "pk3", more inline with VFSWAD now.\r
-  - Changed file/Load to file/Import on the menus\r
-  - When a shader (Q3/HL) is not found a message is displayed in the console\r
-    (only once for each shader that is not found).  This is so the user can\r
-    quickly get a list of missing textures/shaders.\r
-\r
-26/3/2002\r
-  ydnar\r
-  - initial q3map 2.0 source import\r
-    new tools/quake3/q3map2 directory\r
-         common/qfiles.h and common/surfaceflags.h modified\r
-         affects q3map 1.x too, bumped MAX_MAP_BRUSHSIDES to 0x40000\r
-         will need to write the build scripts and compile on Linux too\r
-  SPoG\r
-  - Re-added dialog prompting user to convert/change-mode/abort when map BP mode\r
-    conflicts with project settings\r
-  - large entity/models update\r
-  +++ include/ientity.h   25 Mar 2002 11:37:54 -0000\r
-    entity module\r
-      - interface cleanup\r
-      - common #defines for easy transition\r
-  +++ include/igl.h       25 Mar 2002 11:37:55 -0000\r
-    opengl module\r
-      - Vertex Arrays support\r
-  +++ include/imodel.h    25 Mar 2002 11:37:57 -0000\r
-    model module\r
-      - interface cleanup\r
-  +++ libs/mathlib.h      25 Mar 2002 11:37:59 -0000\r
-    vector macros - cleanup\r
-    m4x4\r
-      - documentation of matrix layout\r
-      - interface for utility functions for axis-angle and quaternion rotations\r
-      - interface for new utilities for specifically transforming points/normals \r
-    aabb\r
-      - interface for faster aabb-ray test without finding intersection point\r
-      - interface for utility to calculate an aabb to contain a transformed aabb \r
-  +++ libs/mathlib/bbox.c 25 Mar 2002 11:38:01 -0000\r
-      - cleanup of use of qboolean\r
-      - implementation of fast aabb-ray-test\r
-      - implementation of aabb-for-transformed-aabb\r
-  +++ libs/mathlib/m4x4.c 25 Mar 2002 11:38:02 -0000\r
-      - implementation of utility for rotation matrix from axis-angle/quaternion\r
-      - cleanup of implementation of matrix multiplication functions (optimise for in-order array traversal)\r
-      - implementation of new utilities for specifically transforming points/normals\r
-  +++ libs/mathlib/ray.c  25 Mar 2002 11:38:02 -0000\r
-      - replace use of m4x4_transform_vec3 with new point/normal specific utils\r
-  +++ plugins/mapq3/plugin.cpp    25 Mar 2002 11:38:06 -0000\r
-      - rename g_EntityTable using #define in ientity.h\r
-  +++ plugins/mapq3/plugin.h      25 Mar 2002 11:38:06 -0000\r
-      - rename g_EntityTable using #define in ientity.h\r
-  +++ plugins/mapxml/xmlparse.cpp 25 Mar 2002 11:38:06 -0000\r
-      - buffer-safe dtd path construction (without using string class, in case of unknown bugs)\r
-  +++ plugins/md3model/Conscript  25 Mar 2002 11:38:06 -0000\r
-      - remove entity-module files from md3model conscript \r
-  +++ plugins/md3model/md3model.cpp       25 Mar 2002 11:38:07 -0000\r
-      - implementation of generic quake-style-model class CModel\r
-      - implementation of CModel-derived md3/mdc classes\r
-  +++ plugins/md3model/md3model.dsp       25 Mar 2002 11:38:08 -0000\r
-      - remove entity-module files from md3model dsp\r
-  +++ plugins/md3model/md3model.h 25 Mar 2002 11:38:08 -0000\r
-      - interface for generic quake-style-model class CModel\r
-      - interface for CModel-derived md3/mdc classes\r
-  +++ plugins/md3model/md3surface.cpp     25 Mar 2002 11:38:09 -0000\r
-      - implementation of generic quake-style-model class CSurface\r
-      - implementation of CSurface-derived md3/md2/mdl/mdc classes\r
-  +++ plugins/md3model/md3surface.h       25 Mar 2002 11:38:09 -0000\r
-      - interface for generic quake-style-model class CSurface\r
-      - interface for CSurface-derived md3/md2/mdl/mdc classes\r
-  +++ plugins/md3model/plugin.cpp 25 Mar 2002 11:38:10 -0000\r
-      - provide support to synapse for loading md3/mdc/mdl/md2 models, and mdl images\r
-  +++ plugins/md3model/plugin.h   25 Mar 2002 11:38:10 -0000\r
-      - interface for loading md3/mdc/mdl/md2 models, and mdl images \r
-  +++ radiant/brush.cpp   25 Mar 2002 11:38:18 -0000\r
-      - #ifdef remove Group/Brush-Patch-Epair related stuff\r
-      - const correctness for ValueForKey interface const change\r
-      - add bounding-box update for models in Brush_Build\r
-      - remove old brush parsing/writing stuff\r
-      - remove old eclass-model loading/displaying stuff\r
-      - enable vertex arrays on light drawing\r
-      - moved brush is-selected? utility to brush.cpp\r
-  +++ radiant/brush.h     25 Mar 2002 11:38:18 -0000\r
-      - comment out interface for old brush parse/write stuff\r
-      - comment out interface for brush epair stuff\r
-  +++ radiant/brush_primit.cpp    25 Mar 2002 11:38:20 -0000\r
-      - remove old brush-primitives parsing/writing stuff\r
-  +++ radiant/camwindow.cpp       25 Mar 2002 11:38:23 -0000\r
-      - moved brush-bbox update for models to brush.cpp:Brush_Build\r
-      - bugfix for material colour setting when drawing models\r
-  +++ radiant/eclass.cpp  25 Mar 2002 11:38:24 -0000\r
-      - removed old eclass-model checking/loading stuff\r
-      - added const checking for Eclass_ForName interface\r
-  +++ radiant/entity.cpp  25 Mar 2002 11:38:26 -0000\r
-      - REMOVE THIS FILE\r
-  +++ radiant/entity.h    25 Mar 2002 11:38:26 -0000\r
-      - REMOVE THIS FILE\r
-  +++ radiant/groupdialog.cpp     25 Mar 2002 11:38:29 -0000\r
-      - change entity creation to not use Entity_Create (function was removed)\r
-      - commented groups stuff\r
-  +++ radiant/gtkdlgs.cpp 25 Mar 2002 11:38:36 -0000\r
-      - const correctness for ValueForKey\r
-  +++ radiant/gtkmisc.cpp 25 Mar 2002 11:38:39 -0000\r
-      - added filetype patterns for mdc/mdl/md2\r
-  +++ radiant/main.cpp    25 Mar 2002 11:38:41 -0000\r
-      - const correctness fixes\r
-  +++ radiant/mainframe.cpp       25 Mar 2002 11:38:59 -0000\r
-      - change selection -> merge entity and selection -> separate from entity to go through mainframe class\r
-      - implementation of mainframe functions for selection -> merge entity and selection -> separate from entity\r
-      - made entity grouping and detail/structural settings undoable\r
-      - commented out old groups stuff\r
-  +++ radiant/mainframe.h 25 Mar 2002 11:39:01 -0000\r
-      - interface for mainframe functions for selection -> merge entity and selection -> separate from entity\r
-  +++ radiant/map.cpp     25 Mar 2002 11:39:04 -0000\r
-      - const correctness fixes\r
-  +++ radiant/pluginmanager.cpp   25 Mar 2002 11:39:08 -0000\r
-      - removed model table\r
-      - stopped requesting model table from synapse\r
-      - request undo table from synapse\r
-      - commented out support for IEpairs stuff - NOTE: to be integrated with entity module\r
-      - fill interface table for opengl vertex array support \r
-      - fill interface table for undo\r
-  +++ radiant/pmesh.cpp   25 Mar 2002 11:39:18 -0000\r
-      - cleanup patch cap and patch thicken to create entities using entity module interface (without Entity_Create)\r
-      - removed old patch parse/write stuff\r
-      - #ifdef'd out patch epair/groups stuff\r
-  +++ radiant/qe3.cpp     25 Mar 2002 11:39:21 -0000\r
-      - const fixes\r
-      - buffer-safe dtd path construction (without using string class, in case of unknown bugs)\r
-  +++ radiant/qe3.h       25 Mar 2002 11:39:24 -0000\r
-      - don't include entity.h, include ientity.h and forward-declare entity-table instead\r
-      - include imodel.h but don't forward declare model-table\r
-      - include iundo.h and forward-declare undo table\r
-      - comment out interface to old patch parse/write stuff\r
-      - comment out interface to old brush parse/write stuff\r
-      - comment out iepairs header include.. NOTE: to be integrated with entity module/interface \r
-      - include eclass interface (we don't have an eclass.h)\r
-      - declare interface for CreateEntityFromName (generic useful func)\r
-      - declare target/targetname utils interface (we don't have a targetname.h)\r
-  +++ radiant/select.cpp  25 Mar 2002 11:39:27 -0000\r
-      - cleanup implementation of entity selection-grouping/ungrouping utlities\r
-  +++ radiant/select.h    25 Mar 2002 11:39:27 -0000\r
-      - cleanup interface for entity selection-grouping/ungrouping utlities\r
-  +++ radiant/undo.cpp    25 Mar 2002 11:39:29 -0000\r
-      - removed workaround for wierd entity_clone behaviour (changed in entity module)\r
-      - avoid using Entity_FreeEpairs (not exposed by entity module)\r
-  +++ radiant/xywindow.cpp        25 Mar 2002 11:39:35 -0000\r
-      - const fixes\r
-      - cleanup implementation of CreateEntityFromName to be a usful generic utiliy function\r
-      - enable vertex arrays in XY_Draw\r
-      - enable undo for right-click dropping entities in XY window\r
-  TTimo\r
-  - various fixes to make the above compile on Linux, checkin to cvs\r
-  - fixing some win32 build stuff\r
-  \r
-  Hydra\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=434\r
-  fixed setSpecialLoad in .def code\r
-\r
-19/3/2002\r
-  Gef\r
-  - Modified the fix for LoadImage to be more consistent with other code\r
-  - Applied Hydra's fix for empty alpha channel warnings & cleaned up indentations (tabs) in lbmlib.cpp\r
-    also added output of the tga type when a tga file fails to load\r
-  - Reverted my over complex fix (read; mess) for strtok_r to use strtok instead of manual tokenising\r
-\r
-17/3/2002\r
-  Gef\r
-  - Fixed LoadImage API list not being incremented while trying to find image minors, result was\r
-    infinite loop when loading images that weren't of the first type (tga)\r
-  - Fixed cloning giving dtd errors. mapxml/xmlparse.cpp:ParseXMLStream() was using \r
-    g_FuncTable.m_pfnGetQERPath() as the dtds path... disabled validation until spog can check \r
-    that my fix is the right solution\r
-  - Added simple formatting to xmap file output so that each node has a new line for readability\r
-\r
-13/3/2002\r
-  TTimo\r
-  - introduced API List managers\r
-    we deal with two types of APIManager now, the ones that matching all minors for a given major\r
-    and the ones that require a fixed list of minors\r
-  - converted the image loaders to go through a API list manager\r
-  - fixed various things in synapse (introduced more bugs?)\r
-  - fixed plugins, realized it was still broken\r
-\r
-12/3/2002\r
-  Hydra & TTimo\r
-  - EClass_Create in the EClass manager _EClassManagerTable\r
-  - removed InitFromText from _EClassTable\r
-\r
-8/3/2002\r
-  TTimo\r
-  - some commented out code cleanups\r
-  - added eclassfgd/ fgd.so module skeleton\r
-    loaded up in radiant core as an optional entity format\r
-    added eclass manager code to deal with the new format if present\r
-    this still loads .def, the actual .fgd code needs to be written now\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=433\r
-    added a g_strDTDPath global\r
-    disabled DTD validation, broken on win32\r
-  - Str copy constructor (const Str &) working correctly with a __strDup\r
-\r
-7/3/2002\r
-  TTimo\r
-  - added verbosity in file accesses for CXMLPropertyBag\r
-  - more fixes to project lookup\r
-  - dropping dtds/ prefix, this is installation dependent\r
-  - removed ipluginentities.h, the plugin entities stuff was disabled long time ago already\r
-  - cleaned up some old commented out stuff\r
-  - proof of concept synapse builtin module: new class CSynapseClientBuiltin allows to have\r
-    modules builtin to the application (i.e. statically linked)\r
-    adding\r
-      include/ieclass.h (eclass loader API)\r
-      radiant/eclass_def.cpp (.def class loader, builtin)\r
-      radiant/eclass_def.h (.def loade, API public to the core)\r
-\r
-    NOTE: radiant/eclass_def.cpp needs to be added to the win32 projects  \r
-  - quickfix to project file loading ("/scripts/")  \r
-  - introduced an EClass manager, hooked up the .def builtin module through it\r
-    (not yet possible to push new entity format modules, but .def reading is already fully synapsed)\r
-\r
-6/3/2002\r
-  Gef\r
-  - Fixed a segfault when getting mUserPathPrefix in CGameDescription::CGameDescription()\r
-  - added preferences check for fixing target/name collisions\r
-  - fixed a logical error on my part, where setting g_qeglobals.m_strHomeGame in\r
-    CGameDescription constructor results in a value from the last file parsed. Moved it\r
-    to a more appropriate location, where it gets a value from the selected .game file.\r
-  SPoG\r
-  - changed g_strGameToolsPath to g_strAppPath in GetQERPath API\r
-  - fixed mapq3.dtd\r
-  - enabled DTD validation of xmap files\r
-  - added mapq3.dtd to setup scripts (not tested)\r
-  TTimo\r
-  - added OnActivated() to synapse clients, override to put some init code\r
-  - fixing default project path lookup and user project increment (again)\r
-  - fix to linux setup, no trailing slash in basegame items\r
-    (wolf.game and q3.game)\r
-  - removed old plugin/modules code, leaving only the synapse implementation\r
-    recoded image loading and Map_Import/Map_Export  \r
-    still some temporary solutions and cleanup work to be done\r
-    removed plugin.cpp from the tree / build system\r
-\r
-5/3/2002\r
-  SPoG\r
-  - TODO: add default project for wolf to WolfPack CVS module\r
-  - changed xml project file load to search for DTD "dtds/project.dtd" under radiant path\r
-  - fixed crash in mapq3 on trying to read uninitialised token ptr\r
-  - changed .map to be default map format for now\r
-  - changed runbsp to not hardcode -fs_basepath\r
-  - added -fs_basepath to quake3 default project\r
-  - added project.dtd to setup scripts and swapped quakev2.qe4 for default_project.proj (not tested)\r
-\r
-4/3/2002\r
-  TTimo\r
-  - merged synapse2 branch back into trunk, checked Linux and win32 builds ok\r
-  - updated the .dsp to work with new libxml2 2.4.16\r
-  - fixed broken enginepath guessing, and broken project path rotation / saving\r
-\r
-28/2/2002\r
-  Gef\r
-  - Added extra checks for target/targetname collisions\r
-  - Find Brush dialog title correction (bugzilla #393)\r
-\r
-26/2/2002\r
-  Gef\r
-  - Added Entity_Connect() to entity.cpp to avoid duplicating code\r
-  - Fixed target/targetname collisions - entities being cross-linked when copied\r
-    Bugzilla #385 : http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=385\r
-\r
-16/2/2002\r
-  Gef\r
-  - cleaned up the kyro gl_point workaround stuff\r
-  - taught ClipPoint's (clips & path points) how to draw themselves\r
-\r
-8/2/2002\r
-  Gef\r
-  - Added mapxml.so to linux setup\r
-  - strip debug symbols option in setup\r
-  - removed g_qeglobals.m_strHomeMaps, writing it to project instead\r
-    fixes a bunch of re-broken path issues. Also uses fs_game now.\r
-  - Minor grid colour in QER Black & Green theme\r
-  - Save window's pos/size for all view types in MainFrame::OnDestroy\r
-\r
----------------------------  on branch synapse2\r
-4/3/2002\r
-  - modules don't show up in plugins menu, added a dump in console before entering interactive mode\r
-  - added compile time def for synapse verbosity\r
-\r
-3/3/2002\r
-  - finished converting all the modules to synapse, disabled old ResolveInterface call\r
-\r
-24/2/2002\r
-  - hooked TexTool into Radiant plugin menu through synapse\r
-  - added iplugin.h which I had forgotten earlier\r
-  - ported synapse code to compile and run on win32\r
-\r
-19/2/2002\r
-  - SYN_REQUIRE_ANY / multiple API manager code\r
-    can load multiple interfaces based on a matching pattern\r
-    converted TexTool to load that way\r
-\r
-18/2/2002\r
-  - added iplugin.h with basic interface for plugins  \r
-\r
-13/2/2002\r
-  - synapse on modules currently disabled,\r
-    the basics of the code are working fine, need to look at multiple interfaces matches before going further\r
-  - started converting shaders, requires conversion of a lot more others\r
-  - image converted to synapse\r
-  - no longer using GUID in synapse, all done through *_MAJOR strings\r
-  HOWTO: convert a module to synapse:\r
-    configure it to link against synapse static lib\r
-    (+include path to STLPort required)\r
-    add #include "synapse.h" to the plugin header\r
-    declare the : public CSynapseClient in plugin header\r
-    implement it (listing provides and requires, implement the request code)\r
-\r
-12/2/2002\r
-  - vfspk3 converted to synapse\r
-\r
-11/2/2002\r
-  TODO: get rid of all WINAPI crap\r
-  - debugged the API dependencies solver to actually work  \r
-  - added newer cons at the head of the tree\r
-\r
-10/2/2002\r
-  TTimo\r
-  - added the basic code for solving API dependencies and requesting the various tables\r
-  - more diagnostic printing code fixes\r
-  - version checkings\r
-  - some more design work (libs/synapse/doc)\r
-\r
-9/2/2002\r
-  TTimo\r
-  - some changes to the files layout, cleanup of the diagnostics printing\r
-  (stuff's mostly broken right now)\r
-  - reworked the complete Sys_Printf stuff to rely on va_list implementation\r
-  - include/isynapse.h declared useless and foxed without mercy\r
-  - added include/irefcount.h\r
-\r
-8/2/2002\r
-  TTimo\r
-  - adding an experimental Anjuta project file to play around with\r
-\r
-7/2/2002\r
-  TTimo\r
-  - various fixes to build on linux, listed a bunch of current issues\r
-  - fixing terrademo.map to remove broken mapobj~1 -> mapobjects\r
-  -- synapse2 branch --\r
-  - propagate the code from old synapse branch to a new branch out of 1.3 tree\r
-    (builds and runs on linux, that's about it for now)\r
-\r
---------------------------- end branch synapse2\r
-  \r
-7/2/2002\r
-  djbob\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=354\r
-  moved all the preferences code to XML\r
-\r
-6/2/2002\r
-  SPoG\r
-  - checked all paths conform to: unix dir separators + trailing separator\r
-  - changed file dialogs for load/save of maps to default to "mapspath"\r
-  - removed OpenDialog and SaveAsDialog, use file_dialog instead\r
-  - removed FileSystem paths stored in QEGlobals_t.. replaced by CGameDescription\r
-  - removed dependence on EnginePath from preferences, replaced by CGameDescription\r
-  - removed hardcoded g_get_home_dir calls for file dialogs\r
-  - added validation of project settings entry paths before they are set\r
-\r
-5/2/2002\r
-  EvilTypeGuy\r
-  - moved filters.cpp related function declarations to filters.h\r
-    and added #include "filters.h" to brush.cpp, csg.cpp, main.cpp,\r
-    mainframe.cpp, map.cpp, select.cpp as not all files include\r
-    qe3.h and qe3.h is a rather monolithic header this seems to be\r
-    a cleaner solution per SPoG's suggestion...Fixes compilation.\r
-\r
-  Gef\r
-  - contrib/plugins BOOL cleanup (uses qboolean now) fixes X header conflict\r
-  - cons update for mapxml\r
-  - SaveAsDialog() changed to match path's used in OpenDialog()\r
-  - removed radiant/xy.h - moved contents to qe3.h (FilterBrush declaration)\r
-\r
-4/2/2002\r
-  SPoG\r
-  - changed QE_LoadProject and QE_SaveProject to load/save xml project file format\r
-  - changed request dialog for project files to loop until a valid file is found\r
-  - fixed memleaks in CGameDescription constructor for xmlGetProp\r
-  - added converting gametoolspath unix format when parsed from game file\r
-\r
-  - fixed m4x4 lib to use column-major order (more compatible with opengl)\r
-  - added divergence parameter to ray-point intersection test\r
-    (now easier to select distant points in perspective views)\r
-  - cleaned up modelview/projection matrix manipulations in 2d/3d view\r
-  - cleaned up map modules / interface source files a bit\r
-\r
-  - added ability to specify map module version when importing/exporting map\r
-  - cleaned up file dialog code, returned filename is static and in unix format\r
-  - save-as dialogs force a file extension depending on filetype selected\r
-  - added filetype manager to support registering custom file types\r
-  - fixed loading and cleaning engine path from radiant.ini correctly\r
-\r
-3/2/2002\r
-  EvilTypeGuy\r
-  - fixed win32 compilation (userpathprefix is Linux specific)\r
-\r
-  ETG & Powzer\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308\r
-    added preference to allow 'paint drag-select' brushes/faces in 3d camera view\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=389\r
-    added preference to strafe camera foward/back in 3d view while freelook is active\r
-\r
-  ETG & RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=388\r
-    patch adds ability to strafe up/down/left right while freelook is active\r
-\r
-1/2/2002\r
-  TTimo\r
-  - bumped to 1.3.1-nightly\r
-\r
--- 1.2 stable branch branched here\r
-\r
-  Gef & TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=372\r
-    http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376\r
-    appplied the patch, corrected the mapspath expansion stuff\r
-  TTimo  \r
-  - linux nightly setup code\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=384\r
-    hacked a corrective action in the nightly setup\r
-\r
-  SPoG\r
-  - fixed creating region brushes that fill the entire grid for Save Region\r
-\r
-31/1/2002\r
-\r
-  Micheal Schlueter\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375\r
-  syntax fix to q3map path_init.c\r
-  \r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279\r
-  patch 185 == 186\r
-  tweaking to config stuff in linux setup\r
-  patch 187\r
-  Ensures the games directory exists before trying to create a file there\r
-  patch 177\r
-  Adds *.cf files & uses them. I think I have all the files in the right places now... maybe\r
-  (some additional fixes on top by me)\r
-  \r
-  ETG\r
-  quick fix to shader prefs load\r
-\r
-29/1/2002\r
-\r
-  EvilTypeGuy\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345\r
-  more detachable menus fixes\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334\r
-  fixes 'load shaders at startup' preference\r
-\r
-  SPoG\r
-  - fixed misc_model "modelscale" and "modelscale_vec" support\r
-  \r
-  TTimo\r
-  - upgraded setup scripts to support nightly build\r
-  - last minute fix to the modelscale and modelscale_vec code (md3 module)\r
-\r
-  ydnar\r
-  q3map 1.2.4-y2\r
-\r
-    New features:\r
-    - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight.\r
-    - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing.\r
-\r
-    New entity keys:\r
-    - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument.\r
-    - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has.\r
-    - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted.\r
-\r
-    Changes:\r
-    - GtkRadiant 1.2.4-nightly version increment.\r
-    - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight.\r
-    - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged.\r
-    - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key.\r
-    - Additional PVS optimizations in lighting.\r
-\r
-    Fixes:\r
-    - Will compile for RTCW properly (1.2.1-y12 didn't).\r
-    - No more sparklies where fog meets brush faces. They're split properly now.\r
-    - Crash bug in vlight fixed.\r
-    - Vertex light fixups/stitching is considerably faster.\r
-    - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own.\r
-    - Better snapping logic when merging nearly-coincident vertexes on complex brush windings.\r
-    - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now.\r
-    - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux.\r
-    - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities.\r
-    - A ton of other minor little fixes here and there.\r
-\r
-28/1/2002\r
-\r
-  TTimo\r
-  - win32 fixes\r
-  - 1.2.4-nightly\r
-\r
-  djbob\r
-  - EClass_ForName fix if malformed name\r
-\r
----- 1.2.3 linux released\r
-\r
-  TTimo\r
-  - fixed BSP version depending on game mode in q3map\r
-    (home dir guessing is still fucked, have to fix before release)\r
-  - fixed q3map init_path.c home path bug on init\r
-\r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369\r
-    more fixes to texture paths in gensurf\r
-\r
-27/1/2002\r
-  TTimo\r
-  - switching to v3 project file, forcing reload of template if non-v3\r
-  need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32)\r
-  - renamed Main to main in q3map init paths\r
-  - fixes the ~/. inits and init order in q3map\r
-  - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from\r
-    used in bobtoolz / curry / pk3man to find various files\r
-    see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368\r
-  - some fixes to textures loading paths in curry\r
-  - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)\r
-  - building 1.2.2 setups  \r
-  \r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362\r
-  gensurf fix\r
-  \r
-  djbob\r
-  - bobtoolz update\r
-  \r
-  Hydra\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361\r
-  fixes a bug with the texture menu loading, now we see the non-shaderlist directories too\r
-\r
-26/1/2002\r
-  Gef - Michael Schlueter - TTimo \r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279\r
-  applied several patches (to setup code and to the setup scripts)\r
-  modified makesdk.pl to update with more content\r
-  added an "enginepath" attribute to the game file, reworked the handling in editor\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347\r
-    took out the refresh command from the plugin menu\r
-  - more linux fixes:\r
-    bringing all the plugins to compile again on linux\r
-    polishing the setup code (all the right files in the right places)\r
-  - for linux release, bumping ver to 1.2.2\r
-    win32 will have a 1.2.3-nightly after that\r
-  - added correct init of ~/.q3a or ~/.wolf\r
-    *nix systems have a 'prefix' attribute in the .game file to specify\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359\r
-    identified the mod compiling problems\r
-    applying back the old fs_basepath fs_game code to the BSP generation\r
-    \r
-  ydnar- TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351\r
-    cleaner path init code\r
-    it doesn't init for ~/.q3a and ~/.wolf paths yet\r
-\r
-25/1/2002\r
-  SPoG\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352\r
-  using the wrong matrix stack for XY_Draw caused stack overflow error\r
-  - texture_mode was set to an invalid enum in wireframe/flatshade mode\r
-  - changed plugin API to expect gamedir-relative texturenames\r
-  - fixed gensurf to create faces/patches with gamedir-relative textures\r
-\r
-24/1/2002\r
-  SPoG\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322\r
-  added modelscale key check to misc_model entity in md3/entity module\r
-  added angle key check to eclassmodel class in md3/entity module\r
-  fixed bugs in BP writing and reading in map module\r
-  TTimo (commited as SPoG)\r
-  - fixing permissions on cvsreport and doxygen stuff, upgraded dot\r
-\r
-23/1/2002\r
-  SPoG\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336\r
-  plugin API bugfix - fixes textures on stuff created by plugins\r
-\r
----- 1.2.1 was released here\r
-\r
-22/1/2002\r
-  Gef\r
-  - linux build fixes\r
-  SCDS_reyalP\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325\r
-  wrong file packaged in setup\r
-  RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327\r
-  fix to PCX loading  \r
-  SPoG\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298\r
-  cut & paste bugfix\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332\r
-  update origin key on entities\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333\r
-  made fixedsize entities not scalable\r
-\r
-21/1/2002\r
-  TTimo\r
-  - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath\r
-  using the main path to put general plugins and modules\r
-  - fixed bobtoolz bug, init of epairs table was relying on wrong params\r
-  - fixed curry to compile again on 1.2\r
-  - fixed pk3man to compile again on 1.2\r
-  - updated IS setup:\r
-    installing the plugins with the core\r
-    installing the common modules in the core\r
-  - Compiling manual, more IS stuff, .xlink etc.\r
-\r
-  RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315\r
-    patches for improved multimonitor support (with some associated pref items)\r
-\r
-  ydnar\r
-  - more q3map: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324\r
-    - radiosity fixes (proper handling of ambient light)\r
-    - polygonoffset fixes\r
-    - lightmaps on patches work better (normal calcs adjusted, planar patches are \r
-      box projected like brush sides)\r
-    - double vfs init in bsp stage removed (this needs to be tested on Linux)\r
-    - lighting is faster again\r
-    - a couple crash bugs resolved\r
-    - other tasty nibbles\r
-\r
-20/1/2002\r
-  EvilTypeGuy\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313\r
-  detachable menus set as preference (in layout)\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255\r
-  path prompt\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307\r
-  patch dialog names\r
-  ETG & RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306\r
-  fix 'Natural' texturing crash\r
-  ETG & TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291\r
-  found out the problem, Wolf SP spawn works now\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144\r
-  fixed more problems with model loading vfsExtractRelativePath\r
-  prolly broke the linux build, just a matter of putting a bunch of #idfdef\r
-  - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301\r
-  fixed md3 tris test selection bug\r
-  djbob\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219\r
-  fixed bobtoolz for 1.2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318\r
-  filter structural\r
-  RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305\r
-  filter in viewmenu for lightgrid brushes (ydnar's q3map)\r
-  fixes image lib loading bugs\r
-  Hydra\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298\r
-  copy/clone deselects the copied stuff\r
-  added a pref to deselect or not, and to nudge pasted stuff or not\r
-\r
-19/1/2002\r
-  djbob\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311\r
-  IEpair wrapper to access project entity from plugins\r
-  RR2DO2\r
-  - missing IncRef in CShaderArray::AddSingle\r
-  TTimo\r
-  - game.xlink files in gametools path, is scanned to build items in the Help menu\r
-  (and the associated code)\r
-\r
-18/1/2002\r
-  Gef / Michael Schlueter / TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279\r
-  patches 133 and 138 applied, new setup code\r
-\r
-14/1/2002\r
-  TTimo\r
-  - adding djbob write access for bobtoolz\r
-\r
-13/1/2002\r
-  ydnar\r
-  - q3map code updates 1.2.1-y8\r
-    new lightgrid surface flag feature\r
-       lightgrid shader and editor image for Wolf and Q3/TA: in the common .pk3 and in all common.shader\r
-       cvs remove setup/data/baseq3/common-q3r.pk3 (unused, we use common-spog.pk3)\r
-  TTimo\r
-  - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)\r
-    (also checked the lightgrid option)\r
-  - fixed setup.pl bug for template gen from WorkDir/\r
-  - correct spawning between SP and MP mapping mode\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297\r
-    .pid check, console logging and prefs cleanup\r
-  Wolfen\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294\r
-    checked in updates to the manual links page and setup instructions\r
-    (i.e. new prefs dialog)\r
-\r
-12/1/2002\r
-  Gef & Michael Schlueter\r
-  - bugs #295 and #279, new patches applied\r
-  EvilTypeGuy & djbob\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220\r
-    patch selection crash\r
-  EvilTypeGuy\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260\r
-    Dense and Very Dense Cylinders have wrong number of rows    \r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292\r
-    latching patch toolbar settings\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144\r
-    win32 long/short pathname bugs reappearing, switching back to short paths for project settings\r
-  - removed obsolete radiant/vfs.cpp radiant/vfs.h\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291\r
-    using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn)\r
-  SCDS_reyalP\r
-  - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=118\r
-    realloc bug in terrain\r
-\r
-11/1/2002\r
-  SPoG\r
-  - unpatched bug #239, unintended duplication of brushes, patch #96\r
-       Note: bug #239 now unresolved\r
-  EvilTypeGuy\r
-  - bug #295 fixes for compile under Linux\r
-\r
-10/1/2002\r
-  SPoG\r
-  - fixed CEntityEclassModel referencing eclass after eclass has been deleted\r
-  SPoG - map-module branch\r
-  - new map module, provides current functionality, using new map interface\r
-  - cleaned up merging/creating of entity array used by map module\r
-  - implemented MemStream::printf(const char,...) - can't print strings larger than 1024 currently\r
-  - changed copy/paste to use the map module, via abstraction of FileStream/MemStream as DataStream\r
-  - fixed Save Region and Save Selected\r
-  - new xml map module "mapxml"\r
-  - cleaned up map.cpp\r
-\r
-6/1/2002\r
-  TTimo\r
-  - removed m_bPak from pref dialogs (it was dead code)\r
-\r
-5/1/2002\r
-  RR2DO2\r
-  - q3map terrain blending fix for >5 layers\r
-  EvilTypeGuy\r
-  - fs_homepath patch on linux\r
-  Gef\r
-  - bug #279, linux setup, patch #102\r
-  - bug #239, unintended duplication of brushes, patch #96\r
-  TTimo\r
-  - added Wolf specific project settings dialog:\r
-    correct fs_game selection and combo names\r
-    added multiplayer / single player mapping mode selection\r
-\r
-4/1/2002\r
-  TTimo\r
-  - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway)\r
-    using different bsp version and different fs_basegame on wolf\r
-  - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded\r
-    (added corresponding q3.cf wolf.cf and all.cf config files)\r
-  - added a default Start Menu shortcut name (RR2DO2 special)\r
-  - diffing against Id's internal SOS source and merging in new stuff:\r
-    - bumped MAX_SURFACE_INFO to 4096 in shaders.c\r
-       - new terrain code (Jim Dose)\r
-         ParseTerrain() addition in terrain.c\r
-         Creates a mapDrawSurface_t from the terrain text\r
-       - VL_SurfaceRadiosity and VL_SurfaceRadiosity\r
-         MrElusive's vlight radiosity code\r
-       - speedups to vis.c and visflow.c (MrElusive)\r
-\r
-3/1/2002\r
-  TTimo\r
-  - merge gameselect branch back into trunk\r
-  the IS setup scripts have been updated for the new paths layout\r
-  developement environment needs to be updated to copy binaries to the right places for debug\r
-  it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins\r
-  - updated the setup to be more templated for inclusion/non inclusion of game packs on demand\r
-\r
-  - propagating recent fixes to Alpha into the trunk\r
-  based on diffing between Merge-1_1_1 and Merge-1_1_2:\r
-  =====================================================================\r
-  13/11/2001\r
-    djbob\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=244\r
-    reverted again the shader manual and tcMod docs\r
-\r
-    TTimo\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=214\r
-    patched aselib.c, was calling strstr badly (relative path extraction)\r
-\r
-  12/11/2001\r
-    djbob\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=241\r
-    applied patch, will release in next nightly\r
-\r
-    Spog\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=254\r
-    patch for safe_malloc\r
-\r
-    TTimo\r
-    - fixing STLPort config checks and XML config (CHAR -> xmlChar)\r
-    - added safe_malloc_info and safe_malloc in the common/ dir\r
-    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=179\r
-    added XML stream version checking between Radiant and q3map\r
-  ========================================================================  \r
-  also, manual merge of docs/manual and setup media\r
-  this merge work is related to bug #280 too:\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280\r
-  \r
-  ydnar\r
-  - new q3map, radiosity and bug fixes, code merged in with the trunk version\r
-  (TODO: add more detailed changes log)\r
-\r
-  EvilTypeGuy\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274\r
-  broken auto caulking fix\r
-\r
-  EvilTypeGyu & LordHavoc\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207\r
-  (two new files, project settings updated)\r
-  \r
-2/1/2002\r
-  TTimo - branch gameselect\r
-  - copying over the linux setup binaries (setup, uninstall, setup.gtk)\r
-  from Alpha branch. Those have the ability to prompt destination path\r
-  per component.\r
-  Gef - branch gameselect\r
-  - patch 101 for bug 279\r
-  .game files generation by the setup, makesdk.sh and postinstall.sh fixups\r
-\r
-1/1/2002\r
-  Gef - branch gameselect\r
-  - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279\r
-  (we use PATH_MAX as the cross platform define instead of MAX_PATH which only works on win32)\r
-  \r
-  TTimo - branch gameselect\r
-  - cleanup and homogeneisation of the paths for prefs storage\r
-    m_global_rc_path:\r
-      win32: g_strAppPath\r
-      linux: ~/.radiant/<version>/\r
-    m_rc_path:\r
-      win32: g_strGameToolsPath\r
-      linux: ~/.radiant/<version>/<gamename>\r
-    so that global.pref goes in ~/.radiant/<version>/global.pref\r
-    and radiant.ini ~/.radiant/<version>/<gamename>/radiant.ini  \r
-\r
-27/12/2001\r
-  TTimo - branch gameselect\r
-  - global prefs file (global.pref), XML based in core directory\r
-    stores game selection setting\r
-       stores autoload setting\r
-  - dropping 'gameid' from .game file, gonna use a 'gamefile' in global prefs instead\r
-    (and the .game file name .. thks Gef)\r
-  - TODO: radiant.log stuff in global prefs?\r
-\r
-21/12/2001\r
-  TTimo - branch gameselect\r
-  - more Wolf setup tweaking for an experimental build release:\r
-    quakev2.qe4 project template file\r
-       using a 'gameid' attribute in the game file to select hardcoded features in the editor binary\r
-       'basegame' node for lookup of the default project file\r
-       'engine' node for engine path\r
-  - added experimental Wolf game pack to IS\r
-  - added setup/win32/HOWTO with extensive information about the procedure to\r
-    add new game packs\r
-  - reading the 'name' attribute in the game node for game selection dialog\r
-  - TODO: pid files to make safe startup?\r
-  The .pid stuff should be happening after game selection, since it covers game-specific \r
-  preference settings. \r
-  - TODO: console logging pref should be a global pref, goes with game autoload?\r
-\r
-17/12/2001\r
-  TTimo - branch gameselect\r
-  - updating the setup script for experimental 1.2.0 setup:\r
-  \r
-  merged some of the docs back into trunk (Radiant manual, some TA docs)\r
-  will need to perform a complete diffing between Alpha and trunk about docs/manual at some point\r
-  merged bitmaps from Alpha too\r
-  \r
-  added the Q3 modules (image, map, md3model, shaders, vfspk3) to Q3 game pack in setup\r
-  \r
-  generating per-game config file q3.game in OnMoved (IS setup)\r
-  will need equivalent with linux setup of course\r
-  \r
-  various other generic fixes to the setup code\r
-  \r
-  - multiple games support, list of changes, and TODO:\r
-  NOTE: this is on a 'gameselect' branch for now\r
-  Doxygen documentation should be at http://zerowing.idsoftware.com/doxygen\r
-    for this branch too.\r
-\r
-  The installation procedure has changed. The win32 installer is partly ready, linux installer\r
-  will need to be modified too. The editor binary and the Gtk DLLs are installed in a common\r
-  location, i.e. 'C:\Program Files\GtkRadiant' typically. The game specific binaries and modules\r
-  go in the same location as usual, for instance 'C:\Program Files\Quake III Arena\GtkRadiant\'\r
-  (and also 'C:\Program Files\Quake III Arena\GtkRadiant\modules' 'C:\<..>\plugins')\r
-\r
-  The environment variables used by the build system (VC6 project files) have been adapted:\r
-  $(QUAKE3RADIANTDIR) is still used\r
-  $(CORERADIANTDIR) is used for the main editor location\r
-\r
-  When editor starts, it looks for games/*.game under g_strAppPath and prompts the user for a game\r
-  Once game is selected, parameters are used for regular startup.\r
-  You need to write your own q3.game for now, it will be generated by the setup procedure\r
-  my C:\Program Files\GtkRadiant\games\q3.game looks like that:\r
-  <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>\r
-  <!-- Q3 game definition file -->\r
-  <!-- those are generated -->\r
-  <game \r
-    name="Quake III Arena / Quake III: Team Arena and modifications"\r
-       gametools="c:/quake3/Radiant/"\r
-  />\r
-\r
-  given that, the editor does a complete startup, and the basics are here for multiple games\r
-\r
-  - precise changes:\r
-\r
-  g_strToolsPath renamed to g_strGameToolsPath\r
-  most of former g_strAppPath uses g_strGameToolsPath\r
-  the name change was also meant for homogeneity with DIR_GAMETOOLS_* variables we use in the setups\r
-  g_strAppPath still used, points to the main installation path\r
-\r
-  added the game selection code in CPrefsDlg::Init\r
-  using several classes and a dialog box, parsing XML files\r
-\r
-  - TODO:\r
-  \r
-  the console 'Radiant.log' doesn't catch the game selection stuff as it is now\r
-  initialize it to the main install, without the game setting\r
-  (console logging is a debugging tool anyway, no reason it should go to the proper game folder\r
-  each time)\r
-\r
-  the 'preferences reset/cleanup' code is probably broken, specially when used with the .pid checking\r
-  since we check for .pid even before we know where the GameTools path is\r
-\r
-  on linux, we need to sanitize the ~/.q3a dir usage. Switch to ~/.radiant, use the version tag\r
-  to maintain things independant, and use the game name to isolate per-game settings?\r
-  ~/.radiant/1.2.0-nightly/quake3/radiant.ini (.pid, .log)\r
-  ~/.radiant/1.2.0-nightly/wolf/..\r
-\r
-  also, when looking for those files (.ini mostly), win32 stores them in a main installation, and\r
-  linux has them in ~/.radiant/.. (which is the read/write area). This should be homogenized?\r
-  Maybe by adding a 'Main' to the readonly path and a new variable with 'RW', pointing to 'Main' on\r
-  win32 and to ~/.radiant on linux\r
-\r
-11/12/2001\r
-  TTimo\r
-  - replaced setup/win32/setup.sh by setup/win32/setup.pl\r
-  same functionality level + abiliy to generate back a template from a work version\r
-  - major rework on the IS scripts, basics of multiple games support installer\r
-  clean seperation between editor core and game pack\r
-  design doc and analysis of custom setup generation, setup script UI requierements\r
-  see setup/win32/TODO for more details\r
-\r
-10/12/2001\r
-  TTimo\r
-  - new generation of InstallShield setup\r
-  using a template/ directory instead of a .zip file\r
-  requires rewrite of the processing script\r
-  allows easier maintenance of the IS script\r
-\r
-23/11/2001\r
-  TTimo\r
-  - yet another update to cvsreport script, \r
-  catch the branch and forward the info to user commands too\r
-  able to build doxygen for several branches selectively now:\r
-  http://zerowing.idsoftware.com/doxygen \r
-\r
-22/11/2001\r
-  TTimo\r
-  - new cvsreport script, should send explicit diff of the CHANGES file now\r
-\r
-03/12/2001\r
-  TTimo - md3-module branch\r
-  - validated the fixes and the build on linux, ready to merge in trunk\r
-  SPoG - md3-module branch\r
-  - changed function naming conventions in mathlib for m4x4, ray, bbox, to be consistent\r
-  - fixed bug in m4x4_invert\r
-\r
-29/11/2001\r
-  TTimo - md3-module branch\r
-  - flagged all new mathlib functions that need a name change or an argument order change\r
-  also added various \todo to point out inconsistencies\r
-\r
-28/11/2001\r
-  TTimo - md3-module branch\r
-  - updated linux build\r
-  - fixed CEntityMiscModel and CEntityEclassModel destructors\r
-    (any destructor should be virtual)\r
-\r
-27/11/2001\r
-  Spog - md3-module branch\r
-  - stopped texturewindow showing shaders without the "textures/" path\r
-  - made md3 module functionally identical to current radiant md3 code\r
-\r
-22/11/2001\r
-  TTimo - md3-module branch\r
-  - fixes to the core for linux build\r
-  - model.so module builds on linux\r
-  - added plugins/md3model/doc/md3-design.txt\r
-  - several doxy-friendly \todo chunks about the module model\r
-\r
-  Spog - md3-module branch\r
-  - fixed aabb_add_aabb() algorithm wasn't very reliable\r
-  - added VectorMid, VectorNegative and CrossProduct macros to mathlib\r
-  - added bbox_intersect_plane()\r
-\r
-21/11/2001\r
-  Spog & TTimo - md3-module branch\r
-  - initial code from Spog following a preparatory design work\r
-  merging in as new 'md3-module' branch\r
-  geomlib code merged into mathlib\r
-  some reorganisation of the source layout and cleanup (more stuff in imodel.h, less in qertypes.h)\r
-\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=261\r
-  fix applied\r
-\r
-20/23/11/2001\r
-  TTimo\r
-  - yet another update to cvsreport script, \r
-  catch the branch and forward the info to user commands too\r
-  able to build doxygen for several branches selectively now:\r
-  http://zerowing.idsoftware.com/doxygen \r
-\r
-22/11/2001\r
-  TTimo\r
-  - new cvsreport script, should send explicit diff of the CHANGES file now\r
-\r
-11/2001\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=253\r
-  additional fixes\r
-  TTimo\r
-  - renamed tools/quake3/common/threads.h to qthreads.h\r
-  avoids a collision with system headers\r
-\r
-19/11/2001\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=251\r
-  Fixed "Move into worldspawn" deleting entities with only one brush\r
-  Fixed Brush_Move using texture lock on fixedsize entity brushes\r
-  Fixed Textures > Texture Lock > Rotations toggle checkbox\r
-\r
-16/11/2001\r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=247\r
-  applied patch 77, using a notebook layout for preferences dialog\r
-  also patched in some preferences saving that had been forgotten\r
-  (such as invert mouse in freelook)\r
-  \r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=253\r
-  patch 84 + additional modifs, bug still open\r
-\r
-15/11/2001\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=252\r
-  rewritten rendering pipeline for cam window - fixes some hacks, improves speed, \r
-  makes rendering modes more consistent with each other\r
-\r
-07/11/2001\r
-  TTimo\r
-  - more IMAP interface, adding a blind data void *pData to entity_t\r
-    more info about it and why it's done is in map.cpp, should be a small base for next additions to the editor\r
-\r
-31/10/2001\r
-  TTimo\r
-  - using IDataStream in map module, moved back some of the module code into the trunk\r
-\r
-30/10/2001\r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=245\r
-    applied patch 76\r
-    \r
-  TTimo\r
-  - renaming istream.h to idatastream.h, this had nasty conflicts with OS includes\r
-  already had to IStream -> IDataStream some time ago anyway\r
-\r
-27/10/2001\r
-  TTimo\r
-  - updated cvsreport, testing new ver\r
-  - added a static version of texdef (no memory alloc on the texture name)\r
-    unused for now, was just experimental\r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=245\r
-    applied patch 75\r
-\r
-26/01/2001\r
-  TTimo\r
-  - various updates:\r
-  new GtkSDK precompiled binaries\r
-  updated libxml2 package (to 2.4.3)\r
-  updated STLPort (to 4.5)\r
-    now compiling with STLPort and threading (since we are using threading throughout the app)\r
-  - exposing the data stream API to the modules, renamed some stuff on the way\r
-    need to update the map module to use it now\r
-  - cleanup on qtexture_t definition\r
-    guarding and disabling chunks of the surface plugin code behind DO_SURFACEPLUGIN\r
-       (see earlier patch on plugin entities)\r
-\r
-25/01/2001\r
-  Hydra\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=202\r
-  applied patch commenting out plugin entities code\r
-  might come back in 1.2 under another implementation\r
-  the code is still there, only commented out for now\r
-\r
-17/01/2001\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=93\r
-  checking in doxygen content, setting up generation on zerowing\r
-  auto generation on zerowing upon a commit:\r
-  http://zerowing.idsoftware.com/doxygen\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=231\r
-  checked in the patch\r
-  - switching to a new cvs commit script\r
-\r
-14/10/2001\r
-  TTimo\r
-  - libs/mathlib library\r
-    unifies mathlib code squattered all over the tree\r
-    mainly a merge of tools math code and radiant/mathlib.cpp\r
-    C implementation, using an extern "C" construct for use from C++\r
-    need to check on linux, win32 builds ok\r
-    extracted qboolean code into libs/bytebool.h on the way\r
-\r
-11/10/2001\r
-  TTimo\r
-  merged TmpMerge-1_1_1 branch back in the trunk, the update process from Alpha 1.1.1 is done\r
-\r
-  TTimo - branch TmpMerge-1_1_1\r
-  looking through all remaining .rej files and applying the failed patches accordingly\r
-  bobtoolz is broken, but it's not due to the merge\r
-    the plugin API is different and some things need updated\r
-    (disabled bobtoolz build in contrib/Construct for now)\r
-  same for gensurf\r
-  same for prtview\r
-  same for textool\r
-  setup: replaced the existing stuff with 1.1.1 code\r
-  fixed various things for win32 build, checked correct CRT lib config\r
-\r
-10/10/2001\r
-  TTimo - branch TmpMerge-1_1_1\r
-  building modules, going through all the .rej\r
-  merging radiant/missing.h and modules/shaders/missing.h into a single one, moving to libs/\r
-  exposing BuildShaderList PreloadShaders in _QERAppShadersTable\r
-  have to review all the remaining .rej to finalize the merge now\r
-\r
-04/10/2001\r
-  TTimo - branch TmpMerge-1_1_1\r
-  using this branch as temporary location for merge process\r
-  copied over new binary files. mostly .dsp (prolly broken)\r
-  and setup/linux/setup.data stuff\r
-\r
-25/08/2001\r
-  TTimo\r
-  map module successfully loaded and saved q3dm1, the saved file was then loaded back into 1.1-TA without problems\r
-  rebuilt and checked on win32\r
-  merged IMap back in trunk, fixed some memory conflicts on win32\r
-  Took me a lot more time than I would have liked to, but there's a script tied to the CVS server now, which will post on this list a diff of the docs/developer/CHANGES file whenever it gets updated. This will probably be very handy for me since I'll only have to put update information in the CHANGES file instead of having to post on the list too.\r
-  The script is likely to be a bit laggy, or miss some features (for instance I'd like to extract the branch name .. anyone know how I can get the branch name (Alpha/IMap/HEAD) from the version number?\r
-  PS: I can email this script to anyone who would like to have a look\r
-\r
-22/08/2001\r
-  TTimo\r
-  did more work on map module, one big chunk of work left: the core should broadcast interface requests to plugins\r
-    when it doesn't know how to do it by itself..\r
-  Gef\r
-  new doxygen patch, generates output from core (libs/ include/ and radiant/)\r
-\r
-21/08/2001\r
-  TTimo\r
-  removed Makefile, use cons damnit!\r
-\r
-18/08/2001\r
-  Gef\r
-  automated documentation via doxygen, new scripts and content\r
-\r
-18/08/2001\r
-  EvilTypeGuy\r
-  patch for CHAR to xmlChar conversion (xml2 consistency)\r
-\r
-09/08/2001\r
-  TTimo\r
-  the map module starts to look like something, cleaned up the interface stuff\r
-  started moving the actual code out in the module and removing it from the core\r
-  lots of issues raised on the way, some structures to export, and the macro scheme to access API functions more easily\r
-  it compiles right now, but won't run because it's missing a lot of things .. the process simply happens to be "under way"\r
-\r
-04/08/2001\r
-  TTimo\r
-  patched more path code, to look for stuff in "bitmaps/" and "modules/" instead of "tools/bitmaps" and "tools/modules"\r
-  modified the Construct files accordingly\r
-  merged in radiant/ishaders.cpp diff into plugins/shaders/shaders.cpp (PreloadShaders)\r
-  merged in radiant/lbmlib.cpp diff into plugins/images/lbmlib.cpp (Sys_FPrintf)\r
-  checked the .rej and patched a few remaining things\r
-  NOTE\r
-    the diffs are space/tab sensisitive, and we used the "beautify source" a bunch of times, so it's a bit fucked now\r
-    next time, generate the diffs not space sensitive..\r
-  TODO\r
-    map loading is fucked, "textures/" prefix issue?\r
-\r
-27/07/2001\r
-  TTimo\r
-  merging recent changes from Alpha branch into the Trunk\r
-  this could not be done with a regular cvs merge because we already did a cvs merge of Alpha into trunk some time ago\r
-  manually built a diff between the current Alpha (now tagged Merge-1_1-TA_1-nightly)\r
-  and the Alpha we had right after the former cvs merge: -r Alpha -D 2000-05-28\r
-  binary files ignored in the diff, only going for source stuff\r
-  built with diff -Nru Reference/ Current/\r
-  then patch -p1 < patchfile\r
-  next, started rebuilding:\r
-    big manual updates were in vfs.cpp and texwindow.cpp\r
-  cleaned up some VFS stuff .. it had an absurd QERAppFileSystem / QERPlugFileSystem scheme\r
-  TODO:\r
-    the ISSetup has not been copied over from Alpha\r
-    OK check the Construct files\r
-    OK radiant/ishaders.cpp no longer exists .. apply the patch on the shader module\r
-    OK radiant/lbmlib.cpp no longer exists .. in the image code?\r
-    OK look at the *.rej files\r
-\r
-03/10/2001\r
-  TTimo\r
-  - adding a pref to select patches by BBox, fixes\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=212\r
-\r
-02/10/2001\r
-  TTimo\r
-  - reverting Spog patch 67 to bug #209, starting from scratch\r
-  applied again, with HasModel returning NULL safe checks\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=211\r
-  fixed overlays drawing (XY and Cam)\r
-\r
-01/10/2001\r
-  TTimo\r
-  - building and distributing q3data (.ase -> .md3 conversion utility)\r
-  updated q3data to show main GtkRadiant version information and build date\r
-  - generating a new GUID per-setup\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=206\r
-  Gef\r
-  - updated credits.html and links.htm, look much better\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=200\r
-  - update Z-checker view on camera up and down\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=199\r
-  Spog\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=209\r
-  Fixed QERApp_ReloadShaders.. PreloadShaders needs a BuildShaderList call \r
-  Fixed Flush & Reload Shaders for md3 models\r
-\r
-25/09/2001\r
-  Gef / djbob\r
-  - several patches to the key handling code, for linux specific issues and sticky keys\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=191\r
-  TTimo\r
-  - fixing q3map bug, not processing the argv correctly\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=192\r
-  - fixed ToggleCubicClip shortcut Ctrl+\ (win32 Gtk source patch)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=15\r
-\r
-18/09/2001\r
-  RR2DO2\r
-  - discreet movement for camera (prefs setting)\r
-    fixes texture window bug\r
-    latching view layout changes until restart\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-  djbob\r
-  - added back "view > show > show angles" in view filters\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=188\r
-\r
-15/09/2001\r
-  G_Dewan\r
-  - fixed problems with q3map when not using -connect\r
-  SPoG\r
-  - fixed q3map texture projection for brushes belonging to entities with local origin\r
-  - added SafeOpenRead() check, terminating map->bsp stage if .map file cannot be read\r
-\r
-13/09/2001\r
-  RR2DO2\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=181\r
-  fixing key handling bug (key pressed with repetition was not properly catched)\r
-  TTimo\r
-  - added new Radiant manual elements (GtkRad section) to the win32 full setup\r
-  - reverting version to nightly, going back to nightly / RC delayed\r
-  - patched linux setup, now prompting for component path only if at least\r
-    one of the options is checked. Still need to handle Cancel in dialog though.\r
-\r
-12/09/2001\r
-  TTimo\r
-  - more fixes to linux script, copy plugins right now\r
-\r
-10/09/2001\r
-  TTimo\r
-  - patched contrib plugins, using seperate build scheme\r
-  - fixed textool issues, compiles again\r
-\r
-09/09/2001\r
-  TTimo\r
-  - sub-menu cascading\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=178\r
-  - udpated the Q3Radiant manual with some new GtkRadiant stuff\r
-  - updated the FAQ with 1.1.1 known issues\r
-  Gef\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=174\r
-  applied all the patches \r
-\r
-07/09/2001\r
-  SPoG\r
-  - fixed qer_editorimages outside "textures/" being ignored\r
-  - stopped q3map_lightimage being used to set shader image dimensions\r
-  - changed bsp menu to remove "bsp_", changed menu text in default .qe4\r
-  - fixed patch LOD update - now always occurs on both cam/xy draw\r
-\r
-  djbob\r
-  - dynamic DEpair class strings in bobtoolz\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=171\r
-  - decrease VESF verbosity\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=169\r
-\r
-  TTimo\r
-  - fixed Gtk keyboard bug Ctrl + [ and ]\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=15\r
-\r
-06/09/2001\r
-  TTimo\r
-  - merged FullSetup branch into the trunk, we have basic functionality\r
-  for a full linux setup (components prompting for path)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=158\r
-\r
-  Gef\r
-  - CapDialog source cleanup patch (got rid of the namespace)\r
-\r
-  RR2DO2\r
-  - more camera fixes, wheel mouse and texture drag drop\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-  - additionnal patch to optimize camera refreshes\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-  \r
-  djbob\r
-  - remember last key/pair in entity dialog for easy "apply again"  \r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=18\r
-  - re-enabled texture name edit on PI\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=18\r
-\r
-04/09/2001\r
-  djbob\r
-  - left pane on status bar\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=166\r
-  \r
-  RR2DO2\r
-  - cam window cursor fix\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-  \r
-  TTimo (FullSetup branch)\r
-  patched setupdb and setup to allow for path prompt in install\r
-  modified the setup script scheme to go towards a solution similar to what\r
-    we do under win32 (build a full and nightly build)\r
-  the binaries in setup.data/ (setup and setup.gtk) still need to be updated \r
-    with proper binaries built from setup and setupdb cvs source\r
-\r
-03/09/2001\r
-  TTimo\r
-  - wheel mouse in texture window on win32 (with a pref setting for increment)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=160\r
-  - not saving prefs while exit on sleep\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=157\r
-  - fixed select all of type (changed behaviour to something that makes more sense?)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=79\r
-  \r
-  Gef\r
-  - final tweaks to wheel mouse scrolling (locks texwin scrolling and scrollbar update)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=160\r
-  - prevent multiple color selection dialog for light entity\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=165\r
-  \r
-  djbob & TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=137\r
-  window positions\r
-  applied patch to store SI and PI positions\r
-  storing entity info and map info positions\r
-  reworked the overall position load/save scheme\r
-  added an enum for the view style, makes things more readable\r
-\r
-02/09/2001\r
-  TTimo\r
-  - added/cleanup ToggleFreeMode to camwindow.cpp .. stopped working on cam stuff since RR2DO2 has another patch in preparation\r
-  Gef\r
-  - patched Conscript to accept 'cons -- release' on the command line to performa a release build\r
-  djbob\r
-  - added patch splitting to bobtoolz\r
-  - fix to patch control points bug in camera\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=159\r
-  - handling of NWUV errors in q3map\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=147\r
-  RR2DO2\r
-  - new patch for camera control\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-\r
-01/09/2001\r
-  SPoG\r
-  - Fixed .wal texture support, searches for .wal extension if .tga and .jpg fail\r
-    NOTE: requires a "pics/colormap.pcx" file to obtain a palette from\r
-  - Added variable default texture scale in preferences (ini key: TextureDefaultScale)\r
-\r
-01/09/2001\r
-  djbob\r
-  - fixed surface inspector "fit" bug\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=161\r
-  - single face deselection on a selected brush\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=153\r
-\r
-31/08/2001\r
-  TTimo\r
-  - Moved *.def files to scripts/ in win32 setup\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=116\r
-  - Applied patch for background position on widgets (win32)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=108\r
-  - Checked C runtime lib configs\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=135\r
-  - updating docs (add to CVS, update setups etc.)\r
-    added TA teams manual to the full setup\r
-    uploaded on web site\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=97\r
-  - changed versioning to 1.1.1-nightly, next release will be 1.1.1\r
-  (the -TA part was removed, since we now support ALL mods)\r
-  - removed AFX_MANAGE_STATE calls, this is old MFC related code for win32\r
-  - moved texdef_t::name to private, added const char * GetName()\r
-  (doesn't fix explosion on exit for win32 debug builds though)\r
-  - fixed DoTextEdit / EditPad b0rkage (due to recent Q_Exec changes)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=134\r
-  - added targetShaderName documentation to shader manual\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=102\r
-  - added "notta" and "notq3a" documentation to the TA Mapping manual\r
-  - fixed entities.def on shootable doors and buttons\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=101\r
-\r
-  djbob\r
-  - added MAX_POINT_ON_WINDING error handling\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=129\r
-  - bobtoolz update\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=123\r
-\r
-  RR2DO2\r
-  - noclip-type camera movement\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23\r
-\r
-30/08/2001\r
-  TTimo\r
-  - Fixed CHANGES commit script bug\r
-  - Fixed -onlyents bug in q3map / origin brushes\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=92\r
-  - added mouse wheel to the texture window\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=81\r
-  SPoG\r
-  - Fixed texture rotation not updating correctly on patches\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=136\r
-  - Fixed long delay on toggling cubic clip by removing call to Map_BuildBrushData()\r
-  - Added note in entities.def for default worldspawn _color value\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=105\r
-  - Added IncRef and DecRef to Patch_FindReplaceTexture()\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=95\r
-  - Fixed misc_model updating on changing model key or with invalid model\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=138\r
-\r
-30/08/2001\r
-  SPoG\r
-  - Added negative vertical scale on SET and FIT in patch/surface inspector\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=65\r
-\r
-27/08/2001\r
-  Gef\r
-  - running makeversion.sh from Conscript\r
-  - a bunch of patches to cleanup compile warnings on linux\r
-  - added VectorSnap on float grid\r
-  - IWindowListener modified to pass float values for X Y in click messages\r
-  TTimo\r
-  - fixed crash when adding a misc_model if Gtk dialog is on\r
-  djbob\r
-  - md3 filtering for misc_model dialog\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=76\r
-\r
-26/08/2001\r
-  Gef\r
-  fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=152\r
-    Kyro II GL drivers bug\r
-  fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=150\r
-    using a scrolling textbox for GL extensions in the about list\r
-  fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=150\r
-    func_group toggle in cap dialog\r
-    \r
-  TTimo\r
-  fixed running BSP commands on linux\r
-  fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=133\r
-    VFS        init on linux\r
-    \r
-around 15/08/2001\r
-  TTimo\r
-  quakecon fixes: switched to long filenames in project and misc_model dialogs,\r
-    removed all occurences of win32 conversion to old 8.3 filenames\r
-  NOTE: this might raise some bugs and issues, but it's the way to go for the future,\r
-    already fixes more issues than it creates\r
-\r
-03/08/2001\r
-  djbob\r
-  fixed Radiant hijacks win32 copy/paste\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=36\r
-\r
---- merged Alpha into Trunk, see Merge-1_1-TA-nightly tag\r
-\r
-25/07/2001\r
-  TTimo\r
-  fixed project dialog to behave right\r
-  proper .def scanning\r
-  fixed shader loading with VFS and mod stuff\r
-  added a local to texwindow.cpp GSList *l_shaderfiles\r
-    holds the names of the active .shader files\r
-  modified q3map to read "fs_basepath" and "fs_game"\r
-  TODO:\r
-    .def files in the media need to move to <fs_game>/scripts/\r
-    rename entities-TA.def to entities-ta.def\r
-\r
-24/07/2001\r
-  TTimo\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=116\r
-  updated cmdlib's Q_Exec to be more widely used through Radiant (during watchbsp.cpp cleanup)\r
-  patching in MarsMattel's code for mod support, and started fixing:\r
-    added m_strFSBasePath m_strFSMain m_strFSGame to g_qeglobals to match Q3's filesystem\r
-    reworked the project file dialog\r
-    changed the way we load and initialize eclass and shaders to work with mod code\r
-    updated VFS initialisation code, cleaner and better console output\r
-    the "game" key in the project file is no longer relevant, only "dir" is\r
-      (if "dir" is not present, then no mod support, vanilla Q3)\r
-    changed the loading of the .def files to scan in scripts/, you might need to move your entites.def to use\r
-    TODO:\r
-      cleanup .. (search where "basepath" is used for instance)\r
-      using fs_game when calling q3map\r
-      fixing project dialog to behave right\r
-      shader loading using VFS functions (seems to work again but I'm not sure)\r
-      win32 ver. might be slightly broken\r
-      .def scanning, don't scan ALL .def\r
-\r
-23/07/2001\r
-  TTimo\r
-  added version and build info to the log file + current timestamp\r
-\r
-22/07/2001\r
-  SPoG\r
-  fixed selection of misc_model when viewed as a bounding box\r
-  \r
-20/07/2001\r
-  TTimo\r
-  cons script for q3map building\r
-  added general GtkRadiant versioning (version.h) to q3map\r
-  nightly setup on linux:\r
-    using the right install path (with GtkRadiant's version name)\r
-    cleaned up options to only the stuff relevant to nightly\r
-    fixed Radiant and core binaries path in setup\r
-    added some template processing of setup.xml (similar to what is being done on win32)\r
-  \r
-19/07/2001\r
-  TTimo\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=112\r
-  applied ^Fishman's path\r
-  inclusion of version.h and aboutmsg.h moved to qe3.h\r
-  changed base path location process (in most cases it will prompt)\r
-  fixed the path construction to initialize according to the new layout\r
-\r
-16/07/2001\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=115\r
-  fixed wake up crash on linux\r
-\r
-12/07/2001\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=117\r
-  fixed\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=120\r
-  fixed installer bug on win98, was a problem with cygwin config\r
-\r
-11/07/2001\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=64\r
-  cleanup and fixed\r
-\r
-06/07/2001\r
-  TTimo\r
-  - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=100\r
-  can't locate the "textures: in use" problem, has been fixed already?\r
-  now selecting the right entity in the list, had to go around an inifinite recursion problem\r
-    (i.e. selection message in the entity class list causes UpdateSel recursion)\r
-\r
-04/07/2001\r
-  TTimo\r
-  - added botclip to missionpack/common.shader\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=114\r
-\r
-01/07/2001\r
-  TTimo\r
-  - backported cons scripts to Alpha branch. Type 'cons' at the head to build\r
-  regular makefiles should soon be outdated..\r
-\r
-30/06/2001\r
-  TTimo\r
-  - updated the IS script (Gtk changes and and BACK problem)\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=68\r
-  - bunch of fixed to make it build on win32 against new STLPort\r
-  http://zerowing.idsoftware.com/STLPort/\r
-  using an STLPort configured locally in GtkRadiant (with stl_config.h, new file)\r
-\r
-29/06/2001\r
-  TTimo\r
-  - fixed GDI leak affecting text widgets, specially the console and the entity inspector\r
-\r
-18/06/2001\r
-  TTimo\r
-  - more win32 project file cleanup, removing libs/libxml2 from the tree\r
-  - importing back "gtkr_list.h" from 1.2, made Alpha branch STLport compliant too\r
-    http://www.qeradiant.com/faq/fom-serve/cache/174.html\r
-\r
-30/05/2001\r
-  TTimo\r
-  - added libxml2 as an external dependency. libxml2 should be installed as a seperate\r
-  directory on win32. dynamic linking now instead of static previously.\r
-  - cleaned up q3map win32 project file, removed opengl dependency\r
-  (the drawflag command line is inoperant now .. I don't think it was used anyway?)\r
-\r
-26/07/2001\r
-  TTimo\r
-  - checking in Gef's doxygen files\r
-\r
-14/06/2001\r
-  TTimo\r
-  - added .dsp for map module on win32\r
-  - fixed several issues with module loading, stability of the debug and release builds\r
-    http://www.qeradiant.com/faq/index.cgi?file=197\r
-\r
-12/06/2001\r
-  TTimo\r
-  - got rid of of SysMsg thing, using SysPrintf and SysFPrintf now\r
-  - got rid of InfoMsg functions (can't remember what it was)\r
-  - changed the m_pfnError in the plugin API to match Radiant's (void)(char *, ...)\r
-  - changed Warning to Sys_Warning, as #define to Sys_FPrintf(SYS_WRN,\r
-  \r
-11/06/2001\r
-  TTimo\r
-  - new map module, in plugins/map, required for execution (linux Makefiles written, win32 needs to be)\r
-    this is using the imap.h interface\r
-  - added Sys_ functions to the main table (Sys_BeginWait Sys_EndWait)\r
-  - got rid of AFX_MANAGE_STATE macros .. those are crappy MFC remnants\r
-  - reverted Spog's changes to the console logging switches to their original behaviour\r
-  - removed m_fVersion from the func table .. we use the size of the table to do the checks\r
-  XMLmap merge from 31/11/2000:\r
-  - started moving the map loading code into a module\r
-  \r
-08/06/2001\r
-  TTimo\r
-  - updates to the plugin loading code, verbose a bit more, and more interesting information\r
-\r
-05/06/2001\r
-  TTimo\r
-  - some fixes to vfspk3 string code, using the proper str implementation\r
-  http://www.qeradiant.com/faq/index.cgi?file=175\r
-  - added and tweaked various cons build files, Radiant 1.2 core and required Q3 modules are building now\r
-  - fixes to image module\r
-\r
-04/06/2001\r
-  TTimo\r
-  - started using cons for the linux (*NIX) build system\r
-  see http://www.dsmit.com/cons/\r
-  \r
-  SPoG\r
-  - Fixed drawing too much coordinate text in XY window\r
-  - Changed grid line drawing in XY window to be more consistent\r
-  - Fixed clipper-tool-uses-caulk to only apply common/caulk to solid opaque brushes\r
-    (shaders.dll now parses some new surfaceparms)\r
-  - Changed shader parsing to pass over layer information in shaders,\r
-    rather than parsing and ignoring it all\r
-  - Changed misc_model selection to ignore back-facing triangles\r
-  - Added axes to show the grid origin in XY window\r
-  - Changed misc_model rendering and selection to minimise the number of extra\r
-    transformation calculations\r
-  - Fixed texture directory listing to allocate and free memory correctly using vfs\r
-  - Added qglDeleteTextures() to plugin GL API - fixes crash\r
-  - Fixed image.dll to correctly allocate and free memory for jpgs\r
-  - Moved modules to /modules from /plugins, updated win32 project files.\r
-    (linux/mac makefiles will need to be updated)\r
-  - Changed console logging toggle in main() to automatically disable logging after any successful startup\r
-  - Changed console logging to only activate when a Release build finds a .pid file\r
-  - Changed "found .pid" and "logging console output" messageboxes to give a clearer message\r
-  - Added vfsFreeFile - which is kinda redundant if we use g_free and g_malloc for everything\r
-  \r
-31/05/2001\r
-  TTimo\r
-  - cleanup of the win32 project file and C++ options.\\r
-  Turned off exception handling, changed some code generation options and fixed\r
-  some threaded/non-threaded linking problems\r
-  - STL in GtkRadiant or a plugin must now use STLPort\r
-  a custom configured version of STLPort is available at http://zerowing.idsoftware.com/STLPort\r
-  still need to write some guidelines about it\r
-  bascially, we are using STL: iostreams disabled, no namespace, no threading, no exceptions\r
-\r
-30/05/2001\r
-  TTimo\r
-  - removed libxml2 from tree, use a seperate libxml2/ directory next to GtkRadiant/ for win32\r
-  libxml2 will be distributed seperately as an archive based on official release (same as win32 Gtk SDK)\r
-  (check on zerowing for the latest archive)\r
-  libxml2 is now used as dynamic shared object on win32, makes sense since many module will rely on it\r
-  - cleaned q3map, removed GL dependencies\r
-  - updated Debug and Release builds on win32, it compiles and runs now\r
-\r
-28/05/2001\r
-  Spog\r
-  - moved vfsExtractRelativePath and vfsGetFullPath to vfs.cpp in vfspk3,\r
-    added vfsExtractRelativePath and vfsGetFullPath to IFileSystem. Copied BuildShortPathName() from qe3.cpp to vfs.cpp as a Temp fix.\r
-  - Changed Error() calls in bmp.cpp as a Temp fix, they relied on definition of Error in qe3.cpp. Should probably use Error() from cmdlib instead.\r
-  - Fixed unresolved external in jpgload.obj - merged bufsize argument into jpeg_stdio_src from Alpha branch... assuming Alpha is the newer version.\r
-  - Changed GtkWidget* to void* in image.cpp.. this could be cleaned up more.. i only did enough to make it compile.\r
-  - Added jpeg.cpp to msvc project for image.dll.. changed declaraction of LoadJPG() in image.cpp to an extern... is this correct?\r
-  - TODO: update vfs.cpp, vfspak.cpp and vfs.h in plugins/vfspak\r
-  - fixed unresolved external load_pixmap() - merged load_pixmap declaration from Alpha branch into gtkmisc.cpp\r
-  - moved vfsBasePromptPath() to qe3.cpp as a Temp fix - not currently required in vfs module, but it will be in future.\r
-  - two calls to free() in texwindow.cpp freeing memory allocated by vfs module, causing debug assert errors - changed them to g_free()\r
-  - TODO: Delete vfs.cpp and vfs.h from /radiant\r
-  TTimo\r
-  - additional fixes after Spog's merge (linux version), removed messaging.cpp messaging.h (name changed to ui.h ui.cpp)\r
-    updated linux makefile accordingly\r
-  - merge of Alpha version into trunk (massive amount of changes and merges, not detailed)\r
-\r
-25/05/2001\r
-  TTimo (Alpha branch)\r
-  - merged the recent MacOS branch back into Alpha\r
-  this makes a potential source codebase for a MacOS release\r
-\r
-24/05/2001\r
-  TTimo (Alpha branch)\r
-  - patching Spog's recent changes to fix linux build\r
-  using DBL_MAX and FLT_MAX from <limits.h> for float and double max\r
-\r
-23/05/2001\r
-  TTimo (Alpha branch)\r
-  - testing Spog's write access\r
-  \r
-  SPoG (Alpha branch)\r
-  - Added variable LOD for PatchMeshes based on curvature\r
-  - Added LOD-matching to eliminate gaps between patches with mismatched LOD\r
-  - Fixed texture shift/scale on LOD'd PatchMeshes\r
-  - Added opengl lighting (three infinite light sources)\r
-  - Added dynamically calculating vertex normals for PatchMeshes, for gl lighting\r
-  - Added decoding/transforming md3 vertex normals for gl lighting\r
-  - Changed camera drawing routine to minimise gl state changes\r
-  - Removed Patch_InsertDelete() - not functional\r
-  - Added CV lattice to selected patches\r
-  - Added Per-polygon patch selection\r
-  - Added Per-polygon misc_model selection\r
-  - Changed default "patch subdivisions" to 4\r
-  - Rewrote camwindow drawing to only change opengl state within the camwnd's member functions\r
-       fixes all rendering modes to be more consistent, speeds up rendering\r
-\r
---------- GtkRadiant 1.1-TA win32 and linux release ----------\r
-\r
-13/05/2001\r
-\r
-  Spog (patched in TTimo) (Alpha branch)\r
-  - Fixed "Fix entity-target/targetname collisions" to use next available tN if tN, else use next available name_N\r
-  - Changed patch point selection to pick already-selected points in preference over non-selected\r
-  - Changed RemoveCols and RemoveRows to not extrapolate unless a col/row is selected\r
-\r
-11/05/2001\r
-  TTimo (Alpha branch)\r
-  - final fix pass to the generated version and about message tags\r
-  - improved texture adjustment code (shift+arrows shortcuts)\r
-\r
-  texture adjustment commands now affect the texture relatively to their current orientation\r
-  they will move along their texture axis, and not along world axis\r
-  the texture adjustment commands are now interpreted to be more intuitive:\r
-    Radiant will match the up/down/right/left translation messages to the face that is affected\r
-       depending on the way the camera is looking at the face, the right move commands will be used\r
-\r
-  changes start in Select_ShiftTexture, using new ShiftTextureRelative_Camera\r
-\r
-  ShiftTextureRelative_Camera uses several new functions:\r
-\r
-  // get the two relative texture axes for the current texturing\r
-  BrushPrimit_GetRelativeAxes(f, vecS, vecT);\r
-\r
-  MatchViewAxes does the matching between up/down/left/right commands and world directions:\r
-  // vec defines a direction in geometric space and P an origin point\r
-  // the user is interacting from the camera view\r
-  // (for example with texture adjustment shortcuts)\r
-  // and intuitively if he hits left / right / up / down \r
-  //   what happens in geometric space should match the left/right/up/down move in camera space\r
-  // axis = 0: vec is along left/right\r
-  // axis = 1: vec is along up/down\r
-  // sgn = +1: same directions\r
-  // sgn = -1: opposite directions\r
-  // Implementation:\r
-  //   typical use case is giving a face center and a normalized vector\r
-  //   1) compute start and endpoint, project them in camera view, get the direction\r
-  //     depending on the situation, we might bump into precision issues with that\r
-  //   2) possible to compute the projected direction independently?\r
-  //     this solution would be better but right now I don't see how to do it..\r
-  void CamWnd::MatchViewAxes(const vec3_t P, const vec3_t vec, int &axis, float &sgn)\r
-\r
-  // shift a texture (texture adjustments) along it's current texture axes\r
-  // x and y are geometric values, which we must compute as ST increments\r
-  // this depends on the texture size and the pixel/texel ratio\r
-  void ShiftTextureRelative_BrushPrimit( face_t *f, float x, float y)\r
-\r
-  those functions are using various new utility functions:\r
-  \r
-    // GL matrix product\r
-    void GLMatMul(vec_t M[4][4], vec_t A[4], vec_t B[4]);\r
-\r
-    // project a 3D point onto the camera space\r
-    // we use the GL viewing matrixes\r
-    // this is the implementation of a glu function (I realized that afterwards): gluProject\r
-    void CamWnd::ProjectCamera(const vec3_t A, vec_t B[2])\r
-\r
-  - UI abstraction layer (interfaces for Gtk MFC and Q3 UI)\r
-\r
-09/05/2001\r
-  Maj (Alpha branch)\r
-  - new splash screen\r
-\r
-  Spog (patched in by TTimo) (Alpha branch)\r
-  \r
-  patcing in changes:\r
-  - moving void VectorSnap(vec3_t point, int snap); to mathlib\r
-  - NOTE: STL dependency removed .. leaving this comment\r
-    this will rely on M$ implementation of STL on win32 and the libstdc++ for linux\r
-    it should work fine for basic stuff\r
-      but M$ implementation doesn't follow the standards when it comes to advanced stuff\r
-    it is probably better to leave the STL header in local files and not go towards including it directly from qe3.h\r
-\r
-  Spog's Changelog:\r
-  \r
-  rushing this a bit.. make sure you check it doesn't remove anything you \r
-  changed. This only contains changes within /radiant .. i'm pretty sure I didn't \r
-  change anything else, but i'll check again. Patch below.\r
-\r
-  Fixed ctrl+G SnapToGrid, now never creates degenerate face-planes\r
-  Fixed setting an origin for multiple brushes to use origin point of fixedsize \r
-  entities\r
-  Fixed mirroring and rotation of fixedsize entities including misc_model\r
-  Fixed undo/redo on multiple entities to link brushes to entities correctly\r
-  Fixed "view > entities as.." menu to display correct default setting\r
-  Fixed "view > entities as.." toolbar button to show menu\r
-  Changed selection-area of edge/vertex control handles to stay constant when \r
-  zoomed\r
-  Fixed undo on ctrl+G SnapToGrid\r
-  Fixed Selection Invert to set bSelected correctly on patches\r
-  Fixed XY-window Z selection origin to be g_MaxWorldCoord\r
-  Changed RotateIcon to draw same size at all zoom levels\r
-\r
-  Fixed origin drift on saving misc_model with null md3Class\r
-  Fixed creation of cap for 'Bevel' type patches\r
-  Fixed inverted cap being created for 'Endcap' type patches\r
-  Fixed inverting patches on mirror operations\r
-  Added snap-selected-to-grid affects only the patch points selected\r
-  Cleaned up Select_ApplyMatrix and Select_SnapToGrid\r
-  Added drawing of brush planepts in debug build\r
-  Fixed texture quality slider adjustment\r
-  Removed redundant menu items curve > cap > inverted bevel/inverted endcap\r
-  Fixed texture scrolling not working when scrollbar is disabled\r
-  Fixed textures with odd dimensions being skewed with texture quality less than \r
-  max\r
-  Changed Patch Inspector Horizontal/Vertical increment to use pixel values \r
-  (default 8)\r
-  Changed Patch Inspector Horizontal increment to subtract from S values but not \r
-  T values\r
-  Changed Patch Inspector Stretch spinner to do something useful\r
-  Changed Patch Inspector Stretch default amount to 0.5\r
-  Changed Arbitrary Rotation dialog to reset rotation spinner values to 0 on Apply\r
-  !! stops output in console window !! - Added sending q3map output \r
-  to /temp/junk.txt to bsp commands, in win32 only\r
-  Fixed Patch_Naturalize to calculate T values backwards, correcting texture \r
-  vertical flip\r
-  Changed patch row/column Insert/Remove to interpolate/extrapolate from existing \r
-  curves\r
-  Fixed point selection on patches when new points are added\r
-  Fixed redundant edge/vertex handles being created for patch brushes and \r
-  fixedsize brushes\r
-  Fixed refusal to activate brush vertex-drag mode if any patches are selected\r
-  Partly fixed Undo picking up patch point drags when no points are selected\r
-  Fixed behaviour of vertex selection on patches\r
-  Fixed patch point colours in textured mode in cam window\r
-  Changed patch point selection to update selection pool on each selection click\r
-\r
-06/05/2001\r
-  TTimo (Alpha branch)\r
-  - more setup script changes, will rely on version information\r
-    various other fixes in the script file\r
-\r
-02/05/2001\r
-  TTimo (Alpha branch)\r
-  - added makeversion.sh to the root, will generate version and date files before compilation\r
-  version.h and date.h\r
-  - cleanup and fixes to the linux setup scripts\r
-\r
-  Spog (CVS add and config by TTimo) (Alpha branch)\r
-  - win32 setup script, run setup/setup.sh from cygwin to create a working directory for the setup <STILL EXPERIMENTAL>\r
-\r
-01/05/2001\r
-  TTimo (Alpha branch)\r
-  - fixes to linux version from previous set of patches\r
-\r
-19/04/2001\r
-  Hydra (patched in TTimo) (Alpha branch)\r
-  http://fenris.lokigames.com/show_bug.cgi?id=3458 :\r
-  - *.pfb filter\r
-\r
-  SpoG (patched in TTimo) (Alpha branch)\r
-  - updated setup data: entities.def common.shader(Q3) and common-spog.pk3\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=25 :\r
-  - Patches: Curve > matrix > redisperse > rows/columns\r
-    I changed this function to treat a patch as multiple 3by3 sections when doing \r
-  redispersal of control points. The effect is that green patch points are never \r
-  moved. I also removed the call to Patch_Naturalize, so the texture coordinates \r
-  are not changed (user can hit ctrl+n to naturalize afterwards if desired).\r
-  - rewrote the patch_captexture function to be more reliable\r
-  - Fixed YZ view drawing and selection being mirrored on plane X=0\r
-  - Fixed X and Z rotation direction to be clockwise as shown on the toolbar button \r
-    icons\r
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=8 :\r
-  - Fixed: Removed orientation-switching hack to fix 2pt-clip orientation problems, \r
-    originally stemming from ass-backwards representation of grid axes. Fixed \r
-    clipper to generate 3rd clip point correctly for each axis instead.\r
-  - Fixed: Stopped clipper-caulker from NOT applying caulk if the first face of a \r
-    brush was "common/caulk".\r
-\r
-  TTimo (Alpha branch)\r
-  - removed some unused code in the Gtk file dialog, hopefully stabilizing it\r
-\r
-02/04/2001\r
-  TTimo (Alpha branch)\r
-  - changed the regular/BP conversion prompt\r
-\r
-01/04/2001\r
-  Spog (patched in by TTimo) (Alpha branch)\r
-  - Fixed view > show coordinates now affects Z window\r
-  - Fixed minimum/maximum world coordinates now -65536/65536\r
-  - Fixed view > show blocks now only draws vertical lines if not XY view\r
-  - Added variable blocksize (gtkr only displays 1024 < blocksize < 65536)\r
-  - Changed XY/Z window grid drawing to use floats internally\r
-  - Fixed broken XY window grid drawing for higher zoom levels\r
-  - Changed camera and Z-checker icons to stay the same size when zoom level changes\r
-\r
-24/03/2001\r
-  Spog (patched in by TTimo) (Alpha branch)\r
-  - added filters.cpp to the VC6 Makefile. Linux build needs updating\r
-  - Changed Filter system to use brush-flags updated only on actions that affect filtering\r
-  - Changed Filter system to allow further extension and future customisation\r
-  - Changed show/hide to use brush filter flags\r
-  - Changed Find/Replace textures to only rebuild brushes that changed.\r
-  - Changed View > Filter menu shortcuts and behaviour\r
-  - Fixed various minor spelling errors\r
-\r
-  TTimo (Alpha branch)\r
-  - Fixed the 'Clean' command in preferences, used to remove only Radiant.ini and not SavedInfo.bin\r
-\r
-06/03/2001\r
-  TTimo (Alpha branch)\r
-  - better parse error information: added the line number of the error in (hopefully) all cases\r
-\r
-30/02/2001\r
-  TTimo (Alpha branch)\r
-  - texture locking in BP mode for axis flipping and axis rotation (toolbar buttons) (Id bugfix request)\r
-  - fixed undo in BP mode\r
-  - MatchToken error message in q3map improved with the script name\r
-\r
-27/02/2001\r
-  TTimo (Alpha branch)\r
-  - switched linux makefiles to xml2-config instead of xml-config\r
-  latest version of libxml2 is using xml2-config instead of xml-config now\r
-\r
-26/02/2001\r
-  TTimo (Alpha branch)\r
-  - fixed a loki_initpath misbehaviour, was overriding the path to the binary with RADIANT_DATA if defined\r
-\r
-21/02/2001\r
-  - Added setup data and a script to build linux setups to the cvs\r
-  TTimo (Alpha branch)\r
-  - various printf -> Sys_Printf\r
-  - added vslick/ directory for Visual Slickedit 6.0 on win32 <- THIS IDE RULES\r
-\r
-20/02/2001\r
-  - Removed "Show Paths" option, already in the filter menu\r
-\r
-19/02/2001\r
-  - Fixed the Enter key handling on the surface inspector (suggested by Spog)\r
-  - Fixed skewed textures with lower texture quality\r
-  - Changed the order the include directories are searched under Linux\r
-\r
-15/02/2001\r
-  - Moved the Show Cluster Portals option to the Filter menu\r
-  - Fixed the rotate and scale toolbar buttons being incorrectly checked\r
-  - Fixed arbitrary rotation bug (#3073)\r
-\r
-14/02/2001\r
-  - Fixed CreateFont memory leak on glwidget\r
-\r
-12/02/2001\r
-  TTimo (Alpha branch)\r
-  - fixed save as prefab stuff (right dialog name and overwrite prompt)\r
-\r
-10/02/2001\r
-  TTimo (Alpha branch)\r
-  - was crashing on win32 boxes where HOME env var was not defined (loading bookmarks)\r
-\r
-09/02/2001\r
-  TTimo (Alpha branch)\r
-  - change some code in the file dialog to use g_malloc g_free instead of new \r
-    for win32 file dialog and malloc for Gtk file dialog. (all of this trying to get rid of\r
-    some of the crashes)\r
-\r
-07/02/2001\r
-  - Fixed Load command initial path\r
-  - Fixed some toolbar buttons not being correctly initialized\r
-\r
------------?\r
-\r
-06/02/2001\r
-  (Alpha branch)\r
-  - Fixed pk3man file dialog errors\r
-  - New RC uploaded\r
-  - Changed conflicting shortcuts: FilterModels = Shift+M, FilterTriggers = Ctrl+Shift+T\r
-  TTimo (Alpha branch)\r
-  - fix to hide/show, still selecting hidden brushes\r
-\r
-05/02/2001\r
-  (Alpha branch)\r
-  - Fixed compile errors (use stat, not _stat)\r
-  - Removed --nofonts option\r
-\r
-04/02/2001\r
-  TTimo (Alpha branch)\r
-  - fenris #2866, added a pref to turn on/off name conflicts resolution, rewrote the whole algorithm\r
-  - fenris #2823, fixed patch and brush dragging in 0.25 0.5 grids (it's an ugly hack btw)\r
-  - fixed the black squares at end of line in Gtk text boxes\r
-  RR2DO2 (Alpha branch)\r
-  - fix to the "entitypath" fixup in QE_CheckProject. might not compile on linux yet (use of _stat?)\r
-\r
-03/02/2001\r
-  TTimo (Alpha branch)\r
-  - fenris #2867, limiting the amount of "spawnflags" "0" appearing in entities. This bug has work left to do,\r
-    there are some oddities in the entity inspector behavior described.\r
-\r
-02/02/2001\r
-  (Alpha branch)\r
-  - Fixed sleep mode not restoring windows correctly\r
-  - Fixed some minimize/restore issues on floating views mode\r
-  TTimo (Alpha branch)\r
-  - fixed more gtkfilesel stuff. pattern filtering works for both Gtk dialogs\r
-    and win32 native. Also checked on linux that it compiles. Renamed gtkfilesel.h\r
-    to gtkfilesel-linux.h for consistency.\r
-\r
-31/01/2001\r
-  (Alpha branch)\r
-  - New file selection widget with filtering, masks and all other shit we need\r
-  TTimo (Alpha branch)\r
-  - changed some gtkfilesel API and fixed some bugs on pattern filtering, need to reboot on linux and fix some more\r
-\r
-30/01/2001\r
-  (Alpha branch)\r
-  - Added an option to keep the Z and XY views on the same window in floating views mode\r
-  - Did some cleanup\r
-  TTimo (Alpha branch)\r
-  - removed the 3 layers in terrain entities limitation, increase version tag to patchlevel 3\r
-  sent for testing to AstroCreep, bug is still there\r
-  - fixed one more thing with RC file (get it in the right dir)\r
-  - worked on file dialog and pattern filtering, still issues left\r
-\r
-29/01/2001\r
-  Jonas (patched in by TTimo) (Alpha branch)\r
-  - Using RC file to tweak the font size on win32, looks much nicer now!\r
-  - Fixed fenris #2773: esc key behaviour when group window has focus / dependant on view modes\r
-\r
-28/01/2001\r
-  TTimo (Alpha branch)\r
-  - Finished fenris #2810 (Snap T to grid), it was a bitch\r
-  - Fixed fenris #2769: raise the brush max size (it was already big, now it's just not sane)\r
-  - Fixed fenris #2965: eclass (entities) loading code broken, needs to be checked on linux build before closing\r
-\r
-27/01/2001\r
-  TTimo (Alpha branch)\r
-  - Fixed vertex edit prefs broken\r
-  - more fixes in Gtk libs\r
-  - Fixed clipping + brush primitives bug (#2644)\r
-  - Fixed clip caulk related issues (#2912)\r
-  - Added Snap T to grid back (#2810) <- still need to test and validate it, I'm too tired tonight\r
-\r
-25/01/2001\r
-  TTimo (Alpha branch)\r
-  - New Gtk file selection dialog seems stabilized, built a Gtk SDK for the new Gtk libs.\r
-\r
-24/01/2001\r
-  (Alpha branch)\r
-  - Fixed elapsed time displayed by q3map\r
-  - Fixed Radiant loading some TGA files upside down\r
-  TTimo (Alpha branch)\r
-  - more work done on the file selector. Added a win32 pref to select between regular win32 file dialog and Gtk one.\r
-  The advanced file selector is still not stabilized on win32. I am thinking about letting go and sticking to the regular one.\r
-\r
-23/01/2001\r
-  (Alpha branch)\r
-  - Fixed q3map not finding md3 files under missionpack/\r
-  - Prompt to save changes when choosing a recent file\r
-  - Fixed window title when choosing File/Load Map\r
-  - Don't show hidden brushes in the Z window\r
-\r
-22/01/2001\r
-  (Alpha branch)\r
-  - More File Dialog fixes\r
-\r
-21/01/2001\r
-  TTimo (Alpha branch)\r
-  - version first version of the advanced file selector on win32\r
-  seems to work nicely, but crashes when you actually load something .. needs debugging!\r
-\r
-  leo (Alpha branch)\r
-  - Set correct initial directory for the File/Load command\r
-\r
-17/01/2001\r
-  (Alpha branch)\r
-  - Fixed q3map is crash if a .shader file is referenced in shaderlist and not found\r
-\r
-  TTimo (Alpha branch)\r
-  - fixed some license headers on gtkfilesel.c, started looking into porting gtkfilesel.c to win32\r
-\r
-16/01/2001\r
-  raistlin\r
-  - the tree is opened whoooo!\r
-\r
-  TTimo (Alpha branch)\r
-  - replaced the old Id header by the newer version (BIG update, to trunk and Alpha)\r
-  - switched str.h to BSP\r
-  - added LGPL license to the sample dll\r
-\r
-15/01/2001\r
-  (Alpha branch)\r
-  - Added camera window toggle option to all views mode\r
-\r
-  TTimo\r
-  for trunk and Alpha:\r
-  - renamed TOOL_SOURCE_EULA to LICENSE_ID\r
-  - renamed CONTRIBUTOR to CONTRIBUTOR_AGREEMENT\r
-  - added CONTRIBUTORS and LICENSE\r
-\r
-14/01/2001\r
-  (Alpha branch)\r
-  - plugin SDK is back in setup/ moved the sample dll to be in plugins/, need to rewrite the SDK scripts\r
-  - built a lightweight plugin SDK with cygwin makefile for the sample plugin\r
-\r
-12/01/2001\r
-  (Alpha branch)\r
-  - Set map modified flag when deleting a brush\r
-  - Minimize all windows when the main window is minimized in floating views mode\r
-\r
-11/01/2001\r
-  (Alpha branch)\r
-  - Cleaned up the View/Show submenu\r
-  - Fixed texture menu splitting \r
-  - Fixed major grid lines on 128 and 256 grids\r
-  - Load only a single .def file if specified in the project settings\r
-  - Fixed q3map Makefile\r
-\r
-  TTimo\r
-  (Alpha branch)\r
-  - Removed plugins/shaders from Alpha branch\r
-  - got rid of common2/ and code, moved qfiles.h and surfaceflags.h into common/\r
-  - put the licensing headers in all source files (forgot some? byte me)\r
-\r
-10/01/2001\r
-  leo (Alpha branch)\r
-  - Added new filter system based on FAKK2 Radiant\r
-\r
-  TTimo\r
-  - fixed whatever could be fixed to make it compile with the new directory layout\r
-  (Alpha branch)\r
-  - project files update\r
-\r
-09/01/2001\r
-  (Alpha branch)\r
-  - Added undo for patch redisperse rows and patch redisperse cols commands\r
-  - Fixed Show Z Outline menu item\r
-\r
-30/11/2000\r
-  TTimo\r
-  - removed content flags and value from qtexture_t, these have moved to the IShader\r
-    (NOTE: qtexture_t != texdef_t, texdef_t still using flags value and content)\r
-\r
-  - Rewrote the linux plugins Makefiles\r
-\r
-29/11/2000\r
-  - Improved the way modules are loaded\r
-  - Added new parameter to QERPlug_RequestInterface\r
-  - finished VC6 project files conversion for new directory structure\r
-  - fixed shader blending on terrain maps bug\r
\r
-08/01/2001\r
-  - Updated Makefiles for the new directory structure\r
-  - Fixed View/Show/Entities menu not being checked correctly\r
-  - Fixed "Invert Selection" command selecting hidden brushes\r
-  - Fixed "Select All of Type" command not working correctly after the Enitity Window is closed\r
-  - Fixed grid being drawn even when it's the same color of the background\r
-  - Fixed "Toggle Size Paint" not turning off\r
\r
-05/01/2001\r
-  - Fixed autosave interval being calculated wrong\r
-  - Fixed autosave path under Linux\r
-  - Fixed q3map crash when trying to load missing pcx files\r
-  - Fixed q3map not finding .bmp files for the terrain alpha map\r
\r
-04/01/2001\r
-  - Fixed GL stack underflow when loading a misc_model\r
\r
-03/01/2001\r
-  - Fixed patches remaining half-selected after "Region set selected" (#2748)\r
-  - Fixed Surface Inspector spin buttons rate (#2776)\r
-  - Fixed some shortcuts not appearing on menu items (#2786)\r
-\r
-\r
-================================================================================\r
-                                  1.1-TA beta\r
-================================================================================\r
-\r
-02/01/2001\r
-  - Fixed memory problem if a file without extension is entered in the file save dialog.\r
-  - Fixed double slashes "//" on filenames when saving a map\r
-  - Fixed pk3man plugin not finding the toolbar bitmaps\r
-  - Fixed double clicks being considered 2 mouse clicks\r
-\r
-  RR2DO2 (applied by TTimo)\r
-  - Clusterportal filtering ('View > Show > Show clusterportal' toggle)\r
-\r
-01/01/2001\r
-  TTimo\r
-  - updated Web/ with new stuff, web site ready for release\r
-  - fixed a crash with multiple edge dragging on win32 (was caused by compiler optimizations,\r
-    this one was a major pain)\r
-\r
-31/12/2000\r
-  - fixed the file open/save dialogs initial directory\r
-\r
-  RR2DO2 (applied by TTimo)\r
-  - bug fix in the terrain loading speedup\r
-\r
-  TTimo\r
-  - tried to lookup the Z window minimum width problem, added #define DBG_WINDOWPOS code to investigate\r
-\r
-30/12/2000\r
-  RR2DO2 (applied by TTimo)\r
-  - fix to CSG Merge in the menu drop down (menu was there, command not hooked)\r
-  - some message formatting fixes\r
-\r
-  TTimo\r
-  - rudimentary pattern matching in file selection, affects the plugin API too\r
-  - fixed silly bug in the "clipper uses caulk" code\r
-  - major speedup to the loading code on terrain entities\r
-  (in mpterra2, from 113s to 4s for the main terrain entity)\r
-  - patched back the file open/save dialogs initial directory to override in TA mode\r
-  - fixed Patch output crash in the plugin API\r
-  - fixed BP conversion in the brush output of the plugin API\r
-\r
-  minkey (applied by TTimo)\r
-  - fix to the m_pfnLoadFile code to use VFS\r
-\r
-29/12/2000\r
-  - Remember main window position in floating views mode\r
-  - Fixed wake up when running the engine in floating views mode under win32\r
-\r
-  TTimo\r
-  - various fixes and debug hooks for PJ bug reports\r
-\r
-28/12/2000\r
-  - Fixed VFS initialization order\r
-  - Removed texture menu splitting option from preferences (now it's automatic)\r
-\r
-  TTimo\r
-  - built an initial setup, updated the changelog file for 1.1-TA-beta\r
-\r
-27/12/2000\r
-  - Fixed Q3Map output window being too wide on some errors\r
-  - Added VFS to q3map\r
-\r
-  TTimo\r
-  - replace a printf in q3map by Sys_Printf (!), which is what should actually be used\r
-  - added a set of functions to vfs to help with file dialogs, building relative files etc.\r
-  - reworked the file dialogs so they default in the right location (open/save as/md3 loading/sound loading)\r
-  - fixed shader editor to work with the right path\r
-\r
-26/12/2000\r
-  TTimo\r
-  - put the converted HTML manuals (Radiant, shaders and model) in the tree (and the win32 setup)\r
-  - added the new Terrain and Team Arena mapping manuals (added to the setups too)\r
-\r
-  leo\r
-  - Copy and paste across different instances of Radiant\r
-  - Fixed wait cursor when copying\r
-  - Print engine command line to the console\r
-  - Fix glib warnings when running the engine\r
-  - Fixed shader files being loaded twice\r
-  - Texture menu now automatically breaks when it reaches the maximum screen height\r
-\r
-24/12/2000\r
-  - Fixed q3map to compile with the new LoadJPGBuf parameter\r
-\r
-  TTimo\r
-  - added TA paths to the BSP commands and running engine\r
-  - fixed a bug if running with monitoring disabled (generating the .bat was borked)\r
-  - changed the -moddir implementation to a global switch in q3map (same as -connect)\r
-  - moddirparam as a global variable in cmdlib, added a TA_HACK in there\r
-  - changed the SetQDirFromPath to stick to "baseq3/" when using -moddir\r
-  TODO: check standalone files\r
-\r
-23/12/2000\r
-  TTimo\r
-  - fixed some sleep/wake code (crashes and wakeup problems on models)\r
-  - vfsInitDirectory for TA directory (needs to be checked on linux)\r
-  - changed my mind on entities.def, if TA is enabled, load entities-TA.def on top of regular entities.def\r
-\r
-  mickey (applied by TTimo)\r
-  - some memory overrun fixes\r
-\r
-22/12/2000\r
-  - Fixed plugin Makefiles to not use private/\r
-\r
-  RR2DO2 (applied by leo)\r
-  - Fixed SetTallBrush undo\r
-  - Added bug report link to help menu\r
-\r
-21/12/2000\r
-  - Daily Linux compilation fixes\r
-  - Fixed q3map to read .pk3 files from the directory set by -moddir\r
-  - Fixed vfs not listing all files correctly\r
-  - Fixed libjpeg crashing on some jpeg files\r
-  - Load .def files depending on the current game\r
-\r
-20/12/2000\r
-  - Applied Mickey's patch to fix win32 window position save/load.\r
-  - removed missing _msize call\r
-\r
-  TTimo\r
-  - cleaned up more g_malloc g_free problems, cleaned a INPUT_BUF_SIZE problem in jpeglib\r
-\r
-19/12/2000\r
-  - More manual updates\r
-  - Fixed bugs comparing file extensions\r
-  - Added VFS to the Alpha branch\r
-\r
-  TTimo\r
-  - moved game selection to the project settings\r
-  - got leo's vfs fixes, started changing the memory allocation scheme to glib\r
-  - moved 'free' calls to g_free with a #define in cmdlib, Radiant seems to run nicely again\r
-  - removed calls to _msize .. those were causing heap debug assertion failures\r
-  - upped more stuff\r
-\r
-18/12/2000\r
-  - Added popup menus with the list of active textures to the find texture dialog\r
-  - Fixed some menu checkbuttons\r
-  - Changed max number of shader files parsed by q3map to 128\r
-  - Updated manual images \r
-\r
-17/12/2000\r
-  - Fixed bug with the texture window scrollbar range\r
-\r
-  Mickey (patched in by TTimo)\r
-  - fix to the floating windows mode, don't send windows to the desktop when raising something else (#2659)\r
-\r
-  TTimo\r
-  - finalized the merge and move into worldspawn commands by adding the undo stuff\r
-  - fixed the clamping problems when flipping or mirroring patches\r
-  - added 0.5 and 0.25 grids\r
-  - added undo to Select_CompleteTall Select_PartialTall and Select_Inside\r
-  - added on-the-fly conversion between regular brush coordinates and brush primitives texturing in the plugin API\r
-\r
-15/12/2000\r
-  - Fixed crash on Shift-A (Select all of type)\r
-  - Save the state of the toolbar buttons\r
-  - Remember the state of the Show Patch Bounding Box button\r
-  - Double clicking on an entity on the Entity View tree selects the entity\r
-  - Sort the list columns of the map info dialog\r
-  - Fixed a bug that would allow multiple Entity View dialogs\r
-\r
-  Mickey (patched in by TTimo)\r
-  - saving position and size of the entity window between runs and during usage\r
-\r
-  TTimo\r
-  - two new commands in the drop down menu:\r
-  "move into worldspawn" will move selected brushes to worldspawn and eventually delete entities which end up with no brushes\r
-  "merge brushes" will merge brushes into an entity (from worldspawn or from another entity)\r
-  - added cleaned HTML version of the editor manual in the tree\r
-\r
-14/12/2000\r
-  - When pressing a letter key in the entity window list, scroll to the entity starting with the key pressed\r
-  - Fixed backspace not working on the texture subset entry\r
-  - Added version check when loading savedinfo.bin\r
-\r
-  TTimo\r
-  - started implementing Select_Merge and Select_Seperate for workflow improvement on terrain maps\r
-\r
-13/12/2000\r
-  - Finished GtkGenSurf\r
-\r
-  RR2DO2 (merged in by TTimo)\r
-  - patch to q3map, added option -custinfoparams for custom surface flags (still need documentation)\r
-\r
-  TTimo\r
-  - zoom out and grid drawing taylored to the world size\r
-\r
-12/12/2000\r
-  TTimo\r
-  - quick win32 update to gensurf\r
-  - fixed #2610 (MAX_NETMESSAGE) .. needed a consistent rewrite of the way we parse the stream\r
-\r
-11/12/2000\r
-  - Fixed linux compiler errors from recent changes\r
-  Not fixed today but I forgot to add those to the Alpha changelog\r
-  - Fixed multiple Map Info dialogs bug\r
-  - Fixed texture window not scrolling to the top when a new directory is loaded\r
-  - Fixed GL Windows grab pointer bug\r
-  - Fixed crash after map compilation if the map leaked\r
-  - Fixed q3map crash if MAX_SHADER_FILES is reached\r
-\r
-28/11/2000\r
-  - Fixed sleep mode restoring hidden windows (win32)\r
-  - Fixed find/replace textures dialog layout and keep it always on top of the main window\r
-  - Replaced malloc/free calls with g_malloc/g_free to avoid the win32 limitation\r
-\r
-27/11/2000\r
-  - Removed glu.h dependencies\r
-  - Added new file selection dialog\r
-  - Removed g_PrefsDlg.m_bDisableAlphaChannel (always FALSE)\r
-  - Added shortcuts for sleep and simple patch mesh\r
-  - Fixed crash after sleep mode (no GL context current)\r
-\r
-24/11/2000\r
-  - Rewrote the jpeg functions of the image plugin\r
-  - Replaced some MFC classes with glib\r
-  - More shader plugin fixes\r
-  - Fixed bug with select all entities command\r
-\r
-  TTimo\r
-  - fixed q3map to handle the new LoadJPGBuff length parameter\r
-\r
-22/11/2000\r
-  - Fixed crash in Error() if there's no current GL context\r
-  - Fixes to the shaders plugin\r
-\r
-  TTimo\r
-  - created VC6 project file for image module\r
-  - modified the m_pfnError in qerplugin.h to use (char *, ...) construct\r
-\r
-21/11/2000\r
-  - Ensured that the plugins are loaded in the correct order\r
-  - Added Sys_FPrintf and Sys_Printf to the plugin interfaces\r
-  - Some VC++ fixes\r
-\r
-  TTimo\r
-  - more fixes to the world size\r
-  - modified moduleentry_t so it compiles on win32. need to update the code in all modules probably\r
-  - other minor fixes and updates to get everything building on win32\r
-\r
-20/11/2000\r
-  - Moved image loading code to a plugin\r
-  - Fixed some bugs in the shader plugin\r
-  - Now using glGenTextures to set texture ids\r
-\r
-19/11/2000\r
-  TTimo\r
-  - shader code removed from Radiant core, relies on shader module\r
-  - added ctrl-alt-LBUTTON = multiple brush select without selecting whole entities (from TA update)\r
-  - added an XML testing proggy in DevDocs/\r
-\r
-18/11/2000\r
-  TTimo\r
-  - shader module is compiling\r
-  - reworked the way we deal with required interfaces,\r
-  automated the interface request process and added code to check the required modules have been found\r
-\r
-17/11/2000\r
-  - Q1 VFS plugin\r
-  - Changes to the VFS API to detect the format supported by a plugin\r
-  - Added checks to PluginManager to load the correct VFS plugin\r
-\r
-  TTimo\r
-  - made a mess with XML MAX_NETMESSAGE error, still not fixed\r
-  - merged q3map 1.0r (TA update from Id) into the tree - important files modified: surfaceflags.h qfiles.h\r
-\r
-08/12/2000\r
-  TTimo (shit I'm 24 now)\r
-  - added gtk gensurf, VC6 project files are up to date, linux Makefile not checked\r
-  - fix some WINAPI stuff on above code\r
-  - add idata.h for raw access to editor data\r
-  - new _QERAppShaderTable for shader module -> editor functions\r
-  - added new entries in various tables (GL, parser etc.)\r
-  - shader module is well under way\r
-\r
-16/11/2000\r
-  - Added a color selection dialog function to the plugin API\r
-  - Added profile read/write functions to the plugin API\r
-\r
-  TTimo\r
-  - MAX_NETMESSAGE bug: patched q3map so it sends in several messages if the problem occurs\r
-  still need to update Radiant to recognize XML nodes split into several messages (using an input buffer)\r
-  - added a test map for MAX_NETMESSAGE: sput.map\r
-  - project file for vfspk3and win32 patching\r
-\r
-15/11/2000\r
-  - More plugin cleanup\r
-  - Added IsEqualGUID() to qerplugin.h\r
-\r
-  TTimo\r
-  - merged Alpha back in (didn't try to merge this CHANGES file)\r
-  - backported some stuff from the trunk to here, the Sys_Printf, gtk_MessageBox and profile stuff\r
-  - created VC project file for gtk-based gensurf plugin\r
-\r
-14/11/2000\r
-  - Fixed DumpUnreferencedShaders()\r
-\r
-  TTimo\r
-  - added QE_CheckProjectEntity to check paths are following the right conventions\r
-\r
-13/11/2000\r
-  - Fixed bugs in the vfs plugin\r
-  - Added support to vfs plugins in Radiant\r
-\r
-  TTimo\r
-  - updated project file to libxml2-2.2.8, use libxml2 as the directory name for whatever version..\r
-          NOTE: libxml2-2.2.8 needs some patching to compile right..\r
-\r
-12/11/2000\r
-  TTimo\r
-  - all Radiant functions that might be exported in interfaces need to use the WINAPI calling convention\r
-  modified the GTK functions code accordingly\r
-  - started writing the shaders module\r
-\r
-10/11/2000\r
-  - Added new GTK functions to the plugin API\r
-  - Added 'parent' parameter to MessageBox, file_dialog and dir_dialog\r
-  - Fixed Help commands (Linux)\r
-\r
-09/11/2000\r
-  - Fixed bug in the Z wnd code\r
-  - Fixed copy text from the console (win32)\r
-\r
-       TTimo\r
-       - moved the libxml library out of the tree, updated the VC6 project files accordingly\r
-\r
-08/11/2000\r
-       - ZWnd always on top (view #2, win32)\r
-\r
-       TTimo\r
-       - added Escape key to hide the entity inspector\r
-       - S and Shift+S now act as toggles on the inspectors\r
-\r
-07/11/2000\r
-       - Added ungroup command to right click menu\r
-       - Fixed message box accelerator bug\r
-       - Fixed GL error on win32 startup\r
-\r
-       TTimo\r
-       - additions to the BSP interface\r
-       - fixed DestroyCursor error\r
-       - clipper caulks faces (and prefs checkbox)\r
-\r
-06/11/2000\r
-       - Cleaned PrtView and TexTool plugins\r
-       - Fixed bug in texture menu names (#2506)\r
-       - Added splitters to Entity dialog\r
-\r
-       TTimo\r
-       - started clipper caulk implementation\r
-       - fix to the pointfile not drawing in 2D views\r
-       - MAX_BUILD_SIDES in q3map debug stream\r
-\r
-05/11/2000\r
-       - Merged Alpha branch with the trunk\r
-\r
-       TTimo\r
-       - more plugin interface for Q3Build, and plugin SDK additions\r
-       - merged q3map Realloc back into Alpha branch\r
-\r
-04/11/2000\r
-       - Fixed crash during startup if Zwnd was hidden in views #2 and #3\r
-       - Fixed ToggleConsole command\r
-       - Fixed ToggleEntity and ToggleTexture commands in view #2\r
-       - Fixed plugin Makefiles\r
-       - Removed -rdynamic from Radiant link options (crashes pk3man plugin)\r
-\r
-03/11/2000\r
-       TTimo\r
-       - directory reorganisation for the plugin SDK, added an interface/ directory\r
-\r
-02/11/2000\r
-       - Save ZWnd state in views #2 and #3\r
-       - Entity dlg always on top (linux)\r
-       - Fixed shortcuts.ini parsing bug\r
-       - Fixed editpad crash if editpad not present (win32)\r
-       - Fixed bugs in the internal shader editor\r
-       - Fixed widget_show if window moved after gtk_widget_set_uposition\r
-\r
-================================================================================\r
-                                    1.1 beta\r
-================================================================================\r
-\r
-31/10/2000\r
-       - Continue loading if glXGetProcAddressARB is not present (Utah-GLX fix)\r
-       - Fix BSP commands not working if a map is not in "mapspath" (linux)\r
-\r
-30/10/2000\r
-       - fixed the Region commands, "Region > Set brush" is working\r
-         Region uses the camera as spawn point.\r
-       - Fixed view/show menu initialization\r
-       - Fixed warning when starting view #2\r
-       - Fixed z wnd in view #3\r
-       - Fixed win32 sleep mode crashes on views #2 and #3\r
-       - Added "Restart" message when changing texture quality in the preferences\r
-       - Cleanup: removed radbsp.cpp (unused) and unzip.cpp (already in pak.a)\r
-\r
-29/10/2000\r
-       - Fixed SIGCHLD handler\r
-       - Built 1.1b setups\r
-\r
-28/10/2000\r
-       - Fixed q3map bug visbytes > MAX_MAP_VISIBILITY\r
-       - Fixed clipper display bug\r
-\r
-       TTimo\r
-       - updated quakev2.qe4 with -vlight options\r
-       - added checks in q3map to prevent crashing on allocating a winding too big\r
-       will stop with an error now.\r
-       - added the corresponding editor support for debug messages if MAX_POINTS_ON_WINDING is exceeded\r
-\r
-       G_Dewan\r
-       - improved q3map, reducing minimal memory footprint by about 45Mb\r
-\r
-27/10/2000\r
-       - Fixed crash in BSP debug window\r
-       - Reorganized the preferences dialog\r
-       - Fixed q3map Makefile\r
-       - Fixed +/- bug in win32 (Gtk patch)\r
-       - Fixed Alt shortcuts bug in win32 (Gtk patch)\r
-       - Fixed q3map crash when visbytes > MAX_MAP_VISIBILITY\r
-\r
-       TTimo\r
-       - improved snapshots behaviour, doesn't snapshot non-modified maps\r
-\r
-26/10/2000\r
-       - Fixed patch inspector not showing after it has been closed\r
-       - Added 'Reset' button to entity dialog\r
-\r
-25/10/2000\r
-       - Fixed more grid issues\r
-       - Fixed load window position bug (saved pos greater than screen resolution)\r
-       - Fixed selection nudge bug\r
-       - Improved entity windows layout\r
-       - Fixed GL font not being recreated when exiting sleep mode\r
-\r
-       TTimo\r
-       - cleaned m_nTextureTweak and m_bSnapTToGrid\r
-       - improved the CycleCapTexturePatch command, now cycles across the 3 planes only \r
-       and works on multiple patches at once\r
-\r
-24/10/2000\r
-       - Added an overwrite prompt when saving files\r
-       - Fixed 128 and 256 grid display\r
-       - Commented-out grouping code (not functional yet)\r
-\r
-23/10/2000\r
-       - Fixed q3map to load jpgs under Linux\r
-       - Fixed wake-up crash when floating windows were closed (#2423)\r
-\r
-21/10/2000\r
-       - More q3map and radiant Makefile fixes\r
-       - Remember size/position of the entities dialog\r
-\r
-20/10/2000\r
-       - Redirect Gdk warnings\r
-       - Draw border around active XY wnd\r
-       - Moved some scripts to the Makefile\r
-       - Added shift+rclick to zoom in/out\r
-       - Removed minimize/maximize buttons for z wnd in floating mode under win32\r
-\r
-       TTimo\r
-       - Two new entries in View > Show: Show Outline and Show Axes\r
-       Show Outline turns on/off colored outline of the current view\r
-       Show Axes turns on/off display of a small axis base in the 2D view\r
-       - fix q3map Makefile to use external libxml2 source\r
-       \r
-       G_DEWAN\r
-       - Fix to bogus noshader error message in q3map\r
-\r
-19/10/2000\r
-       - Added new console functions that support colors\r
-       - Revised linux makefile for debug/release builds\r
-       - Redirect Gtk warnings to the console\r
-\r
-       TTimo\r
-       - reorganized the entity inspector window, layout depends on the number of flags to get\r
-       more space in the comment window.\r
-\r
-18/10/2000\r
-       - Fixed add/remove bsp items in project settings dialog\r
-       - Did some cleanup (removed #define WIN32_CONSOLE)\r
-       - Fixed console not working in view #3\r
-       - Fixed warning when exiting in views #2 #3\r
-\r
-       TTimo\r
-       - fix to entity inspector comment window for the eclass_t on win32 (removed the white squares)\r
-\r
-17/10/2000\r
-       - Fixed texwindow not scrolling when last texture is large\r
-       - Added LOD for patches\r
-       - Fixed prefab path & user ini in preferences dialog\r
-\r
-13/10/2000\r
-       TTimo (XML branch)\r
-       - basic architecture for XML feedback is functional\r
-       see radiant/feedback.cpp radiant/watchbsp.cpp q3tools/common2/inout.c\r
-       merging back in alpha\r
-\r
-04/10/2000\r
-       TTimo (XML branch)\r
-       - sax interface is in Radiant, need to add a state machine and proper processing\r
-\r
-04/10/2000\r
-       TTimo (XML branch)\r
-       - experimental use of SAX interface to parse the stream on the server side, see q3tools/q3map/NetTest\r
-\r
-03/10/2000\r
-       TTimo (XML branch)\r
-       - adding libxml2 in the repository, based on libxml2-2.2.4 with project files and stuff to build on win32\r
-\r
-31/09/2000\r
-       TTimo (XML branch)\r
-       - new common2/ dir, output system rewritten through Sys_Printf\r
-       - experimental use of libxml\r
-\r
-28/09/2000\r
-       TTimo (Inspector branch)\r
-       - shift+arrows matches the increments from the surface inspector\r
-       - button 'Match Grid' in the SI to set the increment according to current grid\r
-\r
-25/09/2000\r
-       TTimo (Inspector branch)\r
-       - fixed crappy bug in SavedInfo.bin upgrade (when the struct sizes don't match)\r
-       - surface inspector has inc step dialog boxes (+saved in prefs)\r
-       - face selection is always on (was something weird from the prefs)\r
-       - undo works better with the surface inspector\r
-\r
-25/09/2000\r
-       - Added ARB_Multitexture support\r
-\r
-21/09/2000\r
-       - Fixed preferences dialog warning\r
-       - Added new grid sizes\r
-\r
-20/09/2000\r
-       - Fixed small bugs reported from Fenris\r
-\r
-17/09/2000\r
-       TTimo\r
-       - fixed a bug with template project loading / path to the engine safecheck (a weird hidden one)\r
-       G_Dewan & TTimo\r
-       - fixes to the process spawning (Q_Exec in cmdlib) + appropriate warning and error messages\r
-       Fishman\r
-       - antialiased drawing in 2D views\r
-\r
-14/09/2000 \r
-       TTimo\r
-       - radiant.log commandlist.txt and radiant.pid are create in g_strAppPath on win32 and g_strTempPath on linux\r
-       - moved the splash screen after the .pid code\r
-       - I suspect a bug in the .pid removal, added a check and message box\r
-       - help works again on win32, spawning Word with the Q3Rad_Manual.doc (temporary solution of course)\r
-       - surface inspector: removed all Q2 related stuff, fixed horizontal shift, reorganized the widgets layout\r
-               hooked the widgets to apply the changes on the fly (the inspectors need a good chunk of work)\r
-       - fixed a radiant.pid bug\r
-       - added icon to MSVC6 project (with some help)\r
-       \r
-       G_Dewan\r
-       - fix to BSP menu order getting mixed up\r
-       - fix to the file dialog\r
-\r
-11/09/2000\r
-       - Added splash screen\r
-\r
-25/08/2000 TTimo\r
-       - launch sleep mode before running game\r
-       - fixed Map_Snapshot bug\r
-       - going to sleep works on view n2, raising is still screwed (contexts)\r
-\r
-24/08/2000 TTimo\r
-       - fixed some sleep mode stuff\r
-       - fixed map snapshot bug\r
-\r
-21/08/2000\r
-       - fixed stuff to build on linux\r
-       - Merged in q3map 1.0p\r
-\r
-18/08/2000\r
-       - Removed "High Color Textures" option (always on)\r
-       - Removed "Status Point Size" option\r
-\r
-17/08/2000\r
-       - Fixed win32 console issues\r
-\r
-16/08/2000\r
-       - added g_strTempPath\r
-       - restore maximized window state\r
-       - fixed logo.bmp\r
-\r
-15/08/2000 TTimo\r
-       - fixed keyboard shortcuts\r
-       - fixed engine path in prefs (must use the file dialog to change)\r
-       - fixed a bug related to engine path and project templates\r
-\r
-15/08/2000\r
-       - Removed QE4 update model option (always on)\r
-       - Removed Buggy ICD option (always off)\r
-       - Reorganized the preferences dialog to take a bit less space\r
-\r
-14/08/2000 TTimo\r
-       - using profile.cpp code to read shortcut keys files\r
-       - moved DevDocs/changelog.txt to data/changelog.txt\r
-               (data/ should be used for user-side stuff and DevDocs/ for developpers)\r
-       - added data/quickstart.txt with a beginning of info about the main differences\r
-               between Q3Radiant 202 and GtkRadiant. to be used as a doc later.\r
-\r
-13/08/2000 TTimo\r
-       - added DevDocs/WIN32SETUP and DevDocs/changelog.txt\r
-               changelog.txt is end user changes\r
-               WIN32SETUP the TODO list for install specific stuff\r
-       - wrapped a first version of the win32 installers (full and patch)\r
-\r
-11/08/2000 TTimo\r
-       - quickfix to put undo/redo back in\r
-       - added DevDocs/WIN32SETUP, describes what I'm up to with the setup of win32 version\r
-\r
-10/08/2000 TTimo\r
-       - added back the window position saving code that was in earlier tree\r
-               NOTE: would have rather have it done in prefs than hooked in mainframe_delete and MainFrame::Create\r
-               (would have been cleaner IMO)\r
-               NOTE: IT'S STILL BROKEN .. I ADDED THE CODE BUT I MUST BE MISSING SOMETHING\r
-               NOTE: it doesn't remember the maximized state. It should.\r
-\r
-08/08/2000 TTimo\r
-       - fixed win32 build for GLWidget code, added WINAPI calling convention on all exported stuff\r
-       - fixed TexTool to compile under win32\r
-\r
-07/08/2000 TTimo\r
-       - fixed some crash with the new jpeg lib\r
-       - fixed console logging behaviour (was always turned on at startup)\r
-       - added console logging checkbutton in prefs\r
-\r
-07/08/2000\r
-       - Merged the GLWidget branch\r
-       - Merged 202 patches\r
-       - Fixed "clean" button in the preferences dialog\r
-       - Added pid startup detection\r
-       - Updated plugin interface with GLWidget functions\r
-       - Updated TexTool plugin\r
-\r
-04/08/2000\r
-       - Added "errno" string to the Error() message box\r
-       - More 202 patches\r
-\r
-03/08/2000\r
-       - Merged changes from MFC Radiant 202\r
-        - Fixed the win32 GLWidget stuff\r
\r
-02/08/2000\r
-        - new OpenGL widget to keep all platform specific code in only one file\r
-\r
-01/08/2000\r
-       - Added code to restore the windows when coming out of sleep mode\r
-       - Rewrote the TexTool plugin\r
-\r
-31/07/2000 TTimo\r
-       - added vc6 projects for PrtView\r
-       - tested PrtView and Radiant against latest binary release of Gtk (works great)\r
-\r
-       Leo:\r
-       - Updated VC5 projects\r
-       - Fixed plugin loading under win32\r
-       - Updated PrtView to compile under win32\r
-       - Radiant is now iconified when going in sleep mode\r
-\r
-30/07/2000 TTimo\r
-       - prefs dialog for BSP monitoring\r
-       - Added data/ directory with entities.def and quakev2.qe4\r
-       - stabilized syntax of v2 project file, same project file for both platforms\r
-       - added DevDocs/WIN32BETA with a list of stuff to do before going on public beta on win32\r
-       - added DevDocs/d2u .. handy script to remove linefeeds from DOS files\r
-       - added radiant/radiant.proj, project file for source navigator (SN rules)\r
-\r
-       Leo:\r
-       - Fixed the logfile crash when ~/.q3a/radiant doesn't exist (fenris #1953)\r
-\r
-28/07/2000 TTimo\r
-       - Fix to the win32 console to use window's default font\r
-       - Added File > Sleep for experimentation\r
-               NOTE: we need to keep Radiant minimized when going into sleep mode\r
-\r
-28/07/2000\r
-       - Finished the win32 console replacement\r
-       - Fixed bug 1952 (map loading segfault)\r
-       - Added a Makefile to the libs dir\r
-\r
-26/07/2000\r
-       - Added PrtView plugin\r
-       - Added qvm target to source/Makefile\r
-       - Another release candidate sent to QA\r
-\r
-18/07/2000\r
-       - Fixed the slow updates issue in the win32 version\r
-       - Added 3 new variables to fix the paths issue\r
-\r
-17/07/2000\r
-       - Fixed the plugin search directory (broken with the changes to g_strAppPath)\r
-\r
-14/07/2000\r
-       - Increased the timer speed in MainFrame::RoutineProcessing\r
-       - Added code to release and recreate the contexts to the win32 version\r
-       - Fixed the mouse capture under win32\r
-\r
-13/07/2000\r
-       - Fixed the new path and bsp problems\r
-       - Sent new version to QA for testing/release\r
-\r
-12/07/2000\r
-       - Added "tools/" back to g_strAppPath under linux\r
-\r
-11/07/2000\r
-       - Added code to release and the recreate the GL contexts (linux)\r
-\r
-10/07/2000\r
-       - Changed directory structure\r
-\r
-09/07/2000\r
-       - Added CS_OWNDC for win32 with a GDK hack\r
-\r
-07/07/2000\r
-       - Fixed "white textures" bug (gluBuild2DMipmaps bug)\r
-\r
-03/07/2000\r
-TTimo:  - main.cpp l386, removed tools/ appending to g_strAppPath, g_strAppPath is expected to point to the app.. (hope it doesn't break anything)\r
-\r
-02/07/2000\r
-       - Added precompiled headers for faster win32 builds\r
-\r
-01/07/2000\r
-       - Finally got q3asm/lcc working\r
-\r
-26/06/2000\r
-       - 201 patches\r
-       - Added screenshot option\r
-       - Added an error message if X is running in 8 bits\r
-\r
-23/06/2000\r
-       - Updated with build 200 source\r
-\r
-13/06/2000\r
-       - Remove --noshare option\r
-       - Added --nofonts option to workaround a bug using glXUseXFonts in XFree 4.0\r
-\r
-04/06/2000\r
-       - Fixed bug with the Ctrl-X accelerator for the File/Exit menu\r
-\r
-02/06/2000\r
-       - Converting the TexTool plugin\r
-\r
-30/05/2000\r
-       - Changes to the plugin loading code\r
-\r
-28/05/2000\r
-       - Files with an underscore character are now correctly parsed in the MRU menu\r
-\r
-25/05/2000\r
-       - Fixed _exit bugs\r
-       - Fixed bug in CMapStringToString::SetAt\r
-       - Fixed copy/paste/clone bug\r
-\r
-24/05/2000\r
-       - Finished applying the 199 patches\r
-       - Fixed a bug in CShaderArray::SortShaders() that was calling the wrong version of InsertAt()\r
-       - Added numbers to the MRU menu items\r
-\r
-23/05/2000\r
-       - Fixed the floating point bug in gluBuild2DMipmaps\r
-       - Fixed the time display after a bsp command is executed\r
-       - Applied several patches from the 199 version\r
-       - The console is now visible by default\r
-\r
-21/05/2000\r
-       - Added a replacement for gluBuild2DMipmaps\r
-\r
-20/05/2000\r
-       - Fixed the repeating textures bug when playing a map, "brush_primit" must be set to "1".\r
-       - Fixed the bug about no current GL context when exiting in computers with 3dfx cards.\r
-       - Textures in the directory pointed by "texturepath" are now loaded correctly in Radiant.\r
-       - Fixed bug in q3map where it would require a shaderlist.txt file in ~/.q3a/baseq3/scripts.\r
-\r
-19/05/2000\r
-       - Fixed a bug in the multiple directories hack in libs/pakstuff.cc\r
-       - Finished the filter in the texture window\r
-       - The wait cursor is now correctly set in the XY window\r
-       - Added replacements for gluPerspective and gluLookAt\r
-       - Textures can now be stored in 2 places:\r
-       * The path pointed by "texturepath" (defaults to ~/.q3a/baseq3/textures,\r
-         but can be changed in the project settings)\r
-       * The base texture path (<install_path>/baseq3/textures)\r
-       - Radiant and the q3map tool now looks for shaders in ~/.q3a/baseq3/shaderlist.txt\r
-          and <install_path>/baseq3/scripts/shaderlist.txt\r
-\r
-18/05/2000\r
-       - Plugin menu fixes\r
-       - Created a simple text editor to edit the shaders (instead of calling an external program)\r
-       - Copy and paste now work\r
-       - Fixed some bugs with the MRU menu\r
-       - Some menu items are now enabled/disabled correctly in MainFrame::RoutineProcessing () \r
-       - Added a new command line option (--cdpath) to set the CD-ROM path\r
-       - Fixed some bugs in the entity window, now it's possible to add/edit/remove properties\r
-       - New directory paths:\r
-       * maps now default to ~/.q3a/baseq3/maps\r
-       * autosave files are saved in ~/.q3a/baseq3/maps\r
-       * .pk3 files can be in ~/.q3a/baseq3, <install_path>/baseq3 and in the CD-ROM\r
-\r
-17/05/2000\r
-       - Fixed bug deselecting a brush after the surface dialog is open\r
-       - hide cursor when right-dragging XYWnd\r
-       - files saved to /tmp are now saved in ~/.q3a/radiant\r
-       - Disabled undo\r
-       - Fixed a bug in FillTextureMenu\r
-       - User can now correctly change the accelerators at run-time\r
-       - Accelerators are read from ~/.q3a/radiant/radiant.ini\r
-\r
-16/05/2000\r
-       - Finished the patch inspector\r
-       - Finished the texture toolbar\r
-       - more small bug fixes\r
-\r
-11/05/2000\r
-       - Finished the GroupDlg stuff\r
-       - Added support to read pak files from the Quake3 CD-ROM\r
-       - moved /tmp/paklog.txt to ~/.q3a/radiant/paklog\r
-       - added functions to replace GetKeyState and SetCursorPos\r
-       - fixed the command key handlers for the mainwindow\r
diff --git a/docs/developer/DRAFT b/docs/developer/DRAFT
deleted file mode 100644 (file)
index 2ba0f75..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-usefull global variables in Radiant:\r
-g_strAppPath has the path to the binary\r
-\r
------------------------------------------------------------------------\r
-using prefs / ini settings:\r
-are stored in Radiant.ini and *.bin files\r
-win32:\r
-looks in the current directory for a Radiant.ini file\r
-if found, will use it and set the ini directory to the proper location\r
-if not found:\r
-the registry has a path to the default directory?\r
-under key HKEY_CURRENT_USER/Software/GtkRadiant/PrimaryEditorPath\r
-(DefaultEditorPath cause that gets used for \r
-if the key doesn't exist create in current directory and set the key\r
-NOTE: need some registry version info, when we find in another dir than ours,\r
-  check version and prompt to use existing settings or our own?\r
-\r
-storing version information:\r
-each build publicly released should have a version string\r
-- use it in the about box\r
-- store it in the Radiant.ini file\r
-- use it in the registry GtkRadiant/\r
-do we need major and minor? minor could be used for versions that don't break .ini compatibility\r
-  (well I'm lazy .. won't do)\r
-\r
-linux:\r
-look in the current directory (check write permission!)\r
-if found, use it\r
-if not found:\r
-look in ~/.q3a/radiant\r
-\r
------------------------------------------------------------------------\r
-icons:\r
-look for bitmaps/ under g_strAppPath\r
-win32:\r
-if not found, use DefaultEditorPath registry key and try to locate there\r
-linux:\r
-we also need a DefaultEditorPath kind of thing?\r
-somewhere in ~/.q3a/radiant?\r
-\r
------------------------------------------------------------------------\r
-project file:\r
-Radiant.ini must have full path to the project file\r
-if no project file path:\r
-win32:\r
-we have to locate BASEPATH one way or the other. we have code that will look for the\r
-main directory and go down into baseq3/scripts. If that fails we prompt the user.\r
-it would be good to store BASEPATH in the .ini as well!\r
-linux:\r
-store path to Radiant installation somewhere in ~/.q3a/radiant\r
-if not found try some defaults and prompt the user\r
-\r
-NOTE: on linux radiant is in /usr/local/games/quake3/ instead of some\r
-quake3/tools directory. This makes looking for the basepath easier.\r
-\r
-g_PrefsDlg.m_strLastProject points to the project to be loaded\r
-if radiant cannot find it at startup it will try to guess and/or ask the user\r
-once the project file is loaded you can deduce a lot of things..\r
-but project file parsing has some prerequisites: __QERPATH / __QERHOMEPATH ??\r
-need to unify between win32 and linux!\r
-PrefsDlg has a bunch of defaults, but it must not try to guess \r
-  __QERPATH and __QERHOMEPATH until there has been an ini load (or a lack of)\r
-the involved members are:\r
-m_strQuake2 <- points to the engine path, renamed to m_strBasePath m_strEngine\r
-m_strPAKFile <- built from m_strBasePath, removed (not used?)\r
-and: need to add more, like map compilers directory m_strToolsPath\r
-\r
-project file syntax:\r
-linux version is using __QERPATH / __QERHOMEPATH\r
-win32 has __Q2PATH __QERPATH\r
-and the overall syntax is different!\r
-\r
-big problem is user customization, it performs expansion and saves with static\r
-paths. but we'd like to keep the original one with generic naming. (cause if the\r
-config fucks up and user reinstalls he'll still get broken project settings)\r
-so: we try to load quake.qe4 project, expand it, and save as user.qe4\r
-(on linux, user.qe4 goes in ~/.q3a/baseq3/scripts)\r
-\r
-TODO: how is "New project" supposed to work? would copy the current project..\r
-TODO: get rid of m_bLoadLast .. we require having a project loaded for use?\r
-TODO: store path to the tools in prefs? (see usage for project file expansion?)\r
-  -> so you can use q3map in a given dir etc?\r
-\r
-unifying project file syntaxes:\r
-\r
-get rid of BuildShortPathName things!\r
-\r
------------------------------------------------------------------\r
-some common operations and portable code:\r
-document XP use of stat, checking for directory / file existence\r
-\r
-how to have code that reads well across XP:\r
-don't use TABS, have them emulated to 2 spaces\r
-\r
------------------------------------------------------------------\r
-project files:\r
-unless we rewrite a whole bunch of it from scratch there's no much\r
-hope for evolution of the project files. Nevertheless, introduced\r
-a new "version" key that describes the version of the project file.\r
-version 2 adds a # keyword for q3map global options\r
-NOTE: and it's a compatibility nightmare, we can't call this one\r
-quake.qe4 or default.qe4 cause it will break backward compatibility\r
-\r
------------------------------------------------------------------\r
-monitoring BSP process:\r
-we monitor through network connections\r
-we need to stop the process if an error occurs during one of the three steps\r
-and launch quake3 when all is done\r
-we don't want to CreateProcess and watch cause for rsh mode it will return immediately\r
-a BSP process is decomposed in several steps and we expect a connection at each step\r
-- later we can add custom steps that don't net connect and then we just spawn and\r
-watch them\r
-- we could add a name to the step to identify them, for now we'll just assume\r
-the first connection that we get is the one of the process we spawned\r
-when we loose the connection we wait one sec and spawn the next one...\r
-- we don't use batch file, just produce the command lines for each steps, the batch file\r
-will be produced only if we don't monitor the process (we can add an option to output\r
-the BAT file anyway)\r
-\r
-what stuff goes in prefs? "Monitor BSP process"\r
-\r
-detecting when the socket closes?\r
-using select() one can detect if a socket has closed or if there's some input\r
-NOTE: when launching a new BSP process we may still be connected. Need to ask the user\r
-about overridding and closing current connection.\r
-\r
-in prefs, boolean flag for process monitoring .. g_PrefsDlg.m_bWatchBSP\r
-\r
-when running in monitored mode, the BSP watcher is in charge of spawning and watching\r
-the processes (and more later when it will be parsing the output).\r
diff --git a/docs/developer/HEAP b/docs/developer/HEAP
deleted file mode 100644 (file)
index 11c9e0f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-find and xargs:\r
-<TTimo> I need to remember that grep trick\r
-<Mercury> 'find -type f | xargs grep -n whatever' is handy..\r
-<Mercury> find -type f -name '*.[ch]' is even better at times.\r
-\r
-stdout / stderr redirections:\r
-make -f makefile.cygwin 2> err.log\r
-make -f makefile.cygwin >& full.log\r
-\r
-escape shell expansion:\r
-find gtk-20001023 -name "*.zip" -exec unzip {} \;\r
-find and -exec:\r
-find //c/Donwload/Gtk-20001226 -name '*src*zip' -exec unzip {} \;\r
-find //c/Donwload/Gtk-20001226 -name '*dev*zip' -exec unzip {} \;\r
-\r
-simple encryption for /etc/passwd entries:\r
-perl -e 'print crypt("password","hk");'\r
-\r
-debian and /etc/init.d\r
-update-rc.d\r
-\r
-silly hint on sed and regexp:\r
-cat bspfile.c | sed -e 's/\([^_]\)malloc/\1safe_malloc/' | grep malloc\r
-\r
-*poke 10*\r
-bleh\r
-bleh\r
-bleh\r
-bleh\r
-bleh\r
-bleh\r
-bleh\r
-bleh\r
diff --git a/docs/developer/Inspector/Inspectors.argo b/docs/developer/Inspector/Inspectors.argo
deleted file mode 100644 (file)
index 0512d60..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version = "1.0" encoding = "ISO-8859-1" ?>\r
-<!DOCTYPE argo SYSTEM "argo.dtd" >\r
-<argo>\r
-  <documentation>\r
-    <authorname></authorname>\r
-    <version></version>\r
-    <description>\r
-      \r
-    </description>\r
-  </documentation>\r
-  \r
-  <searchpath href="PROJECT_DIR" />\r
-  <member\r
-    type="pgml"\r
-    name="Inspectors_classdiagram1.pgml"\r
-  />\r
-  <member\r
-    type="pgml"\r
-    name="Inspectors_usecasediagram1.pgml"\r
-  />\r
-  <member\r
-    type="xmi"\r
-    name="Inspectors.xmi"\r
-  />\r
-  <member\r
-    type="pgml"\r
-    name="Inspectors_collaborationdiagram1.pgml"\r
-  />\r
-  <historyfile name="" />\r
-  <stats>\r
-    <stat name="clicksInToDoPane"\r
-         value="0" />\r
-    <stat name="dblClicksInToDoPane"\r
-         value="0" />\r
-    <stat name="longestToDoList"\r
-         value="56" />\r
-    <stat name="longestAdd"\r
-         value="0" />\r
-    <stat name="longestHot"\r
-         value="0" />\r
-    <stat name="numCriticsFired"\r
-         value="54081" />\r
-    <stat name="numNotValid"\r
-         value="10" />\r
-    <stat name="numCriticsApplied"\r
-         value="0" />\r
-    <stat name="toDoPerspectivesChanged"\r
-         value="0" />\r
-    <stat name="navPerspectivesChanged"\r
-         value="0" />\r
-    <stat name="clicksInNavPane"\r
-         value="42" />\r
-    <stat name="numFinds"\r
-         value="0" />\r
-    <stat name="numJumpToRelated"\r
-         value="0" />\r
-    <stat name="numDecisionModel"\r
-         value="0" />\r
-    <stat name="numGoalsModel"\r
-         value="0" />\r
-    <stat name="numCriticBrowser"\r
-         value="0" />\r
-    <stat name="numNavConfig"\r
-         value="0" />\r
-    <stat name="numHushes"\r
-         value="0" />\r
-    <stat name="numChecks"\r
-         value="0" />\r
-    <stat name="Num_Button_Clicks"\r
-         value="3" />\r
-    <stat name="Drags_To_New"\r
-         value="0" />\r
-    <stat name="Drags_To_Existing"\r
-         value="1" />\r
-  </stats>\r
-</argo>\r
diff --git a/docs/developer/Inspector/Inspectors.xmi b/docs/developer/Inspector/Inspectors.xmi
deleted file mode 100644 (file)
index 0d6c906..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE XMI SYSTEM "uml13.dtd">\r
-<XMI xmi.version="1.0">\r
-  <XMI.header>\r
-    <XMI.metamodel xmi.name="UML" xmi.version="1.3"/>\r
-  </XMI.header>\r
-  <XMI.content>\r
-    <Model_Management.Model xmi.id="xmi.1" xmi.uuid="-93--68-50-122-179f67:e1b3a63c86:-8000">\r
-      <Foundation.Core.ModelElement.name>Surface inspectors</Foundation.Core.ModelElement.name>\r
-      <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-      <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-      <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-      <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-      <Foundation.Core.Namespace.ownedElement>\r
-        <Foundation.Core.Class xmi.id="xmi.2" xmi.uuid="-93--68-50-122-179f67:e1b3a63c86:-7fff">\r
-          <Foundation.Core.ModelElement.name>SurfaceDlg</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.generalization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.3"/>\r
-          </Foundation.Core.GeneralizableElement.generalization>\r
-          <Foundation.Core.Classifier.feature>\r
-            <Foundation.Core.Operation xmi.id="xmi.4">\r
-              <Foundation.Core.ModelElement.name>Toggle</Foundation.Core.ModelElement.name>\r
-              <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-              <Foundation.Core.BehavioralFeature.isQuery xmi.value="false"/>\r
-              <Foundation.Core.Operation.isRoot xmi.value="false"/>\r
-              <Foundation.Core.Operation.isLeaf xmi.value="false"/>\r
-              <Foundation.Core.Operation.isAbstract xmi.value="false"/>\r
-              <Foundation.Core.Feature.owner>\r
-                <Foundation.Core.Class xmi.idref="xmi.2"/>\r
-              </Foundation.Core.Feature.owner>\r
-              <Foundation.Core.BehavioralFeature.parameter>\r
-                <Foundation.Core.Parameter xmi.id="xmi.5">\r
-                  <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-                  <Foundation.Core.Parameter.kind xmi.value="return"/>\r
-                  <Foundation.Core.Parameter.behavioralFeature>\r
-                    <Foundation.Core.Operation xmi.idref="xmi.4"/>\r
-                  </Foundation.Core.Parameter.behavioralFeature>\r
-                  <Foundation.Core.Parameter.type>\r
-                    <Foundation.Core.Class xmi.idref="xmi.6"/>\r
-                  </Foundation.Core.Parameter.type>\r
-                </Foundation.Core.Parameter>\r
-              </Foundation.Core.BehavioralFeature.parameter>\r
-            </Foundation.Core.Operation>\r
-            <Foundation.Core.Attribute xmi.id="xmi.7">\r
-              <Foundation.Core.ModelElement.name>activeInspectors</Foundation.Core.ModelElement.name>\r
-              <Foundation.Core.ModelElement.visibility xmi.value="public"/>\r
-              <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-              <Foundation.Core.Attribute.initialValue>\r
-                <Foundation.Data_Types.Expression xmi.id="xmi.8">\r
-                  <Foundation.Data_Types.Expression.language>Java</Foundation.Data_Types.Expression.language>\r
-                  <Foundation.Data_Types.Expression.body>0</Foundation.Data_Types.Expression.body>\r
-                </Foundation.Data_Types.Expression>\r
-              </Foundation.Core.Attribute.initialValue>\r
-              <Foundation.Core.Feature.owner>\r
-                <Foundation.Core.Class xmi.idref="xmi.2"/>\r
-              </Foundation.Core.Feature.owner>\r
-              <Foundation.Core.StructuralFeature.type>\r
-                <Foundation.Core.Class xmi.idref="xmi.9"/>\r
-              </Foundation.Core.StructuralFeature.type>\r
-            </Foundation.Core.Attribute>\r
-          </Foundation.Core.Classifier.feature>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Class xmi.id="xmi.10" xmi.uuid="-93--68-50-122-179f67:e1b3a63c86:-7ffc">\r
-          <Foundation.Core.ModelElement.name>Dialog</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.specialization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.3"/>\r
-          </Foundation.Core.GeneralizableElement.specialization>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Generalization xmi.id="xmi.3" xmi.uuid="-93--68-50-122-179f67:e1b3a63c86:-7ffb">\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.Generalization.child>\r
-            <Foundation.Core.Class xmi.idref="xmi.2"/>\r
-          </Foundation.Core.Generalization.child>\r
-          <Foundation.Core.Generalization.parent>\r
-            <Foundation.Core.Class xmi.idref="xmi.10"/>\r
-          </Foundation.Core.Generalization.parent>\r
-        </Foundation.Core.Generalization>\r
-        <Foundation.Core.Class xmi.id="xmi.6">\r
-          <Foundation.Core.ModelElement.name>void</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Class xmi.id="xmi.11" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ffe">\r
-          <Foundation.Core.ModelElement.name>ISurfaceDlg</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.specialization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.12"/>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.13"/>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.14"/>\r
-          </Foundation.Core.GeneralizableElement.specialization>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Class xmi.id="xmi.15" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ffa">\r
-          <Foundation.Core.ModelElement.name>CQ3BrushDlg</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.generalization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.12"/>\r
-          </Foundation.Core.GeneralizableElement.generalization>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Generalization xmi.id="xmi.12" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff9">\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.Generalization.child>\r
-            <Foundation.Core.Class xmi.idref="xmi.15"/>\r
-          </Foundation.Core.Generalization.child>\r
-          <Foundation.Core.Generalization.parent>\r
-            <Foundation.Core.Class xmi.idref="xmi.11"/>\r
-          </Foundation.Core.Generalization.parent>\r
-        </Foundation.Core.Generalization>\r
-        <Foundation.Core.Class xmi.id="xmi.16" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff7">\r
-          <Foundation.Core.ModelElement.name>CQ3PatchDlg</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.generalization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.13"/>\r
-          </Foundation.Core.GeneralizableElement.generalization>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Generalization xmi.id="xmi.13" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff6">\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.Generalization.child>\r
-            <Foundation.Core.Class xmi.idref="xmi.16"/>\r
-          </Foundation.Core.Generalization.child>\r
-          <Foundation.Core.Generalization.parent>\r
-            <Foundation.Core.Class xmi.idref="xmi.11"/>\r
-          </Foundation.Core.Generalization.parent>\r
-        </Foundation.Core.Generalization>\r
-        <Foundation.Core.Class xmi.id="xmi.17" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff5">\r
-          <Foundation.Core.ModelElement.name>COtherGameDlg</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.GeneralizableElement.generalization>\r
-            <Foundation.Core.Generalization xmi.idref="xmi.14"/>\r
-          </Foundation.Core.GeneralizableElement.generalization>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Generalization xmi.id="xmi.14" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff4">\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-          <Foundation.Core.Generalization.child>\r
-            <Foundation.Core.Class xmi.idref="xmi.17"/>\r
-          </Foundation.Core.Generalization.child>\r
-          <Foundation.Core.Generalization.parent>\r
-            <Foundation.Core.Class xmi.idref="xmi.11"/>\r
-          </Foundation.Core.Generalization.parent>\r
-        </Foundation.Core.Generalization>\r
-        <Model_Management.Package xmi.id="xmi.18" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff3">\r
-          <Foundation.Core.ModelElement.name>Undo / Redo code</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-        </Model_Management.Package>\r
-        <Model_Management.Package xmi.id="xmi.19" xmi.uuid="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff2">\r
-          <Foundation.Core.ModelElement.name>Messaging API</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-        </Model_Management.Package>\r
-        <Foundation.Core.Class xmi.id="xmi.20">\r
-          <Foundation.Core.ModelElement.name>int</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-        </Foundation.Core.Class>\r
-        <Foundation.Core.Class xmi.id="xmi.9">\r
-          <Foundation.Core.ModelElement.name>list</Foundation.Core.ModelElement.name>\r
-          <Foundation.Core.ModelElement.isSpecification xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isRoot xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isLeaf xmi.value="false"/>\r
-          <Foundation.Core.GeneralizableElement.isAbstract xmi.value="false"/>\r
-          <Foundation.Core.Class.isActive xmi.value="false"/>\r
-          <Foundation.Core.ModelElement.namespace>\r
-            <Model_Management.Model xmi.idref="xmi.1"/>\r
-          </Foundation.Core.ModelElement.namespace>\r
-        </Foundation.Core.Class>\r
-      </Foundation.Core.Namespace.ownedElement>\r
-    </Model_Management.Model>\r
-  </XMI.content>\r
-</XMI>\r
diff --git a/docs/developer/Inspector/Inspectors_classdiagram1.pgml b/docs/developer/Inspector/Inspectors_classdiagram1.pgml
deleted file mode 100644 (file)
index 6ef4a8d..0000000
+++ /dev/null
@@ -1,571 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>\r
-<!DOCTYPE pgml SYSTEM "pgml.dtd">\r
-<pgml description="uci.uml.visual.UMLClassDiagram|-93--68-50-122-179f67:e1b3a63c86:-8000"\r
-      name="class diagram 1"\r
->\r
-  <group name="Fig0"\r
-       description="uci.uml.visual.FigClass[33, 144, 103, 80]"\r
-       href="-93--68-50-122-179f67:e1b3a63c86:-7fff"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig0.0"\r
-      x="34"\r
-      y="145"\r
-      width="101"\r
-      height="78"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    />\r
-    <text name="Fig0.1"\r
-      x="33"\r
-      y="144"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >SurfaceDlg</text>\r
-    <text name="Fig0.2"\r
-      x="33"\r
-      y="161"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >public int newAttr = 0</text>\r
-    <text name="Fig0.3"\r
-      x="33"\r
-      y="192"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >void Toggle()</text>\r
-  </group>\r
-  <group name="Fig1"\r
-       description="uci.uml.visual.FigClass[33, 40, 97, 60]"\r
-       href="-93--68-50-122-179f67:e1b3a63c86:-7ffc"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig1.0"\r
-      x="34"\r
-      y="41"\r
-      width="95"\r
-      height="58"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    />\r
-    <text name="Fig1.1"\r
-      x="33"\r
-      y="40"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >Dialog</text>\r
-    <text name="Fig1.2"\r
-      x="33"\r
-      y="57"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-    <text name="Fig1.3"\r
-      x="33"\r
-      y="78"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-  </group>\r
-  <text name="Fig3"\r
-    x="149"\r
-    y="192"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >Toggle hide/shows SurfaceDlg
-replace DoSurface and ByeByeSurfaceDialog</text>\r
-  <group name="Fig4"\r
-       description="uci.uml.visual.FigClass[32, 256, 97, 60]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ffe"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig4.0"\r
-      x="33"\r
-      y="257"\r
-      width="95"\r
-      height="58"\r
-      fill="1"\r
-      fillcolor="-16711681"\r
-      stroke="1"\r
-      strokecolor="-16711681"\r
-    />\r
-    <text name="Fig4.1"\r
-      x="32"\r
-      y="256"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >ISurfaceDlg</text>\r
-    <text name="Fig4.2"\r
-      x="32"\r
-      y="273"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-    <text name="Fig4.3"\r
-      x="32"\r
-      y="294"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-  </group>\r
-  <text name="Fig5"\r
-    x="140"\r
-    y="256"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >Available in the plugin API
-defined in ISurfacePlugin.h</text>\r
-  <group name="Fig6"\r
-       description="uci.uml.visual.FigClass[32, 376, 97, 60]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ffa"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig6.0"\r
-      x="33"\r
-      y="377"\r
-      width="95"\r
-      height="58"\r
-      fill="1"\r
-      fillcolor="-16711681"\r
-      stroke="1"\r
-      strokecolor="-16711681"\r
-    />\r
-    <text name="Fig6.1"\r
-      x="32"\r
-      y="376"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >CQ3BrushDlg</text>\r
-    <text name="Fig6.2"\r
-      x="32"\r
-      y="393"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-    <text name="Fig6.3"\r
-      x="32"\r
-      y="414"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-  </group>\r
-  <group name="Fig8"\r
-       description="uci.uml.visual.FigClass[153, 376, 97, 60]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff7"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig8.0"\r
-      x="154"\r
-      y="377"\r
-      width="95"\r
-      height="58"\r
-      fill="1"\r
-      fillcolor="-16711681"\r
-      stroke="1"\r
-      strokecolor="-16711681"\r
-    />\r
-    <text name="Fig8.1"\r
-      x="153"\r
-      y="376"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >CQ3PatchDlg</text>\r
-    <text name="Fig8.2"\r
-      x="153"\r
-      y="393"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-    <text name="Fig8.3"\r
-      x="153"\r
-      y="414"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-  </group>\r
-  <text name="Fig10"\r
-    x="70"\r
-    y="448"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >These two hardcoded in Radiant</text>\r
-  <group name="Fig11"\r
-       description="uci.uml.visual.FigClass[288, 376, 97, 60]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff5"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig11.0"\r
-      x="289"\r
-      y="377"\r
-      width="95"\r
-      height="58"\r
-      fill="1"\r
-      fillcolor="-16711681"\r
-      stroke="1"\r
-      strokecolor="-16711681"\r
-    />\r
-    <text name="Fig11.1"\r
-      x="288"\r
-      y="376"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >COtherGameDlg</text>\r
-    <text name="Fig11.2"\r
-      x="288"\r
-      y="393"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-    <text name="Fig11.3"\r
-      x="288"\r
-      y="414"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    ></text>\r
-  </group>\r
-  <text name="Fig13"\r
-    x="284"\r
-    y="448"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >Implemented in a plugin</text>\r
-  <group name="Fig14"\r
-       description="uci.uml.visual.FigPackage[520, 16, 140, 100]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff3"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig14.0"\r
-      x="521"\r
-      y="17"\r
-      width="138"\r
-      height="98"\r
-      fill="0"\r
-      stroke="0"\r
-    />\r
-    <text name="Fig14.1"\r
-      x="520"\r
-      y="16"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >Undo / Redo code</text>\r
-    <text name="Fig14.2"\r
-      x="520"\r
-      y="34"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="serif"\r
-      textsize="10"\r
-    ></text>\r
-  </group>\r
-  <group name="Fig15"\r
-       description="uci.uml.visual.FigPackage[520, 128, 140, 100]"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff2"\r
-       fill="1"\r
-       fillcolor="-1"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-    </private>\r
-    \r
-    <rectangle name="Fig15.0"\r
-      x="521"\r
-      y="129"\r
-      width="138"\r
-      height="98"\r
-      fill="0"\r
-      stroke="0"\r
-    />\r
-    <text name="Fig15.1"\r
-      x="520"\r
-      y="128"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="dialog"\r
-      textsize="9"\r
-    >Messaging API</text>\r
-    <text name="Fig15.2"\r
-      x="520"\r
-      y="146"\r
-      fill="1"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-      font="serif"\r
-      textsize="10"\r
-    ></text>\r
-  </group>\r
-  <text name="Fig16"\r
-    x="378"\r
-    y="144"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >Selection / Deselection messages</text>\r
-  <text name="Fig17"\r
-    x="341"\r
-    y="32"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >Store a snapshot of something for later use</text>\r
-  <text name="Fig18"\r
-    x="141"\r
-    y="152"\r
-    fill="1"\r
-    fillcolor="-1"\r
-    stroke="1"\r
-    strokecolor="-16777216"\r
-    font="serif"\r
-    textsize="10"\r
-  >List of the SurfaceDlg objects we currently need
-Updated on the way when we get messages</text>\r
-  <group name="Fig2"\r
-       description="uci.uml.visual.FigGeneralization"\r
-       href="-93--68-50-122-179f67:e1b3a63c86:-7ffb"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-      sourcePortFig="Fig0"\r
-      destPortFig="Fig1"\r
-      sourceFigNode="Fig0"\r
-      destFigNode="Fig1"\r
-    </private>\r
-    <path name="Fig2.1"\r
-      description="uci.gef.FigPoly"\r
-      fill="0"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    >\r
-      <moveto x="80"\r
-              y="144" />\r
-      <lineto x="80"\r
-              y="100" />\r
-    </path>\r
-  </group>\r
-  <group name="Fig7"\r
-       description="uci.uml.visual.FigGeneralization"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff9"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-      sourcePortFig="Fig6"\r
-      destPortFig="Fig4"\r
-      sourceFigNode="Fig6"\r
-      destFigNode="Fig4"\r
-    </private>\r
-    <path name="Fig7.1"\r
-      description="uci.gef.FigPoly"\r
-      fill="0"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    >\r
-      <moveto x="80"\r
-              y="376" />\r
-      <lineto x="80"\r
-              y="316" />\r
-    </path>\r
-  </group>\r
-  <group name="Fig9"\r
-       description="uci.uml.visual.FigGeneralization"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff6"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-      sourcePortFig="Fig8"\r
-      destPortFig="Fig4"\r
-      sourceFigNode="Fig8"\r
-      destFigNode="Fig4"\r
-    </private>\r
-    <path name="Fig9.1"\r
-      description="uci.gef.FigPoly"\r
-      fill="0"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    >\r
-      <moveto x="153"\r
-              y="376" />\r
-      <lineto x="129"\r
-              y="316" />\r
-    </path>\r
-  </group>\r
-  <group name="Fig12"\r
-       description="uci.uml.visual.FigGeneralization"\r
-       href="-93--68-50-122-1e11a1:e1b4a53a8a:-7ff4"\r
-       stroke="1"\r
-       strokecolor="-16777216"\r
-  >\r
-    <private>\r
-      sourcePortFig="Fig11.0"\r
-      destPortFig="Fig4.0"\r
-      sourceFigNode="Fig11"\r
-      destFigNode="Fig4"\r
-    </private>\r
-    <path name="Fig12.1"\r
-      description="uci.gef.FigPoly"\r
-      fill="0"\r
-      fillcolor="-1"\r
-      stroke="1"\r
-      strokecolor="-16777216"\r
-    >\r
-      <moveto x="289"\r
-              y="377" />\r
-      <lineto x="128"\r
-              y="315" />\r
-    </path>\r
-  </group>\r
-</pgml>\r
diff --git a/docs/developer/Inspector/Inspectors_collaborationdiagram1.pgml b/docs/developer/Inspector/Inspectors_collaborationdiagram1.pgml
deleted file mode 100644 (file)
index 95c7614..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>\r
-<!DOCTYPE pgml SYSTEM "pgml.dtd">\r
-<pgml description="uci.uml.visual.UMLCollaborationDiagram|-93--68-50-122-1e11a1:e1b4a53a8a:-7ff0"\r
-      name="collaboration diagram 1"\r
->\r
-</pgml>\r
diff --git a/docs/developer/Inspector/Inspectors_usecasediagram1.pgml b/docs/developer/Inspector/Inspectors_usecasediagram1.pgml
deleted file mode 100644 (file)
index a6182ca..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>\r
-<!DOCTYPE pgml SYSTEM "pgml.dtd">\r
-<pgml description="uci.uml.visual.UMLUseCaseDiagram|-93--68-50-122-179f67:e1b3a63c86:-8000"\r
-      name="use case diagram 1"\r
->\r
-</pgml>\r
diff --git a/docs/developer/Inspector/classdiagram1.gif b/docs/developer/Inspector/classdiagram1.gif
deleted file mode 100644 (file)
index bf468e2..0000000
Binary files a/docs/developer/Inspector/classdiagram1.gif and /dev/null differ
diff --git a/docs/developer/Inspector/collaborationdiagram1.pgml b/docs/developer/Inspector/collaborationdiagram1.pgml
deleted file mode 100644 (file)
index 95c7614..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>\r
-<!DOCTYPE pgml SYSTEM "pgml.dtd">\r
-<pgml description="uci.uml.visual.UMLCollaborationDiagram|-93--68-50-122-1e11a1:e1b4a53a8a:-7ff0"\r
-      name="collaboration diagram 1"\r
->\r
-</pgml>\r
diff --git a/docs/developer/Inspector/inspector.txt b/docs/developer/Inspector/inspector.txt
deleted file mode 100644 (file)
index 7cb2b74..0000000
+++ /dev/null
@@ -1,266 +0,0 @@
-OK. Again I would have liked to get a design document before it being done. Main functionalities we
-need in the inspector:
-
-- Unifiy the inspector under a single dialog box, called with 'S'
-
-- Depending on what is currently selected, display several frames in the inspector:
-only brushes -> surface inspector
-only patches -> patch inspector
-brushes & patches -> both
-and later when brush primitives are mixed with regular brushes + plugin entities, raise whatever
-additional inspector stuff we need
-
-- The camera view must update realtime when we change some parameters.
-
-- Get rid of the Apply button, use the Undo code to store settings when surface inspector is
-raised. If user hits Cancel, call the undo stuff.
-
-- Use the message broadcasting stuff to keep the inspectors up to date when the user changes the
-current selection. Be careful to keep the undo stuff in sync with the select / deselect operations.
-
-- Use a 3-state scheme to display the params in the widgets. If two faces are selected that don't
-have the same shift increment, just grey out the shift box.
-
-Messaging:
-- a good chunk of the work is moving the selection/creation stuff to the messaging API
-  we no longer use UpdateSurfaceDialog, we post messages instead ..
-  the surface inspector has hooked one of it's listeners into the corresponding message
-  we may need to reorganize the messages, maybe introduce a hierarchy? 
-  or pass a void * param with messages?
-
-- we don't post messages like "update surface inspector", we post messages that say "this and that
-have changed", then the surface inspector reacts if it needs to.
-Do we need marshalling in the messages? Very likely .. maybe using Gtk signal stuff would be interesting?
-
--> the messaging stuff is a big chunk of work and our surface inspector changes are not totally 
-dependent on it. Better leave that for l8r
-
-the inspector works by states and transitions? Or we post messages to it?
-Use case:
-the user raises the inspector .. if we are up we'll ignore, if we are hidden we'll
-go through the whole process (initialise, look at what is selected, display)
-then we enter an active state (listening for select / deselects and applying stuff)
-
-all in all it seems to be too big a change for next release. will see later probably.
-Trying a few more days with it, see what happens. after all the interface is fairly restricted
-so there's a good chance our changes are fairly stable in the end. But rebuilding the whole interface
-part might be too much ...
-We need something state based? AND a set of messages ..
-but first, need to write the initialisation loop
-build the dialog, get the current surface information and display
-
-Undoing the changes on the selected stuff:
-at any point in time, one can get a snapshot of selected stuff and use it to store the surface
-properties settings for later on. But what happens if the user modifies the selected brush, pushing
-it in the undo stack? Then we would cancel the changes? (and just backup to the state right after
-the modif)
-We could has the 'Apply' button used for that .. grey it out when the current state is the one in
-the backup. This happens whenever we hit 'Apply' or change something in the selection.
-The selection has several items: entities, brushes and selected faces (possibly later generic plugin entities)
-Current undo stuff is aimed at entities and brushes.
-NOTE: you can't have selected faces and brushes/entities at the same time, that's a good point to
-keep that seperated to deal with undo and storage
-On what side should the implemetation be ? undo.cpp select.cpp or surfacedialog.cpp ?
-We are going to do it with the messaging API anyway..
-And hook in the undo stuff, to reset the snapshot each time something gets pushed in the undo?
-
-We have advanced stuff on the Inspector branch, doing basics on Alpha branch.
-Start writing the watch code in surfacedialog.cpp, see if we need some merging with Undo stuff l8r
-We need to track for the patch inspector as well..
-
-basic code for CSurfaceUndo written. need to add hooks for the snapshot stuff and undo stuff. and a
-debug flag to monitor the life cycle of the object.
-
-some use cases:
-- select a brush
-- bring up surface inspector
-- check we had the debug messages from CSurfaceUndo (initialise, activate, snapshot)
-- edit the surface settings
-- check the views are updating correctly
-- hit Ok
-- check we had a deactivate message
-OK
-
-- select a brush
-- bring up surface inspector
-- check we had the debug messages from CSurfaceUndo (initialise, activate, snapshot)
-- edit the surface settings
-- check the views are updating correctly
-- hit cancel / escape
-- check we have a undo and deactivate from CSurfaceUndo
-OK
-
-- select a brush
-- bring up the surface inspector
-- edit the surface settings
-- hit apply
-- edit them again
-- hit cancel / escape
-- check you get back to the apply state
-OK
-
-- make two brushes
-- select a brush
-- bring up surface inspector
-- change settings
-- select an additional brush
-- check the surface inspector, new snapshot
-- hit cancel
-- check brushes remained in the same state
-- use standard Undo
-- check the first brush got back to it's initial settings
-OK
-
-- select a brush
-- bring up surface inspector
-- change settings
-- select an additional brush
-- check the surface inspector, new snapshot
-- change more settings
-- hit cancel
-- check the first brush returned to intermediate state, and second to initial state (i.e. last snapshot)
-OK
-
-g_surfaceUndo acts as a layer on top of the core Undo code when the surface inspector is activated.
-We need it because the surface inspector can edit faces which are not handled by the undo?
-(or does the current code push the whole brush when editing a face?)
-
-not sure of the utility of the g_surfaceDialog hooks here ..
-default undo usage in the sruface inspector sends way too many undo messages.
-with the new scheme we store in undo only when select/deselect or user hits apply
-that way the 'Cancel' and later Ctrl+Z calls make sense
-but is it worth implementing a new class to achieve that?? .. yes because we intend a later cleanup
-of this part. (ahem is this reason good enough..)
-this part is actually much closer from the undo code than I had expected..
-'Cancel' call being an Undo call..
-
-going to Inspector3:
-don't create a new class, simply use the Undo more intelligently?
-i.e. don't create undo stuff when editing the brush
--> we add a flag to turn off the default undo behaviour and force Undo storage when we want
-we could also store the undo Id we are interested in and call undo several times to get it back
-
-NOTE: what happens if the user hits undo when the surface inspector is up?
--> we'll have to take his request into account?
-err .. performing which undo? The texture positioning or something else?
-seems the snapshot approach would still make sense then?
-
-more use cases, see with Undo calls and select/deselect events
-NOTE: this whole thing is probably a single call to select_settexture that needs to be turned on/off
-instead of working at the undo level. but we would like to move to messaging so maybe it still makes sense
-the undo call is in Select_SetTexture (which does not have that many callers, I was expecting more)
-
-the question about having the undo code keep working when surface inspector is around is still raised.
-but it makes it a lot harder, gotta have a real inspector mode in the undo?
-dunno, think about it again later
-
-two operations are mixed in a single one and should not be:
-reading the map to get the current data we'll manipulate
-feed it in the dialog box widgets
-WARNING: when putting stuff in the widgets, it raises a shitload of update messages and therefor completely
-fucks up our OnOK OnApply OnCancel scheme (specially OnApply!)
-
-NOTE: we want to switch between Surface inspector for brushes only and Patch inspector for patches only
-there's some crappy code in the surface inspector that we need to get rid of
-but need to check about that before with Spog or others
-
-Forcing the way into using the surface inspector is SCREWED?
-Doesn't seem to work the way we want to. Always get parasite Undo messages and stuff.
-We could use a seperate stack for Undo with the surface inspector?
-Just store the surface properties in a seperate stack?
-When user hits cancel you go back and apply whatever you had?
-Doesn't seem like a clean way either.
-
-Now dealing with both regular surface inspector and patch inspector:
-we have some stuff that needs to be on/off with the two inspectors
-what about catching the messages and issuing new snapshots?
-the main surface inspector is doing it?
-no!
-so what, we have several states?
-FUCKED UP
-
-INSPECTOR 5 ----------------------------------------------------------------
-restarted from scratch, made much more simple changes.
-trying another trick for undo (!)
-just let the undo work as usual, but call undo ourselves in SetTexMods if we have create the last do
-requires proper initialization/deinitialisation.. in SetTexMods and GetTexMods..
-
-getting rid of patch manipulation code in the regular surface inspector. The buttons will 
-still work, but manip will require the patch inspector. (seems the patch inspector doesn't have that
-much success anyway)
-
-TODO:
-OK get rid of patch stuff
-OK get rid of the texture toolbar? (it's broken right now)
-  (and doesn't have anything usefull..)
-OK (Partial) OnCancel? we need to cancel the texdef as well
-  store an undo texdef each time we grab new texdef stuff
-  this works in reverse than the Undo code? When we do the initial
-  problem is, in some cases the settings that show up are not in sync with what's in the inspector??
-  (we can't avoid that because if a brush is selected there's no single setting)
-  prolly get it out as is and let Spog or others send feedback about what it's supposed to do..
-  for now: store stuff in the cancel texdef when we initialize an undo loop
-  revert to that if OnCancel is used
-OK message when spinning over a patch?
-DUPLICATE (.. see below ..) check the increments we store in the SI are used when shift + arrows etc.
-  no it doesn't work .. the shifting on keyboard shortcuts is done with m_nTextureTweak
-  seems m_nTextureTweak is nowhere available in the prefs (and it's not in MFC builds either)
-  some cleanup to be done around that it seems
-OK (.. merged with below, maybe some special cases left ..) texture widget (catch the Enter key to force-call an OnApply)
-OK (.. see above ..) catch Enter key at dialog level to call OnDone
-NO (.. it's clean, but thats too many lines of code ..) move the code that blokes updates to use gtk_signal_handler_block_by_func and gtk_signal_handler_block_by_func
-OK shift + arrow must match the SI settings, 
-OK (FIXME .. not using the right scale (using the scale step instead! + add a button in SI to 'Match grid')
-POSTPONED (.. m_nTextureTweak is used in the nudge commands ..
-           .. and nudge shortcuts are broken right now ..) get rid of m_nTextureTweak
-+ SI and PI always on top!
-
-+ known issues: "Match Grid" is broken in BP mode
-
-now on the patch inspector (nightmare!):
-OK (.. put it as readonly .. don't bother ..) texture name widget is screwed?
-OK the spinners scheme doesn't work, the stuff in the dialog is the inc step and we just need arrows
-OK get rid of the 'Type' dialog box
-POSTPONED (.. can't do undo on PI without proper Undo module ..) add proper Done Apply Cancel with Undo
-NO (.. too much work for something that sucks ..) make the changes reflect in the views when manipulating the entries
-OK (.. using %g ..) cut down on the number of digits!
-OK increment steps to be stored in the registry
-
-putting the Cancel stuff in the surface inspector: only based on the Undo code, no cancel settings to store
-because we don't have actual storage of a current texdef (we only send alterations) BTW we should do that for 
-brushes as well
-the patch inspector works by increments, Patch_SetTextureInfo to incrementally modify the patch.
-we can still do some undo by having a texdef storing the changes and working together with the undo
-if the undo is recognized, it means our current texdef increment is valid
-no, we can't represent the combination of several increments scale and rotate in a single texdef..
-get rid of the undo code for now .. only Apply and Done left
-
-it seems it's still vastly broken when you select something. or is it on linux only?
-need a LOT of testing and figuring it out!!
-selecting a brush breaks totally.. (the texture screws up it seems)
-does it attempt to change the texture of the selected object??
-also: it seems you can multiple select a same brush??
-
-the UNDO code of the SURFACE INSPECTOR IS STILL BROKEN ????
-(ok I'm really screwed, time to sleep)
--> can't reproduce now?? maybe it's linux specific problem, I can't tell
-
-FOUND A WAY TO REPRODUCE THE CRASH:
-+ select brush
-+ hit "Fit"
-+ hit the shift spinners two times
-OR:
-+ select single face on brush
-+ manually edit scale values
--> maybe we have a problem with current texture? (NO)
-it's some kind of infinite loop? we call UpdateSurfaceInspector from Select_Brush and bang!
-no, it's a texdef from a face that got deleted
-prolly that hooking the undo code in there screws up the selected faces stuff
-if you undo a selected face operation, you end up with the whole brush selected.
-but that does not necessarily explain why you remove the face at Undo_Start
-ho well .. removed the undo buffering when selected faces and everything's better
-would need to re-establish the right face selection after undo, might solve the problem
-(actually you'd still need to have the settings point to the right object)
-
-From PJ about the 'Match Grid' stuff: textures are moved in pixels, not units.
-We must rely on the current texture scale AND gridsize to compute the shift increment
diff --git a/docs/developer/RegExp/Go b/docs/developer/RegExp/Go
deleted file mode 100644 (file)
index 9c6a3ce..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-./replace.pl bsp.c 255\r
-./replace.pl facebsp.c 240\r
-./replace.pl facebsp.c 251\r
-./replace.pl facebsp.c 260\r
-./replace.pl fog.c 83\r
-./replace.pl fog.c 439\r
-./replace.pl fog.c 529\r
-./replace.pl fog.c 530\r
-./replace.pl fog.c 531\r
-./replace.pl fog.c 532\r
-./replace.pl leakfile.c 34\r
-./replace.pl leakfile.c 75\r
-light.c:212:   qprintf ("--- CountLightmaps ---\n");\r
-light.c:228:   qprintf( "%5i drawSurfaces\n", numDrawSurfaces );\r
-light.c:229:   qprintf( "%5i lightmaps\n", count );\r
-light.c:252:   qprintf ("--- CreateSurfaceLights ---\n");\r
-light.c:1730:  qprintf( "%5i gridPoints\n", numGridPoints );\r
-light.c:1786:  qprintf ("--- CreateLights ---\n");\r
-light.c:1788:  qprintf ("%i point lights\n", numPointLights);\r
-light.c:1789:  qprintf ("%i area lights\n", numAreaLights);\r
-light.c:1792:          qprintf ("--- TraceGrid ---\n");\r
-light.c:1794:          qprintf( "%i x %i x %i = %i grid\n", gridBounds[0], gridBounds[1],\r
-light.c:1798:  qprintf ("--- TraceLtm ---\n");\r
-light.c:1800:  qprintf( "%5i visible samples\n", c_visible );\r
-light.c:1801:  qprintf( "%5i occluded samples\n", c_occluded );\r
-lightmaps.c:312:       qprintf ("--- AllocateLightmaps ---\n");\r
-lightmaps.c:347:       qprintf( "%5i unique shaders\n", numSortShaders );\r
-lightmaps.c:369:       qprintf( "%7i exact lightmap texels\n", c_exactLightmap );\r
-lightmaps.c:370:       qprintf( "%7i block lightmap texels\n", numLightmaps * LIGHTMAP_WIDTH*LIGHTMAP_HEIGHT );\r
-lightv.c:4769:                         qprintf("light in solid at %1.1f %1.1f %1.1f\n", light->origin[0], light->origin[1], light->origin[2]);\r
-lightv.c:4771:                         qprintf("spot light in solid at %1.1f %1.1f %1.1f\n", light->origin[0], light->origin[1], light->origin[2]);\r
-map.c:294:             qprintf ("Entity %i, Brush %i: mixed face contents\n"\r
-map.c:1138:    qprintf ("--- LoadMapFile ---\n");\r
-map.c:1163:    qprintf ("%5i total world brushes\n", CountBrushList( entities[0].brushes ) );\r
-map.c:1164:    qprintf ("%5i detail brushes\n", c_detail );\r
-map.c:1165:    qprintf ("%5i patches\n", numMapPatches);\r
-map.c:1166:    qprintf ("%5i boxbevels\n", c_boxbevels);\r
-map.c:1167:    qprintf ("%5i edgebevels\n", c_edgebevels);\r
-map.c:1168:    qprintf ("%5i entities\n", num_entities);\r
-map.c:1169:    qprintf ("%5i planes\n", nummapplanes);\r
-map.c:1170:    qprintf ("%5i areaportals\n", c_areaportals);\r
-map.c:1171:    qprintf ("size: %5.0f,%5.0f,%5.0f to %5.0f,%5.0f,%5.0f\n", map_mins[0],map_mins[1],map_mins[2],\r
-misc_model.c:411:      qprintf("----- AddTriangleModels -----\n");\r
-misc_model.c:446:      qprintf( "%5i triangle models\n", c_triangleModels );\r
-misc_model.c:447:      qprintf( "%5i triangle surfaces\n", c_triangleSurfaces );\r
-misc_model.c:448:      qprintf( "%5i triangle vertexes\n", c_triangleVertexes );\r
-misc_model.c:449:      qprintf( "%5i triangle indexes\n", c_triangleIndexes );\r
-patch.c:176:   qprintf( "----- PatchMapDrawSurfs -----\n" );\r
-patch.c:262:   qprintf( "%5i patches\n", patchCount );\r
-patch.c:263:   qprintf( "%5i patch LOD groups\n", groupCount );\r
-portals.c:500: qprintf( "----- MakeTreePortals -----\n");\r
-portals.c:503: qprintf("%6d tiny portals\n", c_tinyportals);\r
-portals.c:589: qprintf ("--- FloodEntities ---\n");\r
-portals.c:608: qprintf("%5i flooded leafs\n", c_floodedleafs );\r
-portals.c:612:         qprintf ("no entities in open -- no filling\n");\r
-portals.c:616:         qprintf ("entity reached from outside -- no filling\n");\r
-portals.c:762: qprintf ("--- FloodAreas ---\n");\r
-portals.c:768: qprintf ("%5i areas\n", c_areas);\r
-portals.c:813: qprintf ("--- FillOutside ---\n");\r
-portals.c:815: qprintf ("%5i solid leafs\n", c_solid);\r
-portals.c:816: qprintf ("%5i leafs filled\n", c_outside);\r
-portals.c:817: qprintf ("%5i inside leafs\n", c_inside);\r
-prtfile.c:213: qprintf ("--- NumberClusters ---\n");\r
-prtfile.c:218: qprintf ("%5i visclusters\n", num_visclusters);\r
-prtfile.c:219: qprintf ("%5i visportals\n", num_visportals);\r
-prtfile.c:220: qprintf ("%5i solidfaces\n", num_solidfaces);\r
-prtfile.c:232: qprintf ("--- WritePortalFile ---\n");\r
-shaders.c:301://       qprintf( "shaderFile: %s\n", filename );\r
-shaders.c:600:  qprintf( "%5i shaderInfo\n", numShaderInfo);\r
-surface.c:176: qprintf( "----- MergeSides -----\n");\r
-surface.c:182: qprintf( "%5i siderefs\n", numSideRefs );\r
-surface.c:266: qprintf( "----- SubdivideDrawSurfs -----\n");\r
-surface.c:365: qprintf( "----- ClipSidesIntoTree -----\n");\r
-surface.c:1013:        qprintf( "----- FilterDrawsurfsIntoTree -----\n");\r
-surface.c:1045:        qprintf( "%5i emited drawsurfs\n", c_surfs );\r
-surface.c:1046:        qprintf( "%5i references\n", c_refs );\r
-surface.c:1047:        qprintf( "%5i stripfaces\n", c_stripSurfaces );\r
-surface.c:1048:        qprintf( "%5i fanfaces\n", c_fanSurfaces );\r
-tjunction.c:476:       qprintf("----- FixTJunctions -----\n");\r
-tjunction.c:508:       qprintf( "%6i axial edge lines\n", axialEdgeLines );\r
-tjunction.c:509:       qprintf( "%6i non-axial edge lines\n", numEdgeLines - axialEdgeLines );\r
-tjunction.c:510:       qprintf( "%6i degenerate edges\n", c_degenerateEdges );\r
-tjunction.c:525:       qprintf( "%6i verts added for tjunctions\n", c_addedVerts );\r
-tjunction.c:526:       qprintf( "%6i total verts\n", c_totalVerts );\r
-tjunction.c:527:       qprintf( "%6i naturally ordered\n", c_natural );\r
-tjunction.c:528:       qprintf( "%6i rotated orders\n", c_rotate );\r
-tjunction.c:529:       qprintf( "%6i can't order\n", c_cant );\r
-vis.c:223:     qprintf ("cluster %4i : %4i visible\n", leafnum, numvis);\r
-visflow.c:642: qprintf ("portal:%4i  mightsee:%4i  cansee:%4i (%i chains)\n", \r
-visflow.c:774: qprintf ("portal:%4i  mightsee:%4i  cansee:%4i (%i chains)\n", \r
-visflow.c:1037:        qprintf ("portal:%4i  mightsee:%4i  cansee:%4i (%i chains)\n", \r
-writebsp.c:388:        qprintf ("--- EndModel ---\n");\r
diff --git a/docs/developer/RegExp/Go.cleaned b/docs/developer/RegExp/Go.cleaned
deleted file mode 100644 (file)
index be03c46..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-./replace.pl bsp.c 255\r
-./replace.pl facebsp.c 240\r
-./replace.pl facebsp.c 251\r
-./replace.pl facebsp.c 260\r
-./replace.pl fog.c 83\r
-./replace.pl fog.c 439\r
-./replace.pl fog.c 529\r
-./replace.pl fog.c 530\r
-./replace.pl fog.c 531\r
-./replace.pl fog.c 532\r
-./replace.pl leakfile.c 34\r
-./replace.pl leakfile.c 75\r
-./replace.pl light.c 212 \r
-./replace.pl light.c 228 \r
-./replace.pl light.c 229 \r
-./replace.pl light.c 252 \r
-./replace.pl light.c 1730 \r
-./replace.pl light.c 1786 \r
-./replace.pl light.c 1788 \r
-./replace.pl light.c 1789 \r
-./replace.pl light.c 1792 \r
-./replace.pl light.c 1794 \r
-./replace.pl light.c 1798 \r
-./replace.pl light.c 1800 \r
-./replace.pl light.c 1801 \r
-./replace.pl lightmaps.c 312 \r
-./replace.pl lightmaps.c 347 \r
-./replace.pl lightmaps.c 369 \r
-./replace.pl lightmaps.c 370 \r
-./replace.pl lightv.c 4769 \r
-./replace.pl lightv.c 4771 \r
-./replace.pl map.c 294 \r
-./replace.pl map.c 1138 \r
-./replace.pl map.c 1163 \r
-./replace.pl map.c 1164 \r
-./replace.pl map.c 1165 \r
-./replace.pl map.c 1166 \r
-./replace.pl map.c 1167 \r
-./replace.pl map.c 1168 \r
-./replace.pl map.c 1169 \r
-./replace.pl map.c 1170 \r
-./replace.pl map.c 1171 \r
-./replace.pl misc_model.c 411 \r
-./replace.pl misc_model.c 446 \r
-./replace.pl misc_model.c 447 \r
-./replace.pl misc_model.c 448 \r
-./replace.pl misc_model.c 449 \r
-./replace.pl patch.c 176 \r
-./replace.pl patch.c 262 \r
-./replace.pl patch.c 263 \r
-./replace.pl portals.c 500 \r
-./replace.pl portals.c 503 \r
-./replace.pl portals.c 589 \r
-./replace.pl portals.c 608 \r
-./replace.pl portals.c 612 \r
-./replace.pl portals.c 616 \r
-./replace.pl portals.c 762 \r
-./replace.pl portals.c 768 \r
-./replace.pl portals.c 813 \r
-./replace.pl portals.c 815 \r
-./replace.pl portals.c 816 \r
-./replace.pl portals.c 817 \r
-./replace.pl prtfile.c 213 \r
-./replace.pl prtfile.c 218 \r
-./replace.pl prtfile.c 219 \r
-./replace.pl prtfile.c 220 \r
-./replace.pl prtfile.c 232 \r
-./replace.pl shaders.c 301 \r
-./replace.pl shaders.c 600 \r
-./replace.pl surface.c 176 \r
-./replace.pl surface.c 182 \r
-./replace.pl surface.c 266 \r
-./replace.pl surface.c 365 \r
-./replace.pl surface.c 1013 \r
-./replace.pl surface.c 1045 \r
-./replace.pl surface.c 1046 \r
-./replace.pl surface.c 1047 \r
-./replace.pl surface.c 1048 \r
-./replace.pl tjunction.c 476 \r
-./replace.pl tjunction.c 508 \r
-./replace.pl tjunction.c 509 \r
-./replace.pl tjunction.c 510 \r
-./replace.pl tjunction.c 525 \r
-./replace.pl tjunction.c 526 \r
-./replace.pl tjunction.c 527 \r
-./replace.pl tjunction.c 528 \r
-./replace.pl tjunction.c 529 \r
-./replace.pl vis.c 223 \r
-./replace.pl visflow.c 642 \r
-./replace.pl visflow.c 774 \r
-./replace.pl visflow.c 1037 \r
-./replace.pl writebsp.c 388 \r
diff --git a/docs/developer/RegExp/pattern b/docs/developer/RegExp/pattern
deleted file mode 100644 (file)
index 843bb11..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#s/.*:/.\/replace.pl &/\r
-#s/\(.*\):\([0-9]*\):\(.*\):/.\/replace.pl \1 \2/\r
-#s/\(.*\):\([0-9]*\):/.\/replace.pl \1 \2 /\r
-s/\(.*\):\([0-9]*\):\(.*\)/.\/replace.pl \1 \2 /
\ No newline at end of file
diff --git a/docs/developer/RegExp/replace.pl b/docs/developer/RegExp/replace.pl
deleted file mode 100644 (file)
index 83d8a88..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!perl
-rename("$ARGV[0]", "$ARGV[0].old");
-open(FILE, "$ARGV[0].old");
-open(OFILE, ">$ARGV[0]");
-while(<FILE>)
-{
-if($. != $ARGV[1])
-{
-print OFILE;
-next;
-}
-s/Sys_Printf \(/Sys_FPrintf \(SYS_VRB,/;
-s/Sys_Printf\(/Sys_FPrintf \(SYS_VRB,/;
-print OFILE;
-}
-close(OFILE);
-close(FILE);
\ No newline at end of file
diff --git a/docs/developer/RegExp/tstscrpt.pl b/docs/developer/RegExp/tstscrpt.pl
deleted file mode 100644 (file)
index a7194b1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!perl
-rename("brush.c", "brush.c.old");
-open(FILE, "brush.c.old");
-open(OFILE, ">brush.c");
-while(<FILE>)
-{
-if($. != 150)
-{
-print OFILE;
-next;
-}
-s/Sys_Printf \(/Sys_FPrintf \(SYS_VRB,/;
-s/Sys_Printf\(/Sys_FPrintf \(SYS_VRB,/;
-print OFILE;
-}
-close(OFILE);
-close(FILE);
\ No newline at end of file
diff --git a/docs/developer/TESTERS b/docs/developer/TESTERS
deleted file mode 100644 (file)
index 6b3e5c1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-a few basic contacts for people willing to test GtkRadiant:\r
-\r
-+ everyone on the RadiantBinaries mailing list\r
-\r
-+ -----------------------\r
-   |UL|FeNiX: (5:20 PM) when will you be letting loose a new beta for this "completely" new radiant?\r
-   |UL|FeNiX: (5:20 PM) I would love the honor to help you alpha and or beta test anything.......\r
-   |UL|FeNiX: (5:20 PM) you could consider me your win2K tester......\r
-Tim: (5:21 PM) well .. within a few days I hope .. it will need lots of testing\r
-but I want something that is basically usable before we can go forward\r
-yeah, w2k testing is much needed\r
-what's your email?\r
-\r
-   |UL|FeNiX: (5:21 PM) kingfenix1@home.com\r
-Tim: (5:21 PM) k\r
-\r
-+ GL slowdowns tests --------------------------------------------\r
-mac (from Q3W forum)\r
-gangstapoodle@hotmail.com\r
diff --git a/docs/developer/TODO b/docs/developer/TODO
deleted file mode 100644 (file)
index fbfbb5f..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-Things that need to be done in Q3Radiant Linux:\r
-\r
-- copy and paste to other instances\r
-\r
-Bugs:\r
-\r
-- The surface inspector is not updated if you close it,\r
-  select another brush and open it again. (Win32 too)\r
-\r
-Win32 version BUGS/TODO list:\r
-\r
-- write an XP version of _stat / FileExists in cmdlib\r
-- put the sleep thing in a proper place, bind it in the keyboard shortcuts\r
-- console output bugs: properly format the output, fix "console not scrolling but keeps\r
-  overwriting lines"\r
-    we no longer need to convert to CR/LF to output in the console. removed that.\r
-    interesting piece about the text widget here:\r
-    http://www.gtk.org/tutorial/gtk_tut-14.html\r
-    added freeze and thaw calls in Sys_BeginWait Sys_EndWait\r
-    need to call Sys_BeginWait Sys_EndWait in all appropriate places (Map_LoadFile)\r
-    need to limit size of the console, and scroll down on output\r
-    wrote a test program that reproduces the bug with scrolling\r
-- write a coding directions document (what and where to put stuff)\r
-    qe3.h, globals, map data storage structures\r
-    see DevDocs/draft, need to do something along those lines\r
-- remember maximized state (not only the size)\r
-    and various window position settings\r
-- get rid of the SGIOpenGL flag, (make it default?)\r
-    actually, remove all the prefs crap that's not relevant\r
-- widgets too big?\r
-    at least the menus, or the dialog boxes as well?\r
-- get rid of Texture_LoadTGATexture (or rename it)\r
-    (do l8r)\r
-- sleep mode\r
-- proper about box\r
-- have basic default position and size for the windows in the four views\r
-- plugin API\r
-- have plugin links accessed from plugins menu\r
-- make sure the registry cleaning works\r
-- version information!\r
-- custom shortcut keys file!\r
-    shortcut.ini ?\r
-- problem with strPrefab\r
-\r
-- fix user.qe4 thing, don't overwrite. And tell the user about it. Actually allow him to\r
-  select another location / name for the project file.\r
-\r
-- command map: changing the file to command.ini? put it in the same dir as radiant.ini\r
-    (get rid of user path\r
-\r
-- logging console: add the checkbox\r
-- add the radiant.pid detection!! (this is from 200 -> 201)\r
-- remember window position on the desktop and maximized state\r
-- fix browsing for a directory, the win32 dialog to browse for a dir is fucked\r
-- check creating a new project on linux, I rewrote it and tested on win\r
-- cleanup the q3map code, remove the dirty __TTIMOBUILD stuff\r
-\r
-- changes to the jpeg library for the MFC version, must make their way to Gtk\r
-  (proper error handling)\r
-\r
-- saving window pos in MainFrame::OnDestroy crashes in 4-view mode (Sagnor)\r
-- 4-view: [00:31] <Sagnor> oh and the "o" for the console doens't work\r
-\r
-FIXED: --------\r
-- Printing: Saving screenshot instead\r
-- icon in KDE has "name=quake3": Fixed in the latest setup (thanks Stephane)\r
-- add precompiled headers to speedup building\r
-    done. basically added stdafx.h, the VC5 project needs to be updated\r
-    stdafx.cpp: generate precompiled header with stdafx.h\r
-    all other files: automatic use of precompiled headers...\r
-    (maybe later add more headers to stdafx)\r
-- context switch problems\r
-    seem to have disappeared since I fixed a bug in Str\r
-    no it's definitely back!\r
-    fix by Leo, hacked into gdk.dll for CS_OWNDC window class style\r
-- use proper texture when not found instead of white\r
-    Leo fixed, bug in the custom gluBuild2DMipmaps\r
-- use registry\r
-    for window positions <- Leo did\r
-    have proper default positions!\r
-- bitmap loading broken (can't get anything to load up)\r
-    ok Leo fixed\r
-- renaming some files .. linux_dlgs.cpp to dlgs.cpp etc. let's be neutral!\r
-    done that .. removed linux_*, renamed qgl_linux.c to qgl.c\r
-    (Makefile and VC5 project need updating)\r
-- prefs stuff? big open/close loop on radiant.ini?\r
-    fixed radiant.ini growing huge on win32 (doesn't seem to affect the linux version)\r
-    will have to check with a profiler if that's so bad\r
-- fixed m_strQuake2 (change name and have proper defaults)\r
-    it's the path to the engine we've all been waiting for!\r
-- fixed the new project step\r
-- fixed paklog crashes if /tmp/paklog.txt and the dir tmp doesn't exist on win32\r
-    (ask windows for the temp directory? .. I would put in radiant current dir .. on win32)\r
-    also check on a machine that doesn't define a HOME env var!\r
-- can't reproduce: crash in gluBuild2DMipmaps? seems very random. was not able to reproduce\r
-    it for sure. First time happened on base_trim/pewter.\r
-    happens on image[k++] = *ubptr++; (l1038)\r
-- merge 201 in, use the console logging stuff to debug project settings things\r
-\r
-DISCUSSION LOG ABOUT GL SPEED:\r
-[19:17] <Neo|Work> Then why not use your own main, calling g_main_iteration at even intervals? :)\r
-[19:17] <MEGASTeP> shuoldn't be too hard. I hve plenty of code like that\r
-[19:18] *** Joins: Centove (gregm@coco.comstar.net)\r
-[19:18] <Neo|Work> while(1) { while(g_main_iteration(0)) /* do nothing, process until done */; [do own stuff]; pause(); } or so\r
-[19:18] <TTimo> I see .. well actually my main problem is that the GL view is dead slow\r
-[19:19] <TTimo> at first we though it was because of all the stuff between windows and the handlers\r
-[19:19] <TTimo> but the problem seems somwhere else\r
-[19:20] <Neo|Work> can you profile the code?\r
-[19:21] <TTimo> we'll try .. but actually I don't know for sure where the perfomance hit happens\r
-[19:21] <TTimo> might be because it doesn't process the mouse messages quickly enough, or because the refresh messages are sent once every g_main_interaction\r
-[19:22] <TTimo> but compared to the MFC version, it feels sluggish\r
-[19:22] <mordred> yoda: fwiw, it looks like Lance mispaired two sets of speakers when he packed up the Utah offices. If you have no complaints, I'll put my mismatched pair back and take a known pair, which should leave you even. 'k?\r
-[19:22] <Neo|Work> I believe that g_main can block\r
-[19:23] <TTimo> block? what do you mean?\r
-[19:23] <Neo|Work> g_main_iteration(1) blocks if there are no events to process\r
-[19:23] <Neo|Work> might not be at all what's wrong here though. :)\r
-[19:23] <TTimo> you mean it sleeps until more events happen?\r
-[19:23] <Neo|Work> yeahj\r
-[19:24] <TTimo> well that would not be a problem .. the problem is I'd like to emit paint messages faster when the user interacts with the GL window\r
-[19:24] <Neo|Work> I don't know g_main works, but I would assume it uses g_main_iteration(1)\r
-[19:24] <TTimo> ok, well thanks for the insight .. we'll keep looking anyway\r
-[19:24] <Neo|Work> hmm. Your own main look might do the trick, possibly. Dunno. :)\r
-\r
diff --git a/docs/developer/TstMaps/Desktop_pb_leaf.map b/docs/developer/TstMaps/Desktop_pb_leaf.map
deleted file mode 100644 (file)
index da1a4a4..0000000
+++ /dev/null
@@ -1,9221 +0,0 @@
-{\r
-"classname" "worldspawn"\r
-"music" "sounds/world/desktop/intro.wav sounds/world/desktop/loop.wav"\r
-// brush 0\r
-{\r
-( 1391 438 1580 ) ( 1263 438 1580 ) ( 1263 426 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 469 1595 ) ( 1259 481 1595 ) ( 1387 481 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 364 1593 ) ( 1387 364 1593 ) ( 1387 364 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1423 380 1593 ) ( 1423 392 1593 ) ( 1423 392 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1355 527 1595 ) ( 1227 527 1595 ) ( 1227 527 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 376 1593 ) ( 1259 364 1593 ) ( 1259 364 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 1\r
-{\r
-( 1391 977 1579 ) ( 1263 977 1579 ) ( 1263 965 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 1008 1594 ) ( 1259 1020 1594 ) ( 1387 1020 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 903 1592 ) ( 1387 903 1592 ) ( 1387 903 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1423 919 1592 ) ( 1423 931 1592 ) ( 1423 931 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1355 1066 1594 ) ( 1227 1066 1594 ) ( 1227 1066 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 915 1592 ) ( 1259 903 1592 ) ( 1259 903 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 2\r
-{\r
-( 1919 793 1579 ) ( 1791 793 1579 ) ( 1791 781 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 824 1594 ) ( 1787 836 1594 ) ( 1915 836 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 719 1592 ) ( 1915 719 1592 ) ( 1915 719 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1951 735 1592 ) ( 1951 747 1592 ) ( 1951 747 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1883 882 1594 ) ( 1755 882 1594 ) ( 1755 882 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 731 1592 ) ( 1787 719 1592 ) ( 1787 719 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 3\r
-{\r
-( 1919 -807 1579 ) ( 1791 -807 1579 ) ( 1791 -819 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 -776 1594 ) ( 1787 -764 1594 ) ( 1915 -764 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 -881 1592 ) ( 1915 -881 1592 ) ( 1915 -881 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1951 -865 1592 ) ( 1951 -853 1592 ) ( 1951 -853 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1883 -718 1594 ) ( 1755 -718 1594 ) ( 1755 -718 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1787 -869 1592 ) ( 1787 -881 1592 ) ( 1787 -881 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 4\r
-{\r
-( 855 -983 1579 ) ( 727 -983 1579 ) ( 727 -995 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 723 -952 1594 ) ( 723 -940 1594 ) ( 851 -940 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 723 -1057 1592 ) ( 851 -1057 1592 ) ( 851 -1057 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 887 -1041 1592 ) ( 887 -1029 1592 ) ( 887 -1029 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 819 -894 1594 ) ( 691 -894 1594 ) ( 691 -894 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 723 -1045 1592 ) ( 723 -1057 1592 ) ( 723 -1057 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 5\r
-{\r
-( 1391 -623 1579 ) ( 1263 -623 1579 ) ( 1263 -635 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -592 1594 ) ( 1259 -580 1594 ) ( 1387 -580 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -697 1592 ) ( 1387 -697 1592 ) ( 1387 -697 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1423 -681 1592 ) ( 1423 -669 1592 ) ( 1423 -669 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1355 -534 1594 ) ( 1227 -534 1594 ) ( 1227 -534 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -685 1592 ) ( 1259 -697 1592 ) ( 1259 -697 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 6\r
-{\r
-( 1391 -1162 1580 ) ( 1263 -1162 1580 ) ( 1263 -1174 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -1131 1595 ) ( 1259 -1119 1595 ) ( 1387 -1119 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -1236 1593 ) ( 1387 -1236 1593 ) ( 1387 -1236 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1423 -1220 1593 ) ( 1423 -1208 1593 ) ( 1423 -1208 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1355 -1073 1595 ) ( 1227 -1073 1595 ) ( 1227 -1073 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1259 -1224 1593 ) ( 1259 -1236 1593 ) ( 1259 -1236 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 7\r
-{\r
-( 311 -642 1580 ) ( 183 -642 1580 ) ( 183 -654 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -611 1595 ) ( 179 -599 1595 ) ( 307 -599 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -716 1593 ) ( 307 -716 1593 ) ( 307 -716 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 343 -700 1593 ) ( 343 -688 1593 ) ( 343 -688 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 275 -553 1595 ) ( 147 -553 1595 ) ( 147 -553 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -704 1593 ) ( 179 -716 1593 ) ( 179 -716 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 8\r
-{\r
-( 311 -103 1579 ) ( 183 -103 1579 ) ( 183 -115 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -72 1594 ) ( 179 -60 1594 ) ( 307 -60 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -177 1592 ) ( 307 -177 1592 ) ( 307 -177 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 343 -161 1592 ) ( 343 -149 1592 ) ( 343 -149 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 275 -14 1594 ) ( 147 -14 1594 ) ( 147 -14 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 -165 1592 ) ( 179 -177 1592 ) ( 179 -177 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 9\r
-{\r
-( -225 -463 1579 ) ( -353 -463 1579 ) ( -353 -475 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 -432 1594 ) ( -357 -420 1594 ) ( -229 -420 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 -537 1592 ) ( -229 -537 1592 ) ( -229 -537 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -193 -521 1592 ) ( -193 -509 1592 ) ( -193 -509 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -261 -374 1594 ) ( -389 -374 1594 ) ( -389 -374 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 -525 1592 ) ( -357 -537 1592 ) ( -357 -537 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 10\r
-{\r
-( 839 -287 1579 ) ( 711 -287 1579 ) ( 711 -299 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 -256 1594 ) ( 707 -244 1594 ) ( 835 -244 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 -361 1592 ) ( 835 -361 1592 ) ( 835 -361 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 871 -345 1592 ) ( 871 -333 1592 ) ( 871 -333 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 803 -198 1594 ) ( 675 -198 1594 ) ( 675 -198 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 -349 1592 ) ( 707 -361 1592 ) ( 707 -361 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 11\r
-{\r
-( -585 -103 1579 ) ( -713 -103 1579 ) ( -713 -115 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 -72 1594 ) ( -717 -60 1594 ) ( -589 -60 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 -177 1592 ) ( -589 -177 1592 ) ( -589 -177 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -553 -161 1592 ) ( -553 -149 1592 ) ( -553 -149 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -621 -14 1594 ) ( -749 -14 1594 ) ( -749 -14 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 -165 1592 ) ( -717 -177 1592 ) ( -717 -177 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 12\r
-{\r
-( -1649 -279 1579 ) ( -1777 -279 1579 ) ( -1777 -291 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 -248 1594 ) ( -1781 -236 1594 ) ( -1653 -236 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 -353 1592 ) ( -1653 -353 1592 ) ( -1653 -353 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1617 -337 1592 ) ( -1617 -325 1592 ) ( -1617 -325 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1685 -190 1594 ) ( -1813 -190 1594 ) ( -1813 -190 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 -341 1592 ) ( -1781 -353 1592 ) ( -1781 -353 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 13\r
-{\r
-( -1113 81 1579 ) ( -1241 81 1579 ) ( -1241 69 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 112 1594 ) ( -1245 124 1594 ) ( -1117 124 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 7 1592 ) ( -1117 7 1592 ) ( -1117 7 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1081 23 1592 ) ( -1081 35 1592 ) ( -1081 35 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1149 170 1594 ) ( -1277 170 1594 ) ( -1277 170 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 19 1592 ) ( -1245 7 1592 ) ( -1245 7 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 14\r
-{\r
-( -1113 -458 1580 ) ( -1241 -458 1580 ) ( -1241 -470 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 -427 1595 ) ( -1245 -415 1595 ) ( -1117 -415 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 -532 1593 ) ( -1117 -532 1593 ) ( -1117 -532 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1081 -516 1593 ) ( -1081 -504 1593 ) ( -1081 -504 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1149 -369 1595 ) ( -1277 -369 1595 ) ( -1277 -369 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 -520 1593 ) ( -1245 -532 1593 ) ( -1245 -532 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 15\r
-{\r
-( -1113 630 1580 ) ( -1241 630 1580 ) ( -1241 618 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 661 1595 ) ( -1245 673 1595 ) ( -1117 673 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 556 1593 ) ( -1117 556 1593 ) ( -1117 556 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1081 572 1593 ) ( -1081 584 1593 ) ( -1081 584 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1149 719 1595 ) ( -1277 719 1595 ) ( -1277 719 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 568 1593 ) ( -1245 556 1593 ) ( -1245 556 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 16\r
-{\r
-( -1113 1169 1579 ) ( -1241 1169 1579 ) ( -1241 1157 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1200 1594 ) ( -1245 1212 1594 ) ( -1117 1212 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1095 1592 ) ( -1117 1095 1592 ) ( -1117 1095 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1081 1111 1592 ) ( -1081 1123 1592 ) ( -1081 1123 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1149 1258 1594 ) ( -1277 1258 1594 ) ( -1277 1258 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1107 1592 ) ( -1245 1095 1592 ) ( -1245 1095 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 17\r
-{\r
-( -1649 809 1579 ) ( -1777 809 1579 ) ( -1777 797 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 840 1594 ) ( -1781 852 1594 ) ( -1653 852 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 735 1592 ) ( -1653 735 1592 ) ( -1653 735 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1617 751 1592 ) ( -1617 763 1592 ) ( -1617 763 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1685 898 1594 ) ( -1813 898 1594 ) ( -1813 898 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1781 747 1592 ) ( -1781 735 1592 ) ( -1781 735 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 18\r
-{\r
-( -585 985 1579 ) ( -713 985 1579 ) ( -713 973 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 1016 1594 ) ( -717 1028 1594 ) ( -589 1028 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 911 1592 ) ( -589 911 1592 ) ( -589 911 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -553 927 1592 ) ( -553 939 1592 ) ( -553 939 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -621 1074 1594 ) ( -749 1074 1594 ) ( -749 1074 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -717 923 1592 ) ( -717 911 1592 ) ( -717 911 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 19\r
-{\r
-( 839 801 1579 ) ( 711 801 1579 ) ( 711 789 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 832 1594 ) ( 707 844 1594 ) ( 835 844 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 727 1592 ) ( 835 727 1592 ) ( 835 727 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 871 743 1592 ) ( 871 755 1592 ) ( 871 755 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 803 890 1594 ) ( 675 890 1594 ) ( 675 890 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 707 739 1592 ) ( 707 727 1592 ) ( 707 727 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 20\r
-{\r
-( -225 625 1579 ) ( -353 625 1579 ) ( -353 613 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 656 1594 ) ( -357 668 1594 ) ( -229 668 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 551 1592 ) ( -229 551 1592 ) ( -229 551 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -193 567 1592 ) ( -193 579 1592 ) ( -193 579 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -261 714 1594 ) ( -389 714 1594 ) ( -389 714 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -357 563 1592 ) ( -357 551 1592 ) ( -357 551 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 21\r
-{\r
-( 311 985 1579 ) ( 183 985 1579 ) ( 183 973 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 1016 1594 ) ( 179 1028 1594 ) ( 307 1028 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 911 1592 ) ( 307 911 1592 ) ( 307 911 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 343 927 1592 ) ( 343 939 1592 ) ( 343 939 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 275 1074 1594 ) ( 147 1074 1594 ) ( 147 1074 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 923 1592 ) ( 179 911 1592 ) ( 179 911 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 22\r
-{\r
-( 311 446 1580 ) ( 183 446 1580 ) ( 183 434 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 477 1595 ) ( 179 489 1595 ) ( 307 489 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 372 1593 ) ( 307 372 1593 ) ( 307 372 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 343 388 1593 ) ( 343 400 1593 ) ( 343 400 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 275 535 1595 ) ( 147 535 1595 ) ( 147 535 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 384 1593 ) ( 179 372 1593 ) ( 179 372 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 23\r
-{\r
-( 847 1326 1580 ) ( 719 1326 1580 ) ( 719 1314 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1357 1595 ) ( 715 1369 1595 ) ( 843 1369 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1252 1593 ) ( 843 1252 1593 ) ( 843 1252 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 879 1268 1593 ) ( 879 1280 1593 ) ( 879 1280 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 811 1415 1595 ) ( 683 1415 1595 ) ( 683 1415 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1264 1593 ) ( 715 1252 1593 ) ( 715 1252 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 24\r
-{\r
-( 847 1865 1579 ) ( 719 1865 1579 ) ( 719 1853 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1896 1594 ) ( 715 1908 1594 ) ( 843 1908 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1791 1592 ) ( 843 1791 1592 ) ( 843 1791 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 879 1807 1592 ) ( 879 1819 1592 ) ( 879 1819 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 811 1954 1594 ) ( 683 1954 1594 ) ( 683 1954 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 715 1803 1592 ) ( 715 1791 1592 ) ( 715 1791 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 25\r
-{\r
-( 311 1505 1579 ) ( 183 1505 1579 ) ( 183 1493 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 1536 1594 ) ( 179 1548 1594 ) ( 307 1548 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 1431 1592 ) ( 307 1431 1592 ) ( 307 1431 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 343 1447 1592 ) ( 343 1459 1592 ) ( 343 1459 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 275 1594 1594 ) ( 147 1594 1594 ) ( 147 1594 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 179 1443 1592 ) ( 179 1431 1592 ) ( 179 1431 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 26\r
-{\r
-( 1375 1681 1579 ) ( 1247 1681 1579 ) ( 1247 1669 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1243 1712 1594 ) ( 1243 1724 1594 ) ( 1371 1724 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1243 1607 1592 ) ( 1371 1607 1592 ) ( 1371 1607 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1407 1623 1592 ) ( 1407 1635 1592 ) ( 1407 1635 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1339 1770 1594 ) ( 1211 1770 1594 ) ( 1211 1770 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( 1243 1619 1592 ) ( 1243 1607 1592 ) ( 1243 1607 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 27\r
-{\r
-( -49 1865 1579 ) ( -177 1865 1579 ) ( -177 1853 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -181 1896 1594 ) ( -181 1908 1594 ) ( -53 1908 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -181 1791 1592 ) ( -53 1791 1592 ) ( -53 1791 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -17 1807 1592 ) ( -17 1819 1592 ) ( -17 1819 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -85 1954 1594 ) ( -213 1954 1594 ) ( -213 1954 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -181 1803 1592 ) ( -181 1791 1592 ) ( -181 1791 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 28\r
-{\r
-( -1113 1689 1579 ) ( -1241 1689 1579 ) ( -1241 1677 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1720 1594 ) ( -1245 1732 1594 ) ( -1117 1732 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1615 1592 ) ( -1117 1615 1592 ) ( -1117 1615 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1081 1631 1592 ) ( -1081 1643 1592 ) ( -1081 1643 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1149 1778 1594 ) ( -1277 1778 1594 ) ( -1277 1778 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1245 1627 1592 ) ( -1245 1615 1592 ) ( -1245 1615 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 29\r
-{\r
-( -577 2049 1579 ) ( -705 2049 1579 ) ( -705 2037 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 2080 1594 ) ( -709 2092 1594 ) ( -581 2092 1594 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 1975 1592 ) ( -581 1975 1592 ) ( -581 1975 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -545 1991 1592 ) ( -545 2003 1592 ) ( -545 2003 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -613 2138 1594 ) ( -741 2138 1594 ) ( -741 2138 1581 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 1987 1592 ) ( -709 1975 1592 ) ( -709 1975 1579 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 30\r
-{\r
-( -577 1510 1580 ) ( -705 1510 1580 ) ( -705 1498 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 1541 1595 ) ( -709 1553 1595 ) ( -581 1553 1595 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 1436 1593 ) ( -581 1436 1593 ) ( -581 1436 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -545 1452 1593 ) ( -545 1464 1593 ) ( -545 1464 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -613 1599 1595 ) ( -741 1599 1595 ) ( -741 1599 1582 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-( -709 1448 1593 ) ( -709 1436 1593 ) ( -709 1436 1580 ) desktop/ceiling2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 31\r
-{\r
-( -392 667 -457 ) ( -412 643 -453 ) ( -382 623 -416 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -422 689 -474 ) ( -441 665 -470 ) ( -402 632 -468 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -449 714 -460 ) ( -470 690 -456 ) ( -443 662 -492 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 728 -424 ) ( -478 704 -420 ) ( -481 698 -472 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -445 723 -387 ) ( -465 699 -383 ) ( -496 718 -421 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -416 701 -371 ) ( -436 677 -367 ) ( -476 710 -369 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -388 676 -384 ) ( -409 651 -381 ) ( -435 680 -345 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -378 661 -420 ) ( -399 637 -416 ) ( -396 643 -365 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -458 719 -475 ) ( -384 658 -472 ) ( -379 670 -369 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -450 585 -356 ) ( -456 573 -459 ) ( -530 635 -462 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 32\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/deskwood\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -360 160 -136 -2.812500 -1.250000 ) ( 368 160 -136 2.875000 -1.250000 ) ( 368 928 -136 2.875000 -7.250000 ) )\r
-( ( 368 160 -136 2.875000 -1.250000 ) ( 368 160 -136 2.875000 -1.250000 ) ( 368 160 -136 2.875000 -1.250000 ) )\r
-( ( 368 160 -136 2.875000 -1.250000 ) ( 368 160 -136 2.875000 -1.250000 ) ( 368 160 -136 2.875000 -1.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 33\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/deskwood\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 368 928 -168 2.875000 -7.250000 ) ( 368 160 -168 2.875000 -1.250000 ) ( -360 160 -168 -2.812500 -1.250000 ) )\r
-( ( 368 160 -168 2.875000 -1.250000 ) ( 368 160 -168 2.875000 -1.250000 ) ( 368 160 -168 2.875000 -1.250000 ) )\r
-( ( 368 160 -168 2.875000 -1.250000 ) ( 368 160 -168 2.875000 -1.250000 ) ( 368 160 -168 2.875000 -1.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 34\r
-{\r
-( 8192 8192 -136 ) ( 8192 -8192 -136 ) ( -8192 -8192 -136 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -168 ) ( 8192 8192 -168 ) ( -8192 -8192 -168 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 160 8192 ) ( -8192 160 8192 ) ( -8192 160 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1360 8192 ) ( 8192 -1360 8192 ) ( -8192 -1360 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 368 -8192 8192 ) ( 368 8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -1912 8192 8192 ) ( -1912 -8192 8192 ) ( -1912 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 35\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -448 676 -828 -7 -10.562500 ) ( -472 676 -828 -7.375000 -10.562500 ) ( -472 652 -828 -7.375000 -10.187500 ) )\r
-( ( -424 676 -828 -6.625000 -10.562500 ) ( -448 652 -828 -7 -10.187500 ) ( -472 628 -828 -7.375000 -9.812500 ) )\r
-( ( -424 652 -828 -6.625000 -10.187500 ) ( -424 628 -828 -6.625000 -9.812500 ) ( -448 628 -828 -7 -9.812500 ) )\r
-)\r
-  }\r
- }\r
-// brush 36\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -472 652 -660 -7.375000 -10.187500 ) ( -472 676 -660 -7.375000 -10.562500 ) ( -448 676 -660 -7 -10.562500 ) )\r
-( ( -472 628 -660 -7.375000 -9.812500 ) ( -448 652 -660 -7 -10.187500 ) ( -424 676 -660 -6.625000 -10.562500 ) )\r
-( ( -448 628 -660 -7 -9.812500 ) ( -424 628 -660 -6.625000 -9.812500 ) ( -424 652 -660 -6.625000 -10.187500 ) )\r
-)\r
-  }\r
- }\r
-// brush 37\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -448 688 -1120 -7 -10.750000 ) ( -484 688 -1120 -7.562500 -10.750000 ) ( -484 652 -1120 -7.562500 -10.187500 ) )\r
-( ( -412 688 -1120 -6.437500 -10.750000 ) ( -448 652 -1120 -7 -10.187500 ) ( -484 616 -1120 -7.562500 -9.625000 ) )\r
-( ( -412 652 -1120 -6.437500 -10.187500 ) ( -412 616 -1120 -6.437500 -9.625000 ) ( -448 616 -1120 -7 -9.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 38\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -484 652 -828 -7.562500 -10.187500 ) ( -484 688 -828 -7.562500 -10.750000 ) ( -448 688 -828 -7 -10.750000 ) )\r
-( ( -484 616 -828 -7.562500 -9.625000 ) ( -448 652 -828 -7 -10.187500 ) ( -412 688 -828 -6.437500 -10.750000 ) )\r
-( ( -448 616 -828 -7 -9.625000 ) ( -412 616 -828 -6.437500 -9.625000 ) ( -412 652 -828 -6.437500 -10.187500 ) )\r
-)\r
-  }\r
- }\r
-// brush 39\r
-{\r
-( -197 857 -1176 ) ( -197 857 -1120 ) ( -186 868 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -208 852 -1176 ) ( -208 852 -1120 ) ( -192 852 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -219 857 -1176 ) ( -219 857 -1120 ) ( -208 846 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -224 868 -1176 ) ( -224 868 -1120 ) ( -224 852 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -219 879 -1176 ) ( -219 879 -1120 ) ( -230 868 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -208 884 -1176 ) ( -208 884 -1120 ) ( -224 884 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -197 879 -1176 ) ( -197 879 -1120 ) ( -208 890 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 868 -1176 ) ( -192 868 -1120 ) ( -192 884 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -224 852 -1188 ) ( -192 852 -1188 ) ( -192 884 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 884 -1132 ) ( -192 852 -1132 ) ( -224 852 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 40\r
-{\r
-( -437 963 -1176 ) ( -437 963 -1120 ) ( -426 974 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 958 -1176 ) ( -448 958 -1120 ) ( -432 958 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 963 -1176 ) ( -459 963 -1120 ) ( -448 952 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 974 -1176 ) ( -464 974 -1120 ) ( -464 958 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 985 -1176 ) ( -459 985 -1120 ) ( -470 974 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 990 -1176 ) ( -448 990 -1120 ) ( -464 990 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -437 985 -1176 ) ( -437 985 -1120 ) ( -448 996 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 974 -1176 ) ( -432 974 -1120 ) ( -432 990 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 958 -1188 ) ( -432 958 -1188 ) ( -432 990 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 990 -1132 ) ( -432 958 -1132 ) ( -464 958 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 41\r
-{\r
-( -719 803 -1176 ) ( -719 803 -1120 ) ( -708 814 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -730 798 -1176 ) ( -730 798 -1120 ) ( -714 798 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -741 803 -1176 ) ( -741 803 -1120 ) ( -730 792 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -746 814 -1176 ) ( -746 814 -1120 ) ( -746 798 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -741 825 -1176 ) ( -741 825 -1120 ) ( -752 814 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -730 830 -1176 ) ( -730 830 -1120 ) ( -746 830 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -719 825 -1176 ) ( -719 825 -1120 ) ( -730 836 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -714 814 -1176 ) ( -714 814 -1120 ) ( -714 830 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -746 798 -1188 ) ( -714 798 -1188 ) ( -714 830 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -714 830 -1132 ) ( -714 798 -1132 ) ( -746 798 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 42\r
-{\r
-( -677 425 -1176 ) ( -677 425 -1120 ) ( -666 436 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -688 420 -1176 ) ( -688 420 -1120 ) ( -672 420 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -699 425 -1176 ) ( -699 425 -1120 ) ( -688 414 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -704 436 -1176 ) ( -704 436 -1120 ) ( -704 420 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -699 447 -1176 ) ( -699 447 -1120 ) ( -710 436 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -688 452 -1176 ) ( -688 452 -1120 ) ( -704 452 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -677 447 -1176 ) ( -677 447 -1120 ) ( -688 458 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -672 436 -1176 ) ( -672 436 -1120 ) ( -672 452 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -704 420 -1188 ) ( -672 420 -1188 ) ( -672 452 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -672 452 -1132 ) ( -672 420 -1132 ) ( -704 420 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 43\r
-{\r
-( -437 317 -1176 ) ( -437 317 -1120 ) ( -426 328 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 312 -1176 ) ( -448 312 -1120 ) ( -432 312 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 317 -1176 ) ( -459 317 -1120 ) ( -448 306 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 328 -1176 ) ( -464 328 -1120 ) ( -464 312 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 339 -1176 ) ( -459 339 -1120 ) ( -470 328 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 344 -1176 ) ( -448 344 -1120 ) ( -464 344 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -437 339 -1176 ) ( -437 339 -1120 ) ( -448 350 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 328 -1176 ) ( -432 328 -1120 ) ( -432 344 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 312 -1188 ) ( -432 312 -1188 ) ( -432 344 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 344 -1132 ) ( -432 312 -1132 ) ( -464 312 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 44\r
-{\r
-( -153 469 -1176 ) ( -153 469 -1120 ) ( -142 480 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -164 464 -1176 ) ( -164 464 -1120 ) ( -148 464 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -175 469 -1176 ) ( -175 469 -1120 ) ( -164 458 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -180 480 -1176 ) ( -180 480 -1120 ) ( -180 464 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -175 491 -1176 ) ( -175 491 -1120 ) ( -186 480 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -164 496 -1176 ) ( -164 496 -1120 ) ( -180 496 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -153 491 -1176 ) ( -153 491 -1120 ) ( -164 502 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -148 480 -1176 ) ( -148 480 -1120 ) ( -148 496 -1120 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -180 464 -1188 ) ( -148 464 -1188 ) ( -148 496 -1188 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -148 496 -1132 ) ( -148 464 -1132 ) ( -180 464 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 45\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 120 ) ( 592 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 -688 400 ) ( 592 8 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 544 -688 480 ) ( 544 8 480 ) ( 544 -688 168 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 46\r
-{\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 120 ) ( 592 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 -688 400 ) ( 592 8 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 480 ) ( 944 -688 480 ) ( 944 8 168 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 47\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 688 ) ( 8192 -8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 400 ) ( 592 -688 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 48\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 120 ) ( 944 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 49\r
-{\r
-( 744 8192 8192 ) ( 744 -8192 8192 ) ( 744 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8212 -354 8192 ) ( -8159 -996 8192 ) ( -8159 -996 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 400 ) ( 592 -688 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 50\r
-{\r
-( 744 8192 8192 ) ( 744 -8192 8192 ) ( 744 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8212 -354 8192 ) ( -8159 -996 8192 ) ( -8159 -996 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 120 ) ( 944 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 51\r
-{\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8202 560 8192 ) ( -7964 -2102 8192 ) ( -7964 -2102 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 120 ) ( 592 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 -688 400 ) ( 592 8 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 480 ) ( 944 -688 480 ) ( 944 8 168 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 52\r
-{\r
-( 914 8192 8192 ) ( 914 -8192 8192 ) ( 914 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8202 560 8192 ) ( -7964 -2102 8192 ) ( -7964 -2102 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 400 ) ( 592 -688 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 53\r
-{\r
-( 914 8192 8192 ) ( 914 -8192 8192 ) ( 914 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8202 560 8192 ) ( -7964 -2102 8192 ) ( -7964 -2102 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 120 ) ( 944 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 54\r
-{\r
-( 744 -8192 8192 ) ( 744 8192 8192 ) ( 744 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8161 -937 8192 ) ( -8209 -295 8192 ) ( -8209 -295 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 400 ) ( 592 -688 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 55\r
-{\r
-( 744 -8192 8192 ) ( 744 8192 8192 ) ( 744 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8161 -937 8192 ) ( -8209 -295 8192 ) ( -8209 -295 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 120 ) ( 944 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 56\r
-{\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8019 -1863 8192 ) ( -8146 798 8192 ) ( -8146 798 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 944 8 120 ) ( 592 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 -688 400 ) ( 592 8 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 544 -688 480 ) ( 544 8 480 ) ( 544 -688 168 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 57\r
-{\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8019 -1863 8192 ) ( -8146 798 8192 ) ( -8146 798 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 400 ) ( 592 -688 400 ) ( 944 8 400 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 58\r
-{\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8019 -1863 8192 ) ( -8146 798 8192 ) ( -8146 798 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 592 8 120 ) ( 944 8 120 ) ( 592 -688 120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 59\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 536 1304 -1208 0 0 ) ( 536 1304 -1144 0 2.625000 ) ( 536 1304 -1080 0 5.250000 ) )\r
-( ( 536 1264 -1208 1.250000 0 ) ( 536 1264 -1144 1.250000 2.625000 ) ( 536 1264 -1080 1.250000 5.250000 ) )\r
-( ( 576 1264 -1208 2.500000 0 ) ( 576 1264 -1144 2.500000 2.625000 ) ( 576 1264 -1080 2.500000 5.250000 ) )\r
-( ( 616 1264 -1208 3.750000 0 ) ( 616 1264 -1144 3.750000 2.625000 ) ( 616 1264 -1080 3.750000 5.250000 ) )\r
-( ( 616 1304 -1208 5 0 ) ( 616 1304 -1144 5 2.625000 ) ( 616 1304 -1080 5 5.250000 ) )\r
-( ( 616 1344 -1208 6.250000 0 ) ( 616 1344 -1144 6.250000 2.625000 ) ( 616 1344 -1080 6.250000 5.250000 ) )\r
-( ( 576 1344 -1208 7.500000 0 ) ( 576 1344 -1144 7.500000 2.625000 ) ( 576 1344 -1080 7.500000 5.250000 ) )\r
-( ( 536 1344 -1208 8.750000 0 ) ( 536 1344 -1144 8.750000 2.625000 ) ( 536 1344 -1080 8.750000 5.250000 ) )\r
-( ( 536 1304 -1208 10 0 ) ( 536 1304 -1144 10 2.625000 ) ( 536 1304 -1080 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 60\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 536 904 -1208 0 0 ) ( 536 904 -1144 0 2.625000 ) ( 536 904 -1080 0 5.250000 ) )\r
-( ( 536 864 -1208 1.250000 0 ) ( 536 864 -1144 1.250000 2.625000 ) ( 536 864 -1080 1.250000 5.250000 ) )\r
-( ( 576 864 -1208 2.500000 0 ) ( 576 864 -1144 2.500000 2.625000 ) ( 576 864 -1080 2.500000 5.250000 ) )\r
-( ( 616 864 -1208 3.750000 0 ) ( 616 864 -1144 3.750000 2.625000 ) ( 616 864 -1080 3.750000 5.250000 ) )\r
-( ( 616 904 -1208 5 0 ) ( 616 904 -1144 5 2.625000 ) ( 616 904 -1080 5 5.250000 ) )\r
-( ( 616 944 -1208 6.250000 0 ) ( 616 944 -1144 6.250000 2.625000 ) ( 616 944 -1080 6.250000 5.250000 ) )\r
-( ( 576 944 -1208 7.500000 0 ) ( 576 944 -1144 7.500000 2.625000 ) ( 576 944 -1080 7.500000 5.250000 ) )\r
-( ( 536 944 -1208 8.750000 0 ) ( 536 944 -1144 8.750000 2.625000 ) ( 536 944 -1080 8.750000 5.250000 ) )\r
-( ( 536 904 -1208 10 0 ) ( 536 904 -1144 10 2.625000 ) ( 536 904 -1080 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 61\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 1824 904 -1208 0 0 ) ( 1824 904 -1144 0 2.625000 ) ( 1824 904 -1080 0 5.250000 ) )\r
-( ( 1824 864 -1208 1.250000 0 ) ( 1824 864 -1144 1.250000 2.625000 ) ( 1824 864 -1080 1.250000 5.250000 ) )\r
-( ( 1864 864 -1208 2.500000 0 ) ( 1864 864 -1144 2.500000 2.625000 ) ( 1864 864 -1080 2.500000 5.250000 ) )\r
-( ( 1904 864 -1208 3.750000 0 ) ( 1904 864 -1144 3.750000 2.625000 ) ( 1904 864 -1080 3.750000 5.250000 ) )\r
-( ( 1904 904 -1208 5 0 ) ( 1904 904 -1144 5 2.625000 ) ( 1904 904 -1080 5 5.250000 ) )\r
-( ( 1904 944 -1208 6.250000 0 ) ( 1904 944 -1144 6.250000 2.625000 ) ( 1904 944 -1080 6.250000 5.250000 ) )\r
-( ( 1864 944 -1208 7.500000 0 ) ( 1864 944 -1144 7.500000 2.625000 ) ( 1864 944 -1080 7.500000 5.250000 ) )\r
-( ( 1824 944 -1208 8.750000 0 ) ( 1824 944 -1144 8.750000 2.625000 ) ( 1824 944 -1080 8.750000 5.250000 ) )\r
-( ( 1824 904 -1208 10 0 ) ( 1824 904 -1144 10 2.625000 ) ( 1824 904 -1080 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 62\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 1824 1304 -1208 0 0 ) ( 1824 1304 -1144 0 2.625000 ) ( 1824 1304 -1080 0 5.250000 ) )\r
-( ( 1824 1264 -1208 1.250000 0 ) ( 1824 1264 -1144 1.250000 2.625000 ) ( 1824 1264 -1080 1.250000 5.250000 ) )\r
-( ( 1864 1264 -1208 2.500000 0 ) ( 1864 1264 -1144 2.500000 2.625000 ) ( 1864 1264 -1080 2.500000 5.250000 ) )\r
-( ( 1904 1264 -1208 3.750000 0 ) ( 1904 1264 -1144 3.750000 2.625000 ) ( 1904 1264 -1080 3.750000 5.250000 ) )\r
-( ( 1904 1304 -1208 5 0 ) ( 1904 1304 -1144 5 2.625000 ) ( 1904 1304 -1080 5 5.250000 ) )\r
-( ( 1904 1344 -1208 6.250000 0 ) ( 1904 1344 -1144 6.250000 2.625000 ) ( 1904 1344 -1080 6.250000 5.250000 ) )\r
-( ( 1864 1344 -1208 7.500000 0 ) ( 1864 1344 -1144 7.500000 2.625000 ) ( 1864 1344 -1080 7.500000 5.250000 ) )\r
-( ( 1824 1344 -1208 8.750000 0 ) ( 1824 1344 -1144 8.750000 2.625000 ) ( 1824 1344 -1080 8.750000 5.250000 ) )\r
-( ( 1824 1304 -1208 10 0 ) ( 1824 1304 -1144 10 2.625000 ) ( 1824 1304 -1080 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 63\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 1824 1304 -336 0 0 ) ( 1824 1304 -252 0 2.625000 ) ( 1824 1304 -168 0 5.250000 ) )\r
-( ( 1824 1264 -336 1.250000 0 ) ( 1824 1264 -252 1.250000 2.625000 ) ( 1824 1264 -168 1.250000 5.250000 ) )\r
-( ( 1864 1264 -336 2.500000 0 ) ( 1864 1264 -252 2.500000 2.625000 ) ( 1864 1264 -168 2.500000 5.250000 ) )\r
-( ( 1904 1264 -336 3.750000 0 ) ( 1904 1264 -252 3.750000 2.625000 ) ( 1904 1264 -168 3.750000 5.250000 ) )\r
-( ( 1904 1304 -336 5 0 ) ( 1904 1304 -252 5 2.625000 ) ( 1904 1304 -168 5 5.250000 ) )\r
-( ( 1904 1344 -336 6.250000 0 ) ( 1904 1344 -252 6.250000 2.625000 ) ( 1904 1344 -168 6.250000 5.250000 ) )\r
-( ( 1864 1344 -336 7.500000 0 ) ( 1864 1344 -252 7.500000 2.625000 ) ( 1864 1344 -168 7.500000 5.250000 ) )\r
-( ( 1824 1344 -336 8.750000 0 ) ( 1824 1344 -252 8.750000 2.625000 ) ( 1824 1344 -168 8.750000 5.250000 ) )\r
-( ( 1824 1304 -336 10 0 ) ( 1824 1304 -252 10 2.625000 ) ( 1824 1304 -168 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 64\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 1824 904 -336 0 0 ) ( 1824 904 -252 0 2.625000 ) ( 1824 904 -168 0 5.250000 ) )\r
-( ( 1824 864 -336 1.250000 0 ) ( 1824 864 -252 1.250000 2.625000 ) ( 1824 864 -168 1.250000 5.250000 ) )\r
-( ( 1864 864 -336 2.500000 0 ) ( 1864 864 -252 2.500000 2.625000 ) ( 1864 864 -168 2.500000 5.250000 ) )\r
-( ( 1904 864 -336 3.750000 0 ) ( 1904 864 -252 3.750000 2.625000 ) ( 1904 864 -168 3.750000 5.250000 ) )\r
-( ( 1904 904 -336 5 0 ) ( 1904 904 -252 5 2.625000 ) ( 1904 904 -168 5 5.250000 ) )\r
-( ( 1904 944 -336 6.250000 0 ) ( 1904 944 -252 6.250000 2.625000 ) ( 1904 944 -168 6.250000 5.250000 ) )\r
-( ( 1864 944 -336 7.500000 0 ) ( 1864 944 -252 7.500000 2.625000 ) ( 1864 944 -168 7.500000 5.250000 ) )\r
-( ( 1824 944 -336 8.750000 0 ) ( 1824 944 -252 8.750000 2.625000 ) ( 1824 944 -168 8.750000 5.250000 ) )\r
-( ( 1824 904 -336 10 0 ) ( 1824 904 -252 10 2.625000 ) ( 1824 904 -168 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 65\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 536 904 -336 0 0 ) ( 536 904 -252 0 2.625000 ) ( 536 904 -168 0 5.250000 ) )\r
-( ( 536 864 -336 1.250000 0 ) ( 536 864 -252 1.250000 2.625000 ) ( 536 864 -168 1.250000 5.250000 ) )\r
-( ( 576 864 -336 2.500000 0 ) ( 576 864 -252 2.500000 2.625000 ) ( 576 864 -168 2.500000 5.250000 ) )\r
-( ( 616 864 -336 3.750000 0 ) ( 616 864 -252 3.750000 2.625000 ) ( 616 864 -168 3.750000 5.250000 ) )\r
-( ( 616 904 -336 5 0 ) ( 616 904 -252 5 2.625000 ) ( 616 904 -168 5 5.250000 ) )\r
-( ( 616 944 -336 6.250000 0 ) ( 616 944 -252 6.250000 2.625000 ) ( 616 944 -168 6.250000 5.250000 ) )\r
-( ( 576 944 -336 7.500000 0 ) ( 576 944 -252 7.500000 2.625000 ) ( 576 944 -168 7.500000 5.250000 ) )\r
-( ( 536 944 -336 8.750000 0 ) ( 536 944 -252 8.750000 2.625000 ) ( 536 944 -168 8.750000 5.250000 ) )\r
-( ( 536 904 -336 10 0 ) ( 536 904 -252 10 2.625000 ) ( 536 904 -168 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 66\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 536 1304 -336 0 0 ) ( 536 1304 -252 0 2.625000 ) ( 536 1304 -168 0 5.250000 ) )\r
-( ( 536 1264 -336 1.250000 0 ) ( 536 1264 -252 1.250000 2.625000 ) ( 536 1264 -168 1.250000 5.250000 ) )\r
-( ( 576 1264 -336 2.500000 0 ) ( 576 1264 -252 2.500000 2.625000 ) ( 576 1264 -168 2.500000 5.250000 ) )\r
-( ( 616 1264 -336 3.750000 0 ) ( 616 1264 -252 3.750000 2.625000 ) ( 616 1264 -168 3.750000 5.250000 ) )\r
-( ( 616 1304 -336 5 0 ) ( 616 1304 -252 5 2.625000 ) ( 616 1304 -168 5 5.250000 ) )\r
-( ( 616 1344 -336 6.250000 0 ) ( 616 1344 -252 6.250000 2.625000 ) ( 616 1344 -168 6.250000 5.250000 ) )\r
-( ( 576 1344 -336 7.500000 0 ) ( 576 1344 -252 7.500000 2.625000 ) ( 576 1344 -168 7.500000 5.250000 ) )\r
-( ( 536 1344 -336 8.750000 0 ) ( 536 1344 -252 8.750000 2.625000 ) ( 536 1344 -168 8.750000 5.250000 ) )\r
-( ( 536 1304 -336 10 0 ) ( 536 1304 -252 10 2.625000 ) ( 536 1304 -168 10 5.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 67\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1784 -512 -168 0 32.500000 ) ( 1784 -512 -656 0 16.250000 ) ( 1784 -512 -1144 0 0 ) )\r
-( ( 1832 -512 -168 1.500000 32.500000 ) ( 1832 -512 -656 1.500000 16.250000 ) ( 1832 -512 -1144 1.500000 0 ) )\r
-( ( 1832 -744 -168 8.750000 32.500000 ) ( 1832 -744 -656 8.750000 16.250000 ) ( 1832 -744 -1144 8.750000 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 68\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1784 -976 -168 0 32.500000 ) ( 1784 -976 -656 0 16.250000 ) ( 1784 -976 -1144 0 0 ) )\r
-( ( 1736 -976 -168 1.500000 32.500000 ) ( 1736 -976 -656 1.500000 16.250000 ) ( 1736 -976 -1144 1.500000 0 ) )\r
-( ( 1736 -744 -168 8.750000 32.500000 ) ( 1736 -744 -656 8.750000 16.250000 ) ( 1736 -744 -1144 8.750000 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 69\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1784 -976 -1144 0 0 ) ( 1784 -976 -656 0 16.250000 ) ( 1784 -976 -168 0 32.500000 ) )\r
-( ( 1832 -976 -1144 1.500000 0 ) ( 1832 -976 -656 1.500000 16.250000 ) ( 1832 -976 -168 1.500000 32.500000 ) )\r
-( ( 1832 -744 -1144 8.750000 0 ) ( 1832 -744 -656 8.750000 16.250000 ) ( 1832 -744 -168 8.750000 32.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 70\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1784 -512 -1144 0 0 ) ( 1784 -512 -656 0 16.250000 ) ( 1784 -512 -167.999969 0 32.500000 ) )\r
-( ( 1736 -512 -1144 1.500000 0 ) ( 1736 -512 -656 1.500000 16.250000 ) ( 1736 -512 -167.999969 1.500000 32.500000 ) )\r
-( ( 1736 -744 -1144 8.750000 0 ) ( 1736 -744 -656 8.750000 16.250000 ) ( 1736 -744 -167.999969 8.750000 32.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 71\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1640 -1008 -1144 0 0 ) ( -1640 -1008 -656 0 16.250000 ) ( -1640 -1008 -168 0 32.500000 ) )\r
-( ( -1592 -1008 -1144 1.500000 0 ) ( -1592 -1008 -656 1.500000 16.250000 ) ( -1592 -1008 -168 1.500000 32.500000 ) )\r
-( ( -1592 -776 -1144 8.750000 0 ) ( -1592 -776 -656 8.750000 16.250000 ) ( -1592 -776 -168 8.750000 32.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 72\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1640 -1008 -168 0 32.500000 ) ( -1640 -1008 -656 0 16.250000 ) ( -1640 -1008 -1144 0 0 ) )\r
-( ( -1688 -1008 -168 1.500000 32.500000 ) ( -1688 -1008 -656 1.500000 16.250000 ) ( -1688 -1008 -1144 1.500000 0 ) )\r
-( ( -1688 -776 -168 8.750000 32.500000 ) ( -1688 -776 -656 8.750000 16.250000 ) ( -1688 -776 -1144 8.750000 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 73\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1640 -544 -1144 0 0 ) ( -1640 -544 -656 0 16.250000 ) ( -1640 -544 -168 0 32.500000 ) )\r
-( ( -1688 -544 -1144 1.500000 0 ) ( -1688 -544 -656 1.500000 16.250000 ) ( -1688 -544 -168 1.500000 32.500000 ) )\r
-( ( -1688 -776 -1144 8.750000 0 ) ( -1688 -776 -656 8.750000 16.250000 ) ( -1688 -776 -168 8.750000 32.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 74\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/greenfoot\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1640 -544 -168 0 32.500000 ) ( -1640 -544 -656 0 16.250000 ) ( -1640 -544 -1144 0 0 ) )\r
-( ( -1592 -544 -168 1.500000 32.500000 ) ( -1592 -544 -656 1.500000 16.250000 ) ( -1592 -544 -1144 1.500000 0 ) )\r
-( ( -1592 -776 -168 8.750000 32.500000 ) ( -1592 -776 -656 8.750000 16.250000 ) ( -1592 -776 -1144 8.750000 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 75\r
-{\r
-( -34 -176 -136 ) ( -34 -176 0 ) ( 4 -138 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -70 -190 -136 ) ( -70 -190 0 ) ( -16 -190 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -104 -174 -136 ) ( -104 -174 0 ) ( -66 -212 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -118 -138 -136 ) ( -118 -138 0 ) ( -118 -192 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -102 -104 -136 ) ( -102 -104 0 ) ( -140 -142 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -66 -92 -136 ) ( -66 -92 0 ) ( -120 -92 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -40 -104 -136 ) ( -40 -104 0 ) ( -78 -66 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -22 -140 -136 ) ( -22 -140 0 ) ( -22 -86 0 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -120 -192 -136 ) ( -16 -192 -136 ) ( -16 -84 -136 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -18 -84 -8 ) ( -18 -192 -8 ) ( -122 -192 -8 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 76\r
- {\r
-  patchDef2\r
-  {\r
-   common/clip\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -122 -140 0 0 8.500000 ) ( -122 -140 -68 0 4.250000 ) ( -122 -140 -136 0 0 ) )\r
-( ( -122 -194 0 3.750000 8.500000 ) ( -122 -194 -68 3.750000 4.250000 ) ( -122 -194 -136 3.750000 0 ) )\r
-( ( -70 -194 0 7.500000 8.500000 ) ( -70 -194 -68 7.500000 4.250000 ) ( -70 -194 -136 7.500000 0 ) )\r
-( ( -17.999998 -194 0 11.250000 8.500000 ) ( -17.999998 -194 -68 11.250000 4.250000 ) ( -17.999998 -194 -136 11.250000 0 ) )\r
-( ( -17.999998 -140 0 15 8.500000 ) ( -17.999998 -140 -68 15 4.250000 ) ( -17.999998 -140 -136 15 0 ) )\r
-( ( -17.999998 -86 0 18.750000 8.500000 ) ( -17.999998 -86 -68 18.750000 4.250000 ) ( -17.999998 -86 -136 18.750000 0 ) )\r
-( ( -70 -86 0 22.500000 8.500000 ) ( -70 -86 -68 22.500000 4.250000 ) ( -70 -86 -136 22.500000 0 ) )\r
-( ( -122 -86 0 26.250000 8.500000 ) ( -122 -86 -68 26.250000 4.250000 ) ( -122 -86 -136 26.250000 0 ) )\r
-( ( -122 -140 0 30 8.500000 ) ( -122 -140 -68 30 4.250000 ) ( -122 -140 -136 30 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 77\r
- {\r
-  patchDef2\r
-  {\r
-   common/clip\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -130 -141 -136 0 0 ) ( -130 -141 -68 0 4.250000 ) ( -130 -141 0 0 8.500000 ) )\r
-( ( -130 -200 -136 3.750000 0 ) ( -130 -200 -68 3.750000 4.250000 ) ( -130 -200 0 3.750000 8.500000 ) )\r
-( ( -70 -200 -136 7.500000 0 ) ( -70 -200 -68 7.500000 4.250000 ) ( -70 -200 0 7.500000 8.500000 ) )\r
-( ( -10 -200 -136 11.250000 0 ) ( -10 -200 -68 11.250000 4.250000 ) ( -10 -200 0 11.250000 8.500000 ) )\r
-( ( -10 -141 -136 15 0 ) ( -10 -141 -68 15 4.250000 ) ( -10 -141 0 15 8.500000 ) )\r
-( ( -10 -82 -136 18.750000 0 ) ( -10 -82 -68 18.750000 4.250000 ) ( -10 -82 0 18.750000 8.500000 ) )\r
-( ( -70 -82 -136 22.500000 0 ) ( -70 -82 -68 22.500000 4.250000 ) ( -70 -82 0 22.500000 8.500000 ) )\r
-( ( -130 -82 -136 26.250000 0 ) ( -130 -82 -68 26.250000 4.250000 ) ( -130 -82 0 26.250000 8.500000 ) )\r
-( ( -130 -141 -136 30 0 ) ( -130 -141 -68 30 4.250000 ) ( -130 -141 0 30 8.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 78\r
-{\r
-( -8192 -256 7850 ) ( 8192 -256 7850 ) ( -8192 -256 -8534 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 7850 ) ( -8192 -216 7850 ) ( -8192 -216 -8534 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -134 ) ( 8192 -8192 -134 ) ( -8192 -8192 -134 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 749 -8161 7850 ) ( -272 8190 7850 ) ( -272 8190 -8534 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 583 8171 7850 ) ( -438 -8180 7850 ) ( -438 -8180 -8534 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 79\r
-{\r
-( 232 -198 -10 ) ( 40 -198 -10 ) ( 40 -230 -10 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -232 206 ) ( 40 -200 206 ) ( 232 -200 206 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -216 142 ) ( 232 -216 142 ) ( 232 -216 -146 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 232 -202 120 ) ( 40 -202 120 ) ( 40 -202 -168 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -240 150 ) ( 254 -240 -138 ) ( 256 -272 150 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 252 -236 -154 ) ( 252 -236 134 ) ( 254 -268 134 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 80\r
-{\r
-( 232 -200 -10 ) ( 40 -200 -10 ) ( 40 -232 -10 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -230 206 ) ( 40 -198 206 ) ( 232 -198 206 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -216 144 ) ( 232 -216 144 ) ( 232 -216 -144 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 232 -202 120 ) ( 40 -202 120 ) ( 40 -202 -168 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 310 ) ( 58 -230 310 ) ( 60 -198 22 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -232 328 ) ( 62 -200 328 ) ( 62 -200 40 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 81\r
-{\r
-( 230 -200 -10 ) ( 38 -200 -10 ) ( 38 -232 -10 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -232 206 ) ( 40 -200 206 ) ( 232 -200 206 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 234 -200 122 ) ( 42 -200 122 ) ( 42 -200 -166 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 328 ) ( 58 -230 328 ) ( 60 -198 40 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 152 ) ( 254 -238 -136 ) ( 256 -270 152 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -202 120 ) ( 232 -202 120 ) ( 40 -202 -168 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 82\r
-{\r
-( 40 -232 208 ) ( 40 -200 208 ) ( 232 -200 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -216 144 ) ( 232 -216 144 ) ( 232 -216 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 240 -200 152 ) ( 48 -200 152 ) ( 48 -200 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 328 ) ( 58 -230 328 ) ( 60 -198 40 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 152 ) ( 254 -238 -136 ) ( 256 -270 152 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -200 206 ) ( 40 -232 206 ) ( 232 -200 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 83\r
-{\r
-( 240 -200 -12 ) ( 48 -200 -12 ) ( 48 -232 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -216 92 ) ( 232 -216 92 ) ( 232 -216 -196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 240 -200 100 ) ( 48 -200 100 ) ( 48 -200 -188 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 276 ) ( 58 -230 276 ) ( 60 -198 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 100 ) ( 254 -238 -188 ) ( 256 -270 100 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 48 -200 -10 ) ( 240 -200 -10 ) ( 48 -232 -10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 84\r
-{\r
-( 264 -256 -136 ) ( 72 -256 -136 ) ( 72 -288 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 64 -288 206 ) ( 64 -256 206 ) ( 256 -256 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -256 152 ) ( 72 -256 152 ) ( 72 -256 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 257 -233 -80 ) ( 255 -265 -80 ) ( 257 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 253 -265 -80 ) ( 255 -233 -80 ) ( 255 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 85\r
-{\r
-( 264 -256 -136 ) ( 72 -256 -136 ) ( 72 -288 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 64 -288 206 ) ( 64 -256 206 ) ( 256 -256 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -256 152 ) ( 72 -256 152 ) ( 72 -256 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -241 152 ) ( 57 -273 152 ) ( 55 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 59 -273 152 ) ( 57 -241 152 ) ( 57 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 86\r
-{\r
-( 64 -288 208 ) ( 64 -256 208 ) ( 256 -256 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -256 152 ) ( 72 -256 152 ) ( 72 -256 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -241 152 ) ( 57 -273 152 ) ( 55 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 257 -233 -80 ) ( 255 -265 -80 ) ( 257 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 64 -256 206 ) ( 64 -288 206 ) ( 256 -256 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 87\r
-{\r
-( 264 -256 -136 ) ( 72 -256 -136 ) ( 72 -288 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -256 152 ) ( 72 -256 152 ) ( 72 -256 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -241 152 ) ( 57 -273 152 ) ( 55 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 257 -233 -80 ) ( 255 -265 -80 ) ( 257 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -256 -134 ) ( 264 -256 -134 ) ( 72 -288 -134 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 88\r
-{\r
-( 240 -200 -136 ) ( 48 -200 -136 ) ( 48 -232 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -232 206 ) ( 40 -200 206 ) ( 232 -200 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -256 144 ) ( 232 -256 144 ) ( 232 -256 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 240 -216 152 ) ( 48 -216 152 ) ( 48 -216 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 152 ) ( 254 -238 -136 ) ( 256 -270 152 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 252 -238 -136 ) ( 252 -238 152 ) ( 254 -270 152 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 89\r
-{\r
-( 240 -200 -136 ) ( 48 -200 -136 ) ( 48 -232 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -232 206 ) ( 40 -200 206 ) ( 232 -200 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -256 144 ) ( 232 -256 144 ) ( 232 -256 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 240 -216 150 ) ( 48 -216 150 ) ( 48 -216 -138 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 152 ) ( 58 -230 152 ) ( 60 -198 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -230 150 ) ( 62 -198 150 ) ( 62 -198 -138 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 90\r
-{\r
-( 240 -200 -136 ) ( 48 -200 -136 ) ( 48 -232 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -232 18 ) ( 40 -200 18 ) ( 232 -200 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 242 -216 110 ) ( 50 -216 110 ) ( 50 -216 -178 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 128 ) ( 58 -230 128 ) ( 60 -198 -160 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 128 ) ( 254 -238 -160 ) ( 256 -270 128 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 48 -218 128 ) ( 240 -218 128 ) ( 48 -218 -160 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 91\r
-{\r
-( 40 -232 208 ) ( 40 -200 208 ) ( 232 -200 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -256 144 ) ( 232 -256 144 ) ( 232 -256 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 240 -216 152 ) ( 48 -216 152 ) ( 48 -216 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 60 -198 152 ) ( 58 -230 152 ) ( 60 -198 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -238 152 ) ( 254 -238 -136 ) ( 256 -270 152 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -200 206 ) ( 40 -232 206 ) ( 232 -200 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 92\r
-{\r
-( 192 -520 -130 ) ( 192 -176 -130 ) ( 168 -176 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 168 -184 -57 ) ( 192 -184 -57 ) ( 192 -528 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 176 -168 -22 ) ( 176 -512 -22 ) ( 176 -512 -126 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 168 -479 -29 ) ( 192 -479 -29 ) ( 192 -479 -133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 178 -520 -26 ) ( 178 -176 -26 ) ( 178 -176 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 184 -437 -28 ) ( 160 -437 -28 ) ( 160 -437 -132 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 93\r
-{\r
-( 264 -256 -136 ) ( 72 -256 -136 ) ( 72 -288 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -241 152 ) ( 57 -273 152 ) ( 55 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 257 -233 -80 ) ( 255 -265 -80 ) ( 257 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -478 144 ) ( 72 -478 144 ) ( 264 -478 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -126 -464 -130 ) ( 218 -464 -130 ) ( -126 -488 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 94\r
-{\r
-( 66 -288 208 ) ( 66 -256 208 ) ( 258 -256 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 74 -480 144 ) ( 266 -480 144 ) ( 266 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 57 -241 152 ) ( 59 -273 152 ) ( 57 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 -233 -80 ) ( 254 -265 -80 ) ( 256 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 263 -478 144 ) ( 71 -478 144 ) ( 263 -478 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -116 -464 -57 ) ( -116 -488 -57 ) ( 228 -464 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 95\r
-{\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 257 -233 -80 ) ( 255 -265 -80 ) ( 257 -233 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -478 144 ) ( 72 -478 144 ) ( 264 -478 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 218 -464 -130 ) ( -126 -464 -130 ) ( -126 -488 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -118 -488 -57 ) ( -118 -464 -57 ) ( 226 -464 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 177 -464 -25 ) ( 177 -488 -25 ) ( 177 -464 -129 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 96\r
-{\r
-( 72 -480 144 ) ( 264 -480 144 ) ( 264 -480 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -241 152 ) ( 57 -273 152 ) ( 55 -241 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 264 -478 144 ) ( 72 -478 144 ) ( 264 -478 -144 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 218 -464 -130 ) ( -126 -464 -130 ) ( -126 -488 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -118 -488 -57 ) ( -118 -464 -57 ) ( 226 -464 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 135 -496 -28 ) ( 135 -472 -28 ) ( 135 -496 -132 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 97\r
-{\r
-( -432 648 -1148 ) ( -464 648 -1148 ) ( -464 368 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 796 -1101 ) ( -464 796 -1101 ) ( -464 519 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 312 -1124 ) ( -432 312 -1124 ) ( -432 312 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 652 -1077 ) ( -432 652 -1077 ) ( -464 375 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 648 -1124 ) ( -464 368 -1124 ) ( -464 368 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 648 -1124 ) ( -464 648 -1124 ) ( -464 648 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 368 -1124 ) ( -432 648 -1124 ) ( -432 648 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 368 -1092 ) ( -464 648 -1092 ) ( -432 648 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 98\r
-{\r
-( -464 656 -1148 ) ( -432 656 -1148 ) ( -432 936 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 508 -1101 ) ( -432 508 -1101 ) ( -432 785 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 992 -1124 ) ( -464 992 -1124 ) ( -464 992 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 652 -1077 ) ( -464 652 -1077 ) ( -432 929 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 656 -1124 ) ( -432 936 -1124 ) ( -432 936 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 656 -1124 ) ( -432 656 -1124 ) ( -432 656 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -464 936 -1124 ) ( -464 656 -1124 ) ( -464 656 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 936 -1092 ) ( -432 656 -1092 ) ( -464 656 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 99\r
-{\r
-( -456 666 -1148 ) ( -434 643 -1148 ) ( -226 830 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -566 568 -1101 ) ( -544 543 -1101 ) ( -338 729 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -184 867 -1124 ) ( -206 892 -1124 ) ( -206 892 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -438 640 -1077 ) ( -458 664 -1077 ) ( -232 826 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -434 643 -1124 ) ( -226 830 -1124 ) ( -226 830 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -456 666 -1124 ) ( -434 643 -1124 ) ( -434 643 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -248 854 -1124 ) ( -456 666 -1124 ) ( -456 666 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -226 830 -1092 ) ( -434 643 -1092 ) ( -456 666 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 100\r
-{\r
-( -440 638 -1148 ) ( -462 661 -1148 ) ( -670 474 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -330 736 -1101 ) ( -352 761 -1101 ) ( -558 575 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -712 437 -1124 ) ( -690 412 -1124 ) ( -690 412 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -458 664 -1077 ) ( -438 640 -1077 ) ( -664 478 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -462 661 -1124 ) ( -670 474 -1124 ) ( -670 474 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -440 638 -1124 ) ( -462 661 -1124 ) ( -462 661 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -648 450 -1124 ) ( -440 638 -1124 ) ( -440 638 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -670 474 -1092 ) ( -462 661 -1092 ) ( -440 638 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 101\r
-{\r
-( -459 640 -1148 ) ( -444 668 -1148 ) ( -686 808 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -331 566 -1101 ) ( -315 594 -1101 ) ( -556 733 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -734 836 -1124 ) ( -751 808 -1124 ) ( -751 808 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -440 666 -1077 ) ( -456 638 -1077 ) ( -680 804 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -444 668 -1124 ) ( -686 808 -1124 ) ( -686 808 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 640 -1124 ) ( -444 668 -1124 ) ( -444 668 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -702 780 -1124 ) ( -459 640 -1124 ) ( -459 640 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -686 808 -1092 ) ( -444 668 -1092 ) ( -459 640 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 102\r
-{\r
-( -437 664 -1148 ) ( -452 636 -1148 ) ( -210 496 -1148 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -565 738 -1101 ) ( -581 710 -1101 ) ( -340 571 -1140 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -162 468 -1124 ) ( -145 496 -1124 ) ( -145 496 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -456 638 -1077 ) ( -440 666 -1077 ) ( -216 500 -1116 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -452 636 -1124 ) ( -210 496 -1124 ) ( -210 496 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -437 664 -1124 ) ( -452 636 -1124 ) ( -452 636 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -194 524 -1124 ) ( -437 664 -1124 ) ( -437 664 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -210 496 -1092 ) ( -452 636 -1092 ) ( -437 664 -1092 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 103\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -168 464 -1208 0 0 ) ( -176 464 -1208 0 0.062500 ) ( -184 464 -1208 0 0.125000 ) )\r
-( ( -168 436 -1208 0.218750 0 ) ( -176 436 -1208 0.218750 0.062500 ) ( -184 436 -1208 0.218750 0.125000 ) )\r
-( ( -168 436 -1180 0.437500 0 ) ( -176 436 -1180 0.437500 0.062500 ) ( -184 436 -1180 0.437500 0.125000 ) )\r
-( ( -168 436 -1152 0.656250 0 ) ( -176 436 -1152 0.656250 0.062500 ) ( -184 436 -1152 0.656250 0.125000 ) )\r
-( ( -168 464 -1152 0.875000 0 ) ( -176 464 -1152 0.875000 0.062500 ) ( -184 464 -1152 0.875000 0.125000 ) )\r
-( ( -168 492 -1152 1.093750 0 ) ( -176 492 -1152 1.093750 0.062500 ) ( -184 492 -1152 1.093750 0.125000 ) )\r
-( ( -168 492 -1180 1.312500 0 ) ( -176 492 -1180 1.312500 0.062500 ) ( -184 492 -1180 1.312500 0.125000 ) )\r
-( ( -168 492 -1208 1.531250 0 ) ( -176 492 -1208 1.531250 0.062500 ) ( -184 492 -1208 1.531250 0.125000 ) )\r
-( ( -168 464 -1208 1.750000 0 ) ( -176 464 -1208 1.750000 0.062500 ) ( -184 464 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 104\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -168 492 -1180 -8.031250 -18 ) ( -168 492 -1208 -8.250000 -18 ) ( -168 464 -1208 -8.250000 -17.781250 ) )\r
-( ( -168 492 -1152 -7.812500 -18 ) ( -168 464 -1180 -8.031250 -17.781250 ) ( -168 436 -1208 -8.250000 -17.562500 ) )\r
-( ( -168 464 -1152 -7.812500 -17.781250 ) ( -168 436 -1152 -7.812500 -17.562500 ) ( -168 436 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 105\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -184 464 -1208 -8.250000 -17.781250 ) ( -184 492 -1208 -8.250000 -18 ) ( -184 492 -1180 -8.031250 -18 ) )\r
-( ( -184 436 -1208 -8.250000 -17.562500 ) ( -184 464 -1180 -8.031250 -17.781250 ) ( -184 492 -1152 -7.812500 -18 ) )\r
-( ( -184 436 -1180 -8.031250 -17.562500 ) ( -184 436 -1152 -7.812500 -17.562500 ) ( -184 464 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 106\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -144 464 -1208 0 0 ) ( -152 464 -1208 0 0.062500 ) ( -160 464 -1208 0 0.125000 ) )\r
-( ( -144 436 -1208 0.218750 0 ) ( -152 436 -1208 0.218750 0.062500 ) ( -160 436 -1208 0.218750 0.125000 ) )\r
-( ( -144 436 -1180 0.437500 0 ) ( -152 436 -1180 0.437500 0.062500 ) ( -160 436 -1180 0.437500 0.125000 ) )\r
-( ( -144 436 -1152 0.656250 0 ) ( -152 436 -1152 0.656250 0.062500 ) ( -160 436 -1152 0.656250 0.125000 ) )\r
-( ( -144 464 -1152 0.875000 0 ) ( -152 464 -1152 0.875000 0.062500 ) ( -160 464 -1152 0.875000 0.125000 ) )\r
-( ( -144 492 -1152 1.093750 0 ) ( -152 492 -1152 1.093750 0.062500 ) ( -160 492 -1152 1.093750 0.125000 ) )\r
-( ( -144 492 -1180 1.312500 0 ) ( -152 492 -1180 1.312500 0.062500 ) ( -160 492 -1180 1.312500 0.125000 ) )\r
-( ( -144 492 -1208 1.531250 0 ) ( -152 492 -1208 1.531250 0.062500 ) ( -160 492 -1208 1.531250 0.125000 ) )\r
-( ( -144 464 -1208 1.750000 0 ) ( -152 464 -1208 1.750000 0.062500 ) ( -160 464 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 107\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 492 -1180 -8.031250 -18 ) ( -144 492 -1208 -8.250000 -18 ) ( -144 464 -1208 -8.250000 -17.781250 ) )\r
-( ( -144 492 -1152 -7.812500 -18 ) ( -144 464 -1180 -8.031250 -17.781250 ) ( -144 436 -1208 -8.250000 -17.562500 ) )\r
-( ( -144 464 -1152 -7.812500 -17.781250 ) ( -144 436 -1152 -7.812500 -17.562500 ) ( -144 436 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 108\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -160 464 -1208 -8.250000 -17.781250 ) ( -160 492 -1208 -8.250000 -18 ) ( -160 492 -1180 -8.031250 -18 ) )\r
-( ( -160 436 -1208 -8.250000 -17.562500 ) ( -160 464 -1180 -8.031250 -17.781250 ) ( -160 492 -1152 -7.812500 -18 ) )\r
-( ( -160 436 -1180 -8.031250 -17.562500 ) ( -160 436 -1152 -7.812500 -17.562500 ) ( -160 464 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 109\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -196 852 -1208 -8.250000 -17.781250 ) ( -196 880 -1208 -8.250000 -18 ) ( -196 880 -1180 -8.031250 -18 ) )\r
-( ( -196 824 -1208 -8.250000 -17.562500 ) ( -196 852 -1180 -8.031250 -17.781250 ) ( -196 880 -1152 -7.812500 -18 ) )\r
-( ( -196 824 -1180 -8.031250 -17.562500 ) ( -196 824 -1152 -7.812500 -17.562500 ) ( -196 852 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 110\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -180 880 -1180 -8.031250 -18 ) ( -180 880 -1208 -8.250000 -18 ) ( -180 852 -1208 -8.250000 -17.781250 ) )\r
-( ( -180 880 -1152 -7.812500 -18 ) ( -180 852 -1180 -8.031250 -17.781250 ) ( -180 824 -1208 -8.250000 -17.562500 ) )\r
-( ( -180 852 -1152 -7.812500 -17.781250 ) ( -180 824 -1152 -7.812500 -17.562500 ) ( -180 824 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 111\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -180 852 -1208 0 0 ) ( -188 852 -1208 0 0.062500 ) ( -196 852 -1208 0 0.125000 ) )\r
-( ( -180 824 -1208 0.218750 0 ) ( -188 824 -1208 0.218750 0.062500 ) ( -196 824 -1208 0.218750 0.125000 ) )\r
-( ( -180 824 -1180 0.437500 0 ) ( -188 824 -1180 0.437500 0.062500 ) ( -196 824 -1180 0.437500 0.125000 ) )\r
-( ( -180 824 -1152 0.656250 0 ) ( -188 824 -1152 0.656250 0.062500 ) ( -196 824 -1152 0.656250 0.125000 ) )\r
-( ( -180 852 -1152 0.875000 0 ) ( -188 852 -1152 0.875000 0.062500 ) ( -196 852 -1152 0.875000 0.125000 ) )\r
-( ( -180 880 -1152 1.093750 0 ) ( -188 880 -1152 1.093750 0.062500 ) ( -196 880 -1152 1.093750 0.125000 ) )\r
-( ( -180 880 -1180 1.312500 0 ) ( -188 880 -1180 1.312500 0.062500 ) ( -196 880 -1180 1.312500 0.125000 ) )\r
-( ( -180 880 -1208 1.531250 0 ) ( -188 880 -1208 1.531250 0.062500 ) ( -196 880 -1208 1.531250 0.125000 ) )\r
-( ( -180 852 -1208 1.750000 0 ) ( -188 852 -1208 1.750000 0.062500 ) ( -196 852 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 112\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -220 852 -1208 -8.250000 -17.781250 ) ( -220 880 -1208 -8.250000 -18 ) ( -220 880 -1180 -8.031250 -18 ) )\r
-( ( -220 824 -1208 -8.250000 -17.562500 ) ( -220 852 -1180 -8.031250 -17.781250 ) ( -220 880 -1152 -7.812500 -18 ) )\r
-( ( -220 824 -1180 -8.031250 -17.562500 ) ( -220 824 -1152 -7.812500 -17.562500 ) ( -220 852 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 113\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -204 880 -1180 -8.031250 -18 ) ( -204 880 -1208 -8.250000 -18 ) ( -204 852 -1208 -8.250000 -17.781250 ) )\r
-( ( -204 880 -1152 -7.812500 -18 ) ( -204 852 -1180 -8.031250 -17.781250 ) ( -204 824 -1208 -8.250000 -17.562500 ) )\r
-( ( -204 852 -1152 -7.812500 -17.781250 ) ( -204 824 -1152 -7.812500 -17.562500 ) ( -204 824 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 114\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -204 852 -1208 0 0 ) ( -212 852 -1208 0 0.062500 ) ( -220 852 -1208 0 0.125000 ) )\r
-( ( -204 824 -1208 0.218750 0 ) ( -212 824 -1208 0.218750 0.062500 ) ( -220 824 -1208 0.218750 0.125000 ) )\r
-( ( -204 824 -1180 0.437500 0 ) ( -212 824 -1180 0.437500 0.062500 ) ( -220 824 -1180 0.437500 0.125000 ) )\r
-( ( -204 824 -1152 0.656250 0 ) ( -212 824 -1152 0.656250 0.062500 ) ( -220 824 -1152 0.656250 0.125000 ) )\r
-( ( -204 852 -1152 0.875000 0 ) ( -212 852 -1152 0.875000 0.062500 ) ( -220 852 -1152 0.875000 0.125000 ) )\r
-( ( -204 880 -1152 1.093750 0 ) ( -212 880 -1152 1.093750 0.062500 ) ( -220 880 -1152 1.093750 0.125000 ) )\r
-( ( -204 880 -1180 1.312500 0 ) ( -212 880 -1180 1.312500 0.062500 ) ( -220 880 -1180 1.312500 0.125000 ) )\r
-( ( -204 880 -1208 1.531250 0 ) ( -212 880 -1208 1.531250 0.062500 ) ( -220 880 -1208 1.531250 0.125000 ) )\r
-( ( -204 852 -1208 1.750000 0 ) ( -212 852 -1208 1.750000 0.062500 ) ( -220 852 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 115\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -736 796 -1208 0 0 ) ( -744 796 -1208 0 0.062500 ) ( -752 796 -1208 0 0.125000 ) )\r
-( ( -736 768 -1208 0.218750 0 ) ( -744 768 -1208 0.218750 0.062500 ) ( -752 768 -1208 0.218750 0.125000 ) )\r
-( ( -736 768 -1180 0.437500 0 ) ( -744 768 -1180 0.437500 0.062500 ) ( -752 768 -1180 0.437500 0.125000 ) )\r
-( ( -736 768 -1152 0.656250 0 ) ( -744 768 -1152 0.656250 0.062500 ) ( -752 768 -1152 0.656250 0.125000 ) )\r
-( ( -736 796 -1152 0.875000 0 ) ( -744 796 -1152 0.875000 0.062500 ) ( -752 796 -1152 0.875000 0.125000 ) )\r
-( ( -736 824 -1152 1.093750 0 ) ( -744 824 -1152 1.093750 0.062500 ) ( -752 824 -1152 1.093750 0.125000 ) )\r
-( ( -736 824 -1180 1.312500 0 ) ( -744 824 -1180 1.312500 0.062500 ) ( -752 824 -1180 1.312500 0.125000 ) )\r
-( ( -736 824 -1208 1.531250 0 ) ( -744 824 -1208 1.531250 0.062500 ) ( -752 824 -1208 1.531250 0.125000 ) )\r
-( ( -736 796 -1208 1.750000 0 ) ( -744 796 -1208 1.750000 0.062500 ) ( -752 796 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 116\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -736 824 -1180 -8.031250 -18 ) ( -736 824 -1208 -8.250000 -18 ) ( -736 796 -1208 -8.250000 -17.781250 ) )\r
-( ( -736 824 -1152 -7.812500 -18 ) ( -736 796 -1180 -8.031250 -17.781250 ) ( -736 768 -1208 -8.250000 -17.562500 ) )\r
-( ( -736 796 -1152 -7.812500 -17.781250 ) ( -736 768 -1152 -7.812500 -17.562500 ) ( -736 768 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 117\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 796 -1208 -8.250000 -17.781250 ) ( -752 824 -1208 -8.250000 -18 ) ( -752 824 -1180 -8.031250 -18 ) )\r
-( ( -752 768 -1208 -8.250000 -17.562500 ) ( -752 796 -1180 -8.031250 -17.781250 ) ( -752 824 -1152 -7.812500 -18 ) )\r
-( ( -752 768 -1180 -8.031250 -17.562500 ) ( -752 768 -1152 -7.812500 -17.562500 ) ( -752 796 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 118\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -712 796 -1208 0 0 ) ( -720 796 -1208 0 0.062500 ) ( -728 796 -1208 0 0.125000 ) )\r
-( ( -712 768 -1208 0.218750 0 ) ( -720 768 -1208 0.218750 0.062500 ) ( -728 768 -1208 0.218750 0.125000 ) )\r
-( ( -712 768 -1180 0.437500 0 ) ( -720 768 -1180 0.437500 0.062500 ) ( -728 768 -1180 0.437500 0.125000 ) )\r
-( ( -712 768 -1152 0.656250 0 ) ( -720 768 -1152 0.656250 0.062500 ) ( -728 768 -1152 0.656250 0.125000 ) )\r
-( ( -712 796 -1152 0.875000 0 ) ( -720 796 -1152 0.875000 0.062500 ) ( -728 796 -1152 0.875000 0.125000 ) )\r
-( ( -712 824 -1152 1.093750 0 ) ( -720 824 -1152 1.093750 0.062500 ) ( -728 824 -1152 1.093750 0.125000 ) )\r
-( ( -712 824 -1180 1.312500 0 ) ( -720 824 -1180 1.312500 0.062500 ) ( -728 824 -1180 1.312500 0.125000 ) )\r
-( ( -712 824 -1208 1.531250 0 ) ( -720 824 -1208 1.531250 0.062500 ) ( -728 824 -1208 1.531250 0.125000 ) )\r
-( ( -712 796 -1208 1.750000 0 ) ( -720 796 -1208 1.750000 0.062500 ) ( -728 796 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 119\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -712 824 -1180 -8.031250 -18 ) ( -712 824 -1208 -8.250000 -18 ) ( -712 796 -1208 -8.250000 -17.781250 ) )\r
-( ( -712 824 -1152 -7.812500 -18 ) ( -712 796 -1180 -8.031250 -17.781250 ) ( -712 768 -1208 -8.250000 -17.562500 ) )\r
-( ( -712 796 -1152 -7.812500 -17.781250 ) ( -712 768 -1152 -7.812500 -17.562500 ) ( -712 768 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 120\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -728 796 -1208 -8.250000 -17.781250 ) ( -728 824 -1208 -8.250000 -18 ) ( -728 824 -1180 -8.031250 -18 ) )\r
-( ( -728 768 -1208 -8.250000 -17.562500 ) ( -728 796 -1180 -8.031250 -17.781250 ) ( -728 824 -1152 -7.812500 -18 ) )\r
-( ( -728 768 -1180 -8.031250 -17.562500 ) ( -728 768 -1152 -7.812500 -17.562500 ) ( -728 796 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 121\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -692 408 -1208 -8.250000 -17.781250 ) ( -692 436 -1208 -8.250000 -18 ) ( -692 436 -1180 -8.031250 -18 ) )\r
-( ( -692 380 -1208 -8.250000 -17.562500 ) ( -692 408 -1180 -8.031250 -17.781250 ) ( -692 436 -1152 -7.812500 -18 ) )\r
-( ( -692 380 -1180 -8.031250 -17.562500 ) ( -692 380 -1152 -7.812500 -17.562500 ) ( -692 408 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 122\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -676 436 -1180 -8.031250 -18 ) ( -676 436 -1208 -8.250000 -18 ) ( -676 408 -1208 -8.250000 -17.781250 ) )\r
-( ( -676 436 -1152 -7.812500 -18 ) ( -676 408 -1180 -8.031250 -17.781250 ) ( -676 380 -1208 -8.250000 -17.562500 ) )\r
-( ( -676 408 -1152 -7.812500 -17.781250 ) ( -676 380 -1152 -7.812500 -17.562500 ) ( -676 380 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 123\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -676 408 -1208 0 0 ) ( -684 408 -1208 0 0.062500 ) ( -692 408 -1208 0 0.125000 ) )\r
-( ( -676 380 -1208 0.218750 0 ) ( -684 380 -1208 0.218750 0.062500 ) ( -692 380 -1208 0.218750 0.125000 ) )\r
-( ( -676 380 -1180 0.437500 0 ) ( -684 380 -1180 0.437500 0.062500 ) ( -692 380 -1180 0.437500 0.125000 ) )\r
-( ( -676 380 -1152 0.656250 0 ) ( -684 380 -1152 0.656250 0.062500 ) ( -692 380 -1152 0.656250 0.125000 ) )\r
-( ( -676 408 -1152 0.875000 0 ) ( -684 408 -1152 0.875000 0.062500 ) ( -692 408 -1152 0.875000 0.125000 ) )\r
-( ( -676 436 -1152 1.093750 0 ) ( -684 436 -1152 1.093750 0.062500 ) ( -692 436 -1152 1.093750 0.125000 ) )\r
-( ( -676 436 -1180 1.312500 0 ) ( -684 436 -1180 1.312500 0.062500 ) ( -692 436 -1180 1.312500 0.125000 ) )\r
-( ( -676 436 -1208 1.531250 0 ) ( -684 436 -1208 1.531250 0.062500 ) ( -692 436 -1208 1.531250 0.125000 ) )\r
-( ( -676 408 -1208 1.750000 0 ) ( -684 408 -1208 1.750000 0.062500 ) ( -692 408 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 124\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -716 408 -1208 -8.250000 -17.781250 ) ( -716 436 -1208 -8.250000 -18 ) ( -716 436 -1180 -8.031250 -18 ) )\r
-( ( -716 380 -1208 -8.250000 -17.562500 ) ( -716 408 -1180 -8.031250 -17.781250 ) ( -716 436 -1152 -7.812500 -18 ) )\r
-( ( -716 380 -1180 -8.031250 -17.562500 ) ( -716 380 -1152 -7.812500 -17.562500 ) ( -716 408 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-// brush 125\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -700 436 -1180 -8.031250 -18 ) ( -700 436 -1208 -8.250000 -18 ) ( -700 408 -1208 -8.250000 -17.781250 ) )\r
-( ( -700 436 -1152 -7.812500 -18 ) ( -700 408 -1180 -8.031250 -17.781250 ) ( -700 380 -1208 -8.250000 -17.562500 ) )\r
-( ( -700 408 -1152 -7.812500 -17.781250 ) ( -700 380 -1152 -7.812500 -17.562500 ) ( -700 380 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 126\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -700 408 -1208 0 0 ) ( -708 408 -1208 0 0.062500 ) ( -716 408 -1208 0 0.125000 ) )\r
-( ( -700 380 -1208 0.218750 0 ) ( -708 380 -1208 0.218750 0.062500 ) ( -716 380 -1208 0.218750 0.125000 ) )\r
-( ( -700 380 -1180 0.437500 0 ) ( -708 380 -1180 0.437500 0.062500 ) ( -716 380 -1180 0.437500 0.125000 ) )\r
-( ( -700 380 -1152 0.656250 0 ) ( -708 380 -1152 0.656250 0.062500 ) ( -716 380 -1152 0.656250 0.125000 ) )\r
-( ( -700 408 -1152 0.875000 0 ) ( -708 408 -1152 0.875000 0.062500 ) ( -716 408 -1152 0.875000 0.125000 ) )\r
-( ( -700 436 -1152 1.093750 0 ) ( -708 436 -1152 1.093750 0.062500 ) ( -716 436 -1152 1.093750 0.125000 ) )\r
-( ( -700 436 -1180 1.312500 0 ) ( -708 436 -1180 1.312500 0.062500 ) ( -716 436 -1180 1.312500 0.125000 ) )\r
-( ( -700 436 -1208 1.531250 0 ) ( -708 436 -1208 1.531250 0.062500 ) ( -716 436 -1208 1.531250 0.125000 ) )\r
-( ( -700 408 -1208 1.750000 0 ) ( -708 408 -1208 1.750000 0.062500 ) ( -716 408 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 127\r
-{\r
-( -112 896 -556 ) ( -800 896 -556 ) ( -800 336 -556 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -792 336 -492 ) ( -792 896 -492 ) ( -104 896 -492 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -808 456 -548 ) ( -120 456 -548 ) ( -120 456 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 336 -548 ) ( -128 896 -548 ) ( -128 896 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -112 848 -548 ) ( -800 848 -548 ) ( -800 848 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -784 896 -548 ) ( -784 336 -548 ) ( -784 336 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 128\r
-{\r
-( -48 960 -556 ) ( -736 960 -556 ) ( -736 400 -556 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -728 400 -492 ) ( -728 960 -492 ) ( -40 960 -492 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -736 848 -548 ) ( -48 848 -548 ) ( -48 848 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 400 -548 ) ( -192 960 -548 ) ( -192 960 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -48 912 -548 ) ( -736 912 -548 ) ( -736 912 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -720 960 -548 ) ( -720 400 -548 ) ( -720 400 -588 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 129\r
-{\r
-( -864 344 -556 ) ( -176 344 -556 ) ( -176 904 -556 ) desktop/blackdrawer 0 0 -180 0.500000 0.500000 0 0 0\r
-( -184 904 -492 ) ( -184 344 -492 ) ( -872 344 -492 ) desktop/blackdrawer 0 0 -180 0.500000 0.500000 0 0 0\r
-( -176 456 -548 ) ( -864 456 -548 ) ( -864 456 -588 ) desktop/blackdrawer 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -712 904 -548 ) ( -712 344 -548 ) ( -712 344 -588 ) desktop/blackdrawer 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -856 392 -548 ) ( -168 392 -548 ) ( -168 392 -588 ) desktop/blackdrawer 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -184 344 -548 ) ( -184 904 -548 ) ( -184 904 -588 ) desktop/blackdrawer 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 130\r
-{\r
-( -864 344 -492 ) ( -176 344 -492 ) ( -176 904 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -184 904 -460 ) ( -184 344 -460 ) ( -872 344 -460 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -176 456 -452 ) ( -864 456 -452 ) ( -864 456 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -712 904 -452 ) ( -712 344 -452 ) ( -712 344 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -856 392 -452 ) ( -168 392 -452 ) ( -168 392 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -184 344 -452 ) ( -184 904 -452 ) ( -184 904 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 131\r
-{\r
-( -48 960 -492 ) ( -736 960 -492 ) ( -736 400 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -728 400 -460 ) ( -728 960 -460 ) ( -40 960 -460 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -736 848 -452 ) ( -48 848 -452 ) ( -48 848 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 400 -452 ) ( -192 960 -452 ) ( -192 960 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -48 912 -452 ) ( -736 912 -452 ) ( -736 912 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -720 960 -452 ) ( -720 400 -452 ) ( -720 400 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 132\r
-{\r
-( -112 896 -492 ) ( -800 896 -492 ) ( -800 336 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -792 336 -460 ) ( -792 896 -460 ) ( -104 896 -460 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -808 456 -452 ) ( -120 456 -452 ) ( -120 456 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 336 -452 ) ( -128 896 -452 ) ( -128 896 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -112 848 -452 ) ( -800 848 -452 ) ( -800 848 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-( -784 896 -452 ) ( -784 336 -452 ) ( -784 336 -492 ) desktop/chair 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 133\r
-{\r
-( -800 976 -428 ) ( -112 976 -428 ) ( -112 976 132 ) desktop/blackdrawer 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -120 912 132 ) ( -120 912 -428 ) ( -808 912 -428 ) desktop/blackdrawer 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -96 968 -252 ) ( -784 968 -252 ) ( -784 1008 -252 ) desktop/blackdrawer 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -784 968 132 ) ( -784 968 -428 ) ( -784 1008 -428 ) desktop/blackdrawer 80 16 90 0.500000 -0.500000 0 0 0\r
-( -800 968 -380 ) ( -112 968 -380 ) ( -112 1008 -380 ) desktop/blackdrawer 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -128 968 -428 ) ( -128 968 132 ) ( -128 1008 132 ) desktop/blackdrawer 80 16 90 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 134\r
-{\r
-( -864 976 -492 ) ( -176 976 -492 ) ( -176 976 68 ) desktop/blackdrawer 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -184 912 68 ) ( -184 912 -492 ) ( -872 912 -492 ) desktop/blackdrawer 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -176 968 -380 ) ( -864 968 -380 ) ( -864 1008 -380 ) desktop/blackdrawer 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -720 968 68 ) ( -720 968 -492 ) ( -720 1008 -492 ) desktop/blackdrawer 80 16 90 0.500000 -0.500000 0 0 0\r
-( -864 968 -444 ) ( -176 968 -444 ) ( -176 1008 -444 ) desktop/blackdrawer 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -192 968 -492 ) ( -192 968 68 ) ( -192 1008 68 ) desktop/blackdrawer 80 16 90 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 135\r
-{\r
-( -800 912 -428 ) ( -112 912 -428 ) ( -112 912 132 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -120 880 132 ) ( -120 880 -428 ) ( -808 880 -428 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -88 872 -252 ) ( -776 872 -252 ) ( -776 912 -252 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -784 872 132 ) ( -784 872 -428 ) ( -784 912 -428 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-( -800 872 -380 ) ( -112 872 -380 ) ( -112 912 -380 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -128 872 -428 ) ( -128 872 132 ) ( -128 912 132 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 136\r
-{\r
-( -88 912 124 ) ( -776 912 124 ) ( -776 912 -436 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -768 880 -436 ) ( -768 880 124 ) ( -80 880 124 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -768 872 -252 ) ( -80 872 -252 ) ( -80 912 -252 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -296 872 -436 ) ( -296 872 124 ) ( -296 912 124 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-( -100 872 222 ) ( -788 872 222 ) ( -788 912 222 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -616 872 116 ) ( -616 872 -444 ) ( -616 912 -444 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 137\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 880 -380 -11.875000 -34.250000 ) ( -160 880 -380 -11.875000 -34.750000 ) ( -160 880 -380 -11.875000 -34.750000 ) )\r
-( ( -192 880 -444 -10.875000 -34.250000 ) ( -160 880 -412 -11.375000 -34.750000 ) ( -128 880 -380 -11.875000 -35.250000 ) )\r
-( ( -192 880 -444 -10.875000 -34.250000 ) ( -128 880 -444 -10.875000 -35.250000 ) ( -128 880 -380 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 138\r
-{\r
-( -864 912 -492 ) ( -176 912 -492 ) ( -176 912 68 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -184 880 68 ) ( -184 880 -492 ) ( -872 880 -492 ) desktop/chair 0 -80 -180 0.500000 -0.500000 0 0 0\r
-( -176 872 -380 ) ( -864 872 -380 ) ( -864 912 -380 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -720 872 68 ) ( -720 872 -492 ) ( -720 912 -492 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-( -864 872 -444 ) ( -176 872 -444 ) ( -176 912 -444 ) desktop/chair 0 16 -180 0.500000 -0.500000 0 0 0\r
-( -192 872 -492 ) ( -192 872 68 ) ( -192 912 68 ) desktop/chair 80 16 90 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 139\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -160 944 -380 0 0 ) ( -160 960 -380 0 0.750000 ) ( -160 976 -380 0 1.500000 ) )\r
-( ( -128 944 -380 0.500000 0 ) ( -128 960 -380 0.500000 0.750000 ) ( -128 976 -380 0.500000 1.500000 ) )\r
-( ( -128 944 -380 0.500000 0 ) ( -128 960 -380 0.500000 0.750000 ) ( -128 976 -380 0.500000 1.500000 ) )\r
-( ( -128 944 -444 1.500000 0 ) ( -128 960 -444 1.500000 0.750000 ) ( -128 976 -444 1.500000 1.500000 ) )\r
-( ( -192 944 -444 2.500000 0 ) ( -192 960 -444 2.500000 0.750000 ) ( -192 976 -444 2.500000 1.500000 ) )\r
-( ( -192 944 -444 2.500000 0 ) ( -192 960 -444 2.500000 0.750000 ) ( -192 976 -444 2.500000 1.500000 ) )\r
-( ( -192 944 -380 3.500000 0 ) ( -192 960 -380 3.500000 0.750000 ) ( -192 976 -380 3.500000 1.500000 ) )\r
-( ( -160 944 -380 4 0 ) ( -160 960 -380 4 0.750000 ) ( -160 976 -380 4 1.500000 ) )\r
-( ( -160 944 -380 4 0 ) ( -160 960 -380 4 0.750000 ) ( -160 976 -380 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 140\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -720 944 -412 0 0 ) ( -720 960 -412 0 0.750000 ) ( -720 976 -412 0 1.500000 ) )\r
-( ( -720 944 -444 0.500000 0 ) ( -720 960 -444 0.500000 0.750000 ) ( -720 976 -444 0.500000 1.500000 ) )\r
-( ( -720 944 -444 0.500000 0 ) ( -720 960 -444 0.500000 0.750000 ) ( -720 976 -444 0.500000 1.500000 ) )\r
-( ( -784 944 -444 1.500000 0 ) ( -784 960 -444 1.500000 0.750000 ) ( -784 976 -444 1.500000 1.500000 ) )\r
-( ( -784 944 -380 2.500000 0 ) ( -784 960 -380 2.500000 0.750000 ) ( -784 976 -380 2.500000 1.500000 ) )\r
-( ( -784 944 -380 2.500000 0 ) ( -784 960 -380 2.500000 0.750000 ) ( -784 976 -380 2.500000 1.500000 ) )\r
-( ( -720 944 -380 3.500000 0 ) ( -720 960 -380 3.500000 0.750000 ) ( -720 976 -380 3.500000 1.500000 ) )\r
-( ( -720 944 -412 4 0 ) ( -720 960 -412 4 0.750000 ) ( -720 976 -412 4 1.500000 ) )\r
-( ( -720 944 -412 4 0 ) ( -720 960 -412 4 0.750000 ) ( -720 976 -412 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 141\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -720 880 -380 -11.875000 -34.250000 ) ( -720 880 -412 -11.875000 -34.750000 ) ( -720 880 -412 -11.875000 -34.750000 ) )\r
-( ( -784 880 -380 -10.875000 -34.250000 ) ( -752 880 -412 -11.375000 -34.750000 ) ( -720 880 -444 -11.875000 -35.250000 ) )\r
-( ( -784 880 -380 -10.875000 -34.250000 ) ( -784 880 -444 -10.875000 -35.250000 ) ( -720 880 -444 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 142\r
-{\r
-( -88 976 124 ) ( -776 976 124 ) ( -776 976 -436 ) desktop/blackdrawer 0 80 0 0.500000 -0.500000 0 0 0\r
-( -768 912 -436 ) ( -768 912 124 ) ( -80 912 124 ) desktop/blackdrawer 0 80 0 0.500000 -0.500000 0 0 0\r
-( -776 968 -252 ) ( -88 968 -252 ) ( -88 1008 -252 ) desktop/blackdrawer 0 16 0 0.500000 0.500000 0 0 0\r
-( -296 968 -436 ) ( -296 968 124 ) ( -296 1008 124 ) desktop/blackdrawer -80 16 -90 0.500000 0.500000 0 0 0\r
-( -90 968 222 ) ( -778 968 222 ) ( -778 1008 222 ) desktop/blackdrawer 0 16 0 0.500000 0.500000 0 0 0\r
-( -616 968 124 ) ( -616 968 -436 ) ( -616 1008 -436 ) desktop/blackdrawer -80 16 -90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 143\r
-{\r
-( -416 976 -510 ) ( -480 976 -510 ) ( -480 928 -510 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -480 928 -444 ) ( -480 976 -444 ) ( -416 976 -444 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -480 924 -444 ) ( -416 924 -444 ) ( -416 924 -532 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -416 928 -444 ) ( -416 976 -444 ) ( -416 976 -532 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -416 959 -444 ) ( -480 959 -444 ) ( -480 959 -532 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -480 976 -444 ) ( -480 928 -444 ) ( -480 928 -532 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 144\r
-{\r
-( -416 907 -557 ) ( -480 907 -557 ) ( -480 875 -521 ) desktop/blackdrawer 0 40 0 0.500000 -0.372040 0 0 0\r
-( -480 905 -527 ) ( -416 905 -527 ) ( -416 839 -586 ) desktop/blackdrawer 0 79 0 0.500000 0.371704 0 0 0\r
-( -416 917 -483 ) ( -416 949 -519 ) ( -416 883 -578 ) desktop/blackdrawer -61 -27 -47 0.500113 0.499524 0 0 0\r
-( -416 949 -519 ) ( -480 949 -519 ) ( -480 883 -578 ) desktop/blackdrawer 0 50 0 0.500000 0.371338 0 0 0\r
-( -480 949 -519 ) ( -480 917 -483 ) ( -480 851 -542 ) desktop/blackdrawer -61 -27 -47 0.500113 0.499524 0 0 0\r
-( -480 976 -510 ) ( -416 976 -510 ) ( -480 928 -510 ) desktop/blackdrawer -61 -27 -47 0.500113 0.499524 0 0 0\r
-}\r
-// brush 145\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 400 -8192 8192 ) ( 400 8192 8192 ) ( 400 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 736 8192 ) ( 8192 736 8192 ) ( -8192 736 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1456 8192 ) ( -8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1032 ) ( 8192 8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -864 ) ( 8192 -8192 -864 ) ( -8192 -8192 -864 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 146\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1456 8192 ) ( 8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1032 ) ( 8192 8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -864 ) ( 8192 -8192 -864 ) ( -8192 -8192 -864 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 147\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 148\r
-{\r
-( 1984 8192 8192 ) ( 1984 -8192 8192 ) ( 1984 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 736 8192 ) ( 8192 736 8192 ) ( -8192 736 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1456 8192 ) ( -8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1032 ) ( 8192 8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -864 ) ( 8192 -8192 -864 ) ( -8192 -8192 -864 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 149\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 736 8192 ) ( -8192 736 8192 ) ( -8192 736 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1032 ) ( 8192 8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -864 ) ( 8192 -8192 -864 ) ( -8192 -8192 -864 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 150\r
-{\r
-( -2168 8192 8192 ) ( -2168 -8192 8192 ) ( -2168 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -2160 -8192 8192 ) ( -2160 8192 8192 ) ( -2160 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1424 8192 ) ( 8192 -1424 8192 ) ( -8192 -1424 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 2656 8192 ) ( -8192 2656 8192 ) ( -8192 2656 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1216 ) ( 8192 8192 -1216 ) ( -8192 -8192 -1216 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1608 ) ( 8192 -8192 1608 ) ( -8192 -8192 1608 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 151\r
-{\r
-( -2160 8192 8192 ) ( -2160 -8192 8192 ) ( -2160 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 2120 -8192 8192 ) ( 2120 8192 8192 ) ( 2120 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 2648 8192 ) ( 8192 2648 8192 ) ( -8192 2648 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 2656 8192 ) ( -8192 2656 8192 ) ( -8192 2656 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1216 ) ( 8192 8192 -1216 ) ( -8192 -8192 -1216 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1608 ) ( 8192 -8192 1608 ) ( -8192 -8192 1608 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 152\r
-{\r
-( 2120 8192 8192 ) ( 2120 -8192 8192 ) ( 2120 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 2128 -8192 8192 ) ( 2128 8192 8192 ) ( 2128 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1424 8192 ) ( 8192 -1424 8192 ) ( -8192 -1424 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 2656 8192 ) ( -8192 2656 8192 ) ( -8192 2656 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1216 ) ( 8192 8192 -1216 ) ( -8192 -8192 -1216 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1608 ) ( 8192 -8192 1608 ) ( -8192 -8192 1608 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 153\r
-{\r
-( -2168 8192 8192 ) ( -2168 -8192 8192 ) ( -2168 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 2128 -8192 8192 ) ( 2128 8192 8192 ) ( 2128 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1432 8192 ) ( 8192 -1432 8192 ) ( -8192 -1432 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1424 8192 ) ( -8192 -1424 8192 ) ( -8192 -1424 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1216 ) ( 8192 8192 -1216 ) ( -8192 -8192 -1216 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1608 ) ( 8192 -8192 1608 ) ( -8192 -8192 1608 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 154\r
-{\r
-( -2168 8192 8192 ) ( -2168 -8192 8192 ) ( -2168 8192 -8192 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-( 2128 -8192 8192 ) ( 2128 8192 8192 ) ( 2128 8192 -8192 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1424 8192 ) ( 8192 -1424 8192 ) ( -8192 -1424 -8192 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 2656 8192 ) ( -8192 2656 8192 ) ( -8192 2656 -8192 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1216 ) ( 8192 8192 -1216 ) ( -8192 -8192 -1216 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1208 ) ( 8192 -8192 -1208 ) ( -8192 -8192 -1208 ) desktop/carpet 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 155\r
-{\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 206 ) ( 8192 8192 206 ) ( -8192 -8192 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 749 -8161 8192 ) ( -272 8190 8192 ) ( -272 8190 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 583 8171 8192 ) ( -438 -8180 8192 ) ( -438 -8180 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 156\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 8 ) ( 8192 -8192 8 ) ( -8192 -8192 8 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 157\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 688 ) ( 8192 -8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 158\r
-{\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 -7808 2544 ) ( 8191 8090 -1409 ) ( -8192 8087 -1423 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1911 7973 8192 ) ( 2572 -7785 8192 ) ( 2572 -7785 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1196 -8176 8192 ) ( 3288 7581 8192 ) ( 3288 7581 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7809 2539 ) ( 8192 8088 -1418 ) ( -8192 8088 -1418 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 159\r
-{\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1196 -8176 8192 ) ( 3288 7581 8192 ) ( 3288 7581 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1911 7973 8192 ) ( 2572 -7785 8192 ) ( 2572 -7785 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 7925 2075 ) ( 8191 -7985 -1832 ) ( -8192 -7980 -1851 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1912 7973 8192 ) ( 2573 -7784 8192 ) ( 2573 -7784 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 160\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/myscreen 0 32 0 -0.031250 2.250000 0 0 0\r
-( 1104 -8192 8192 ) ( 1104 8192 8192 ) ( 1104 8192 -8192 ) desktop/myscreen 0 32 0 -0.031250 2.250000 0 0 0\r
-( -8192 -144 8192 ) ( 8192 -144 8192 ) ( -8192 -144 -8192 ) desktop/myscreen 136 32 0 -2.812500 2.250000 0 0 0\r
-( 8192 -136 8192 ) ( -8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/myscreen 136 32 0 -2.812500 2.250000 0 0 0\r
-( 8192 -8192 72 ) ( 8192 8192 72 ) ( -8192 -8192 72 ) desktop/myscreen 136 0 0 -2.812500 0.031250 0 0 0\r
-( 8192 8192 648 ) ( 8192 -8192 648 ) ( -8192 -8192 648 ) desktop/myscreen 136 0 0 -2.812500 0.031250 0 0 0\r
-}\r
-// brush 161\r
-{\r
-( 352 8192 8192 ) ( 352 -8192 8192 ) ( 352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1136 -8192 8192 ) ( 1136 8192 8192 ) ( 1136 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -166 8192 ) ( -8192 -166 8192 ) ( -8192 -166 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -56 ) ( 8192 8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 0 ) ( 8192 -8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 162\r
-{\r
-( 464 8192 8192 ) ( 464 -8192 8192 ) ( 464 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 984 -8192 8192 ) ( 984 8192 8192 ) ( 984 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -144 8192 ) ( -8192 -144 8192 ) ( -8192 -144 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -120 ) ( 8192 -8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 163\r
-{\r
-( 416 8192 8192 ) ( 416 -8192 8192 ) ( 416 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1224 -8192 8192 ) ( 1224 8192 8192 ) ( 1224 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 24 8192 ) ( 8192 24 8192 ) ( -8192 24 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 360 8192 ) ( -8192 360 8192 ) ( -8192 360 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -112 ) ( 8192 -8192 -112 ) ( -8192 -8192 -112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 164\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Keybesc 113 -17 180 0.095893 0.101763 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1505 8191 8136 ) ( 1505 -8191 8136 ) ( 823 -8191 -8233 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 165\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F1 84 -5 180 0.190898 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 421 -8191 8255 ) ( 421 8191 8255 ) ( 1781 8191 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1433 8191 8139 ) ( 1433 -8191 8139 ) ( 751 -8191 -8230 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 166\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F2 2 -5 180 0.188531 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 389 -8191 8252 ) ( 389 8191 8252 ) ( 1750 8191 -8074 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1401 8191 8140 ) ( 1401 -8191 8140 ) ( 719 -8191 -8229 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 167\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F3 41 -5 180 0.189517 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 357 -8191 8250 ) ( 357 8191 8250 ) ( 1718 8191 -8077 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1369 8191 8142 ) ( 1369 -8191 8142 ) ( 687 -8191 -8227 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 168\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F4 -34 -5 180 0.190813 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 325 -8191 8247 ) ( 325 8191 8247 ) ( 1686 8191 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1337 8191 8143 ) ( 1337 -8191 8143 ) ( 655 -8191 -8226 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 169\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/F5 60 58 0 -0.234493 0.226945 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F5 24 3 180 0.188937 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 278 -8191 8243 ) ( 278 8191 8243 ) ( 1638 8191 -8083 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1289 8191 8145 ) ( 1289 -8191 8145 ) ( 607 -8191 -8224 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 170\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F6 40 -5 180 0.186584 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 246 -8191 8240 ) ( 246 8191 8240 ) ( 1607 8191 -8086 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1257 8191 8146 ) ( 1257 -8191 8146 ) ( 575 -8191 -8223 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 171\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F7 -27 -5 180 0.187561 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 214 -8191 8238 ) ( 214 8191 8238 ) ( 1575 8191 -8089 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1225 8191 8148 ) ( 1225 -8191 8148 ) ( 543 -8191 -8221 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 172\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F8 31 -13 180 0.188858 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 182 -8191 8235 ) ( 182 8191 8235 ) ( 1543 8191 -8091 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1193 8191 8149 ) ( 1193 -8191 8149 ) ( 511 -8191 -8220 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 173\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F9 74 -5 180 0.186992 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 135 -8191 8231 ) ( 135 8191 8231 ) ( 1495 8191 -8095 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1145 8191 8151 ) ( 1145 -8191 8151 ) ( 463 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 174\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F10 90 -5 180 0.184310 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 103 -8191 8229 ) ( 103 8191 8229 ) ( 1464 8191 -8098 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1113 8191 8152 ) ( 1113 -8191 8152 ) ( 431 -8191 -8217 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 175\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/F11 56 -5 180 0.189489 0.203526 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 71 -8191 8226 ) ( 71 8191 8226 ) ( 1432 8191 -8101 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1082 8191 8154 ) ( 1082 -8191 8154 ) ( 399 -8191 -8215 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 176\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 39 -8191 8223 ) ( 39 8191 8223 ) ( 1400 8191 -8103 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1050 8191 8155 ) ( 1050 -8191 8155 ) ( 368 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 177\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -71 -8191 8214 ) ( -71 8191 8214 ) ( 1289 8191 -8112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 938 8191 8160 ) ( 938 -8191 8160 ) ( 256 -8191 -8209 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 178\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -39 -8191 8217 ) ( -39 8191 8217 ) ( 1321 8191 -8110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 970 8191 8158 ) ( 970 -8191 8158 ) ( 288 -8191 -8211 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 179\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7 -8191 8219 ) ( -7 8191 8219 ) ( 1352 8191 -8107 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1002 8191 8157 ) ( 1002 -8191 8157 ) ( 320 -8191 -8212 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 180\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Kplus 74 59 180 0.187958 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 111 -8191 8229 ) ( 111 8191 8229 ) ( 1471 8191 -8097 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1121 8191 8152 ) ( 1121 -8191 8152 ) ( 439 -8191 -8217 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 181\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Kminus 138 59 180 0.186671 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 143 -8191 8232 ) ( 143 8191 8232 ) ( 1503 8191 -8095 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1153 8191 8151 ) ( 1153 -8191 8151 ) ( 471 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 182\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K0 -11 59 180 0.189511 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 174 -8191 8234 ) ( 174 8191 8234 ) ( 1535 8191 -8092 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1185 8191 8149 ) ( 1185 -8191 8149 ) ( 503 -8191 -8220 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 183\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K9 62 59 180 0.187882 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 206 -8191 8237 ) ( 206 8191 8237 ) ( 1567 8191 -8089 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1217 8191 8148 ) ( 1217 -8191 8148 ) ( 535 -8191 -8221 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 184\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K8 19 59 180 0.186586 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 238 -8191 8240 ) ( 238 8191 8240 ) ( 1599 8191 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1249 8191 8147 ) ( 1249 -8191 8147 ) ( 567 -8191 -8222 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 185\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K7 112 59 180 0.189598 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 270 -8191 8242 ) ( 270 8191 8242 ) ( 1630 8191 -8084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1281 8191 8145 ) ( 1281 -8191 8145 ) ( 599 -8191 -8224 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 186\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K6 77 59 180 0.187970 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 302 -8191 8245 ) ( 302 8191 8245 ) ( 1662 8191 -8081 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1313 8191 8144 ) ( 1313 -8191 8144 ) ( 631 -8191 -8225 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 187\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K5 45 59 180 0.190493 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 333 -8191 8248 ) ( 333 8191 8248 ) ( 1694 8191 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1345 8191 8143 ) ( 1345 -8191 8143 ) ( 663 -8191 -8226 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 188\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K4 -9 59 180 0.189508 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 365 -8191 8250 ) ( 365 8191 8250 ) ( 1726 8191 -8076 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1377 8191 8141 ) ( 1377 -8191 8141 ) ( 695 -8191 -8228 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 189\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K3 73 59 180 0.191880 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 397 -8191 8253 ) ( 397 8191 8253 ) ( 1757 8191 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1409 8191 8140 ) ( 1409 -8191 8140 ) ( 727 -8191 -8229 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 190\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K2 146 59 180 0.190578 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 429 -8191 8256 ) ( 429 8191 8256 ) ( 1789 8191 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1441 8191 8139 ) ( 1441 -8191 8139 ) ( 759 -8191 -8230 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 191\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/K1 93 59 180 0.193414 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 460 -8191 8258 ) ( 460 8191 8258 ) ( 1821 8191 -8068 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1473 8191 8137 ) ( 1473 -8191 8137 ) ( 791 -8191 -8232 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 192\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Topleftkey 52 59 180 0.191785 0.211339 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1505 8191 8136 ) ( 1505 -8191 8136 ) ( 823 -8191 -8233 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 193\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 79 -8191 8227 ) ( 79 8191 8227 ) ( 1440 8191 -8100 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1058 8191 8155 ) ( 1058 -8191 8155 ) ( 376 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 194\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Q 110 123 180 0.293417 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 452 -8191 8258 ) ( 452 8191 8258 ) ( 1813 8191 -8069 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1465 8191 8138 ) ( 1465 -8191 8138 ) ( 783 -8191 -8231 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 195\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/W 164 115 180 0.290898 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 421 -8191 8255 ) ( 421 8191 8255 ) ( 1781 8191 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1433 8191 8139 ) ( 1433 -8191 8139 ) ( 751 -8191 -8230 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 196\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/E 82 115 180 0.288531 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 389 -8191 8252 ) ( 389 8191 8252 ) ( 1750 8191 -8074 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1401 8191 8140 ) ( 1401 -8191 8140 ) ( 719 -8191 -8229 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 197\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/R 81 115 180 0.289517 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 357 -8191 8250 ) ( 357 8191 8250 ) ( 1718 8191 -8077 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1369 8191 8142 ) ( 1369 -8191 8142 ) ( 687 -8191 -8227 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 198\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/T 78 115 180 0.290813 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 325 -8191 8247 ) ( 325 8191 8247 ) ( 1686 8191 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1337 8191 8143 ) ( 1337 -8191 8143 ) ( 655 -8191 -8226 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 199\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/Y 125 115 180 0.288615 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 294 -8191 8244 ) ( 294 8191 8244 ) ( 1654 8191 -8082 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1305 8191 8144 ) ( 1305 -8191 8144 ) ( 623 -8191 -8225 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 200\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/U 130 115 180 0.289599 0.311340 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 262 -8191 8242 ) ( 262 8191 8242 ) ( 1622 8191 -8085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1273 8191 8146 ) ( 1273 -8191 8146 ) ( 591 -8191 -8223 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 201\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 230 -8191 8239 ) ( 230 8191 8239 ) ( 1591 8191 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1241 8191 8147 ) ( 1241 -8191 8147 ) ( 559 -8191 -8222 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 202\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 198 -8191 8236 ) ( 198 8191 8236 ) ( 1559 8191 -8090 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1209 8191 8148 ) ( 1209 -8191 8148 ) ( 527 -8191 -8221 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 203\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 166 -8191 8234 ) ( 166 8191 8234 ) ( 1527 8191 -8093 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1177 8191 8150 ) ( 1177 -8191 8150 ) ( 495 -8191 -8219 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 204\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 135 -8191 8231 ) ( 135 8191 8231 ) ( 1495 8191 -8095 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1145 8191 8151 ) ( 1145 -8191 8151 ) ( 463 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 205\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 103 -8191 8229 ) ( 103 8191 8229 ) ( 1464 8191 -8098 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1113 8191 8152 ) ( 1113 -8191 8152 ) ( 431 -8191 -8217 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 206\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 95 -8191 8228 ) ( 95 8191 8228 ) ( 1456 8191 -8099 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 8191 8153 ) ( 1106 -8191 8153 ) ( 423 -8191 -8216 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 207\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 127 -8191 8230 ) ( 127 8191 8230 ) ( 1487 8191 -8096 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1137 8191 8151 ) ( 1137 -8191 8151 ) ( 455 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 208\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 159 -8191 8233 ) ( 159 8191 8233 ) ( 1519 8191 -8093 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1169 8191 8150 ) ( 1169 -8191 8150 ) ( 487 -8191 -8219 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 209\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 190 -8191 8236 ) ( 190 8191 8236 ) ( 1551 8191 -8091 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1201 8191 8149 ) ( 1201 -8191 8149 ) ( 519 -8191 -8220 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 210\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 222 -8191 8238 ) ( 222 8191 8238 ) ( 1583 8191 -8088 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1233 8191 8147 ) ( 1233 -8191 8147 ) ( 551 -8191 -8222 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 211\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 254 -8191 8241 ) ( 254 8191 8241 ) ( 1614 8191 -8085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1265 8191 8146 ) ( 1265 -8191 8146 ) ( 583 -8191 -8223 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 212\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 286 -8191 8244 ) ( 286 8191 8244 ) ( 1646 8191 -8083 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1297 8191 8145 ) ( 1297 -8191 8145 ) ( 615 -8191 -8224 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 213\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 317 -8191 8246 ) ( 317 8191 8246 ) ( 1678 8191 -8080 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1329 8191 8143 ) ( 1329 -8191 8143 ) ( 647 -8191 -8226 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 214\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 349 -8191 8249 ) ( 349 8191 8249 ) ( 1710 8191 -8077 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1361 8191 8142 ) ( 1361 -8191 8142 ) ( 679 -8191 -8227 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 215\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 381 -8191 8252 ) ( 381 8191 8252 ) ( 1742 8191 -8075 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1393 8191 8141 ) ( 1393 -8191 8141 ) ( 711 -8191 -8228 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 216\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 413 -8191 8254 ) ( 413 8191 8254 ) ( 1773 8191 -8072 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1425 8191 8139 ) ( 1425 -8191 8139 ) ( 743 -8191 -8230 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 217\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 445 -8191 8257 ) ( 445 8191 8257 ) ( 1805 8191 -8069 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1457 8191 8138 ) ( 1457 -8191 8138 ) ( 775 -8191 -8231 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 218\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1497 8191 8136 ) ( 1497 -8191 8136 ) ( 815 -8191 -8233 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 219\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 758 8160 ) ( 8192 758 8160 ) ( 8192 -263 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1497 8191 8136 ) ( 1497 -8191 8136 ) ( 815 -8191 -8233 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 220\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 460 -8191 8258 ) ( 460 8191 8258 ) ( 1821 8191 -8068 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1473 8191 8137 ) ( 1473 -8191 8137 ) ( 791 -8191 -8232 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 221\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 429 -8191 8256 ) ( 429 8191 8256 ) ( 1789 8191 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1441 8191 8139 ) ( 1441 -8191 8139 ) ( 759 -8191 -8230 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 222\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 397 -8191 8253 ) ( 397 8191 8253 ) ( 1757 8191 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1409 8191 8140 ) ( 1409 -8191 8140 ) ( 727 -8191 -8229 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 223\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 365 -8191 8250 ) ( 365 8191 8250 ) ( 1726 8191 -8076 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1377 8191 8141 ) ( 1377 -8191 8141 ) ( 695 -8191 -8228 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 224\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 333 -8191 8248 ) ( 333 8191 8248 ) ( 1694 8191 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1345 8191 8143 ) ( 1345 -8191 8143 ) ( 663 -8191 -8226 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 225\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 302 -8191 8245 ) ( 302 8191 8245 ) ( 1662 8191 -8081 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1313 8191 8144 ) ( 1313 -8191 8144 ) ( 631 -8191 -8225 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 226\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 270 -8191 8242 ) ( 270 8191 8242 ) ( 1630 8191 -8084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1281 8191 8145 ) ( 1281 -8191 8145 ) ( 599 -8191 -8224 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 227\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 238 -8191 8240 ) ( 238 8191 8240 ) ( 1599 8191 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1249 8191 8147 ) ( 1249 -8191 8147 ) ( 567 -8191 -8222 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 228\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 206 -8191 8237 ) ( 206 8191 8237 ) ( 1567 8191 -8089 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1217 8191 8148 ) ( 1217 -8191 8148 ) ( 535 -8191 -8221 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 229\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 174 -8191 8234 ) ( 174 8191 8234 ) ( 1535 8191 -8092 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1185 8191 8149 ) ( 1185 -8191 8149 ) ( 503 -8191 -8220 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 230\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 143 -8191 8232 ) ( 143 8191 8232 ) ( 1503 8191 -8095 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1153 8191 8151 ) ( 1153 -8191 8151 ) ( 471 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 231\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 111 -8191 8229 ) ( 111 8191 8229 ) ( 1471 8191 -8097 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1121 8191 8152 ) ( 1121 -8191 8152 ) ( 439 -8191 -8217 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 232\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1505 8191 8136 ) ( 1505 -8191 8136 ) ( 823 -8191 -8233 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 233\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 71 -8191 8226 ) ( 71 8191 8226 ) ( 1432 8191 -8101 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1058 8191 8155 ) ( 1058 -8191 8155 ) ( 376 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 234\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -248 8192 ) ( -8192 -248 8192 ) ( -8192 773 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 750 8161 ) ( 8192 750 8161 ) ( 8192 -271 -8191 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 63 -8191 8225 ) ( 63 8191 8225 ) ( 1424 8191 -8101 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1058 8191 8155 ) ( 1058 -8191 8155 ) ( 376 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 235\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8194 ) ( -8192 -216 8194 ) ( -8192 805 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 790 8158 ) ( 8192 790 8158 ) ( 8192 -231 -8193 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 79 -8191 8227 ) ( 79 8191 8227 ) ( 1440 8191 -8100 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1058 8191 8155 ) ( 1058 -8191 8155 ) ( 376 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 236\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7 -8191 8219 ) ( -7 8191 8219 ) ( 1352 8191 -8107 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1002 8191 8157 ) ( 1002 -8191 8157 ) ( 320 -8191 -8212 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 237\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -39 -8191 8217 ) ( -39 8191 8217 ) ( 1321 8191 -8110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 970 8191 8158 ) ( 970 -8191 8158 ) ( 288 -8191 -8211 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 238\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -280 8190 ) ( -8192 -280 8190 ) ( -8192 741 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 726 8162 ) ( 8192 726 8162 ) ( 8192 -295 -8189 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -71 -8191 8214 ) ( -71 8191 8214 ) ( 1289 8191 -8112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 938 8191 8160 ) ( 938 -8191 8160 ) ( 256 -8191 -8209 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 239\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7 -8191 8219 ) ( -7 8191 8219 ) ( 1352 8191 -8107 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1002 8191 8157 ) ( 1002 -8191 8157 ) ( 320 -8191 -8212 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 240\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -39 -8191 8217 ) ( -39 8191 8217 ) ( 1321 8191 -8110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 970 8191 8158 ) ( 970 -8191 8158 ) ( 288 -8191 -8211 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 241\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -360 8185 ) ( -8192 -360 8185 ) ( -8192 661 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 647 8167 ) ( 8192 647 8167 ) ( 8192 -374 -8184 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -71 -8191 8214 ) ( -71 8191 8214 ) ( 1289 8191 -8112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 938 8191 8160 ) ( 938 -8191 8160 ) ( 256 -8191 -8209 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 242\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 830 8156 ) ( 8192 830 8156 ) ( 8192 -191 -8196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -71 -8191 8214 ) ( -71 8191 8214 ) ( 1289 8191 -8112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 938 8191 8160 ) ( 938 -8191 8160 ) ( 256 -8191 -8209 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 243\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 830 8156 ) ( 8192 830 8156 ) ( 8192 -191 -8196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -39 -8191 8217 ) ( -39 8191 8217 ) ( 1321 8191 -8110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 970 8191 8158 ) ( 970 -8191 8158 ) ( 288 -8191 -8211 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 244\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 830 8156 ) ( 8192 830 8156 ) ( 8192 -191 -8196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7 -8191 8219 ) ( -7 8191 8219 ) ( 1352 8191 -8107 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1002 8191 8157 ) ( 1002 -8191 8157 ) ( 320 -8191 -8212 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 245\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8194 ) ( -8192 -208 8194 ) ( -8192 813 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 798 8158 ) ( 8192 798 8158 ) ( 8192 -223 -8194 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -39 -8191 8217 ) ( -39 8191 8217 ) ( 1321 8191 -8110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 970 8191 8158 ) ( 970 -8191 8158 ) ( 288 -8191 -8211 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 246\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1360 8192 ) ( 8192 -1360 8192 ) ( -8192 -1360 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1512 8192 ) ( -8192 1512 8192 ) ( -8192 1512 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -168 ) ( 8192 8192 -168 ) ( -8192 -8192 -168 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -136 ) ( 8192 -8192 -136 ) ( -8192 -8192 -136 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 247\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 492 -8191 8261 ) ( 492 8191 8261 ) ( 1853 8191 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1489 8191 8137 ) ( 1489 -8191 8137 ) ( 807 -8191 -8232 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 248\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 445 -8191 8257 ) ( 445 8191 8257 ) ( 1805 8191 -8069 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1449 8191 8138 ) ( 1449 -8191 8138 ) ( 767 -8191 -8231 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 249\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 405 -8191 8254 ) ( 405 8191 8254 ) ( 1765 8191 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1409 8191 8140 ) ( 1409 -8191 8140 ) ( 727 -8191 -8229 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 250\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 55 -8191 8225 ) ( 55 8191 8225 ) ( 1416 8191 -8102 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1050 8191 8155 ) ( 1050 -8191 8155 ) ( 368 -8191 -8214 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 251\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 95 -8191 8228 ) ( 95 8191 8228 ) ( 1456 8191 -8099 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1098 8191 8153 ) ( 1098 -8191 8153 ) ( 415 -8191 -8216 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 252\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 135 -8191 8231 ) ( 135 8191 8231 ) ( 1495 8191 -8095 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1137 8191 8151 ) ( 1137 -8191 8151 ) ( 455 -8191 -8218 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 253\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 174 -8191 8234 ) ( 174 8191 8234 ) ( 1535 8191 -8092 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1177 8191 8150 ) ( 1177 -8191 8150 ) ( 495 -8191 -8219 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 254\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -185 8196 ) ( -8192 -185 8196 ) ( -8192 836 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 822 8156 ) ( 8192 822 8156 ) ( 8192 -199 -8195 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 365 -8191 8250 ) ( 365 8191 8250 ) ( 1726 8191 -8076 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1217 8191 8148 ) ( 1217 -8191 8148 ) ( 535 -8191 -8221 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 255\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -272 8190 ) ( -8192 -272 8190 ) ( -8192 749 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 734 8162 ) ( 8192 734 8162 ) ( 8192 -287 -8190 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -182 -8191 8205 ) ( -182 8191 8205 ) ( 1178 8191 -8122 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 826 8191 8164 ) ( 826 -8191 8164 ) ( 144 -8191 -8205 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 256\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -272 8190 ) ( -8192 -272 8190 ) ( -8192 749 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 734 8162 ) ( 8192 734 8162 ) ( 8192 -287 -8190 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -150 -8191 8207 ) ( -150 8191 8207 ) ( 1209 8191 -8119 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 858 8191 8163 ) ( 858 -8191 8163 ) ( 176 -8191 -8206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 257\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -272 8190 ) ( -8192 -272 8190 ) ( -8192 749 -8161 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 734 8162 ) ( 8192 734 8162 ) ( 8192 -287 -8190 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -119 -8191 8210 ) ( -119 8191 8210 ) ( 1241 8191 -8116 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 890 8191 8162 ) ( 890 -8191 8162 ) ( 208 -8191 -8207 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 258\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -119 -8191 8210 ) ( -119 8191 8210 ) ( 1241 8191 -8116 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 890 8191 8162 ) ( 890 -8191 8162 ) ( 208 -8191 -8207 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 259\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -150 -8191 8207 ) ( -150 8191 8207 ) ( 1209 8191 -8119 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 858 8191 8163 ) ( 858 -8191 8163 ) ( 176 -8191 -8206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 260\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -182 -8191 8205 ) ( -182 8191 8205 ) ( 1178 8191 -8122 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 826 8191 8164 ) ( 826 -8191 8164 ) ( 144 -8191 -8205 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 261\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8194 ) ( -8192 -208 8194 ) ( -8192 813 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 798 8158 ) ( 8192 798 8158 ) ( 8192 -223 -8194 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -182 -8191 8205 ) ( -182 8191 8205 ) ( 1178 8191 -8122 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 826 8191 8164 ) ( 826 -8191 8164 ) ( 144 -8191 -8205 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 262\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8194 ) ( -8192 -208 8194 ) ( -8192 813 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 798 8158 ) ( 8192 798 8158 ) ( 8192 -223 -8194 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -150 -8191 8207 ) ( -150 8191 8207 ) ( 1209 8191 -8119 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 858 8191 8163 ) ( 858 -8191 8163 ) ( 176 -8191 -8206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 263\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8194 ) ( -8192 -208 8194 ) ( -8192 813 -8157 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 798 8158 ) ( 8192 798 8158 ) ( 8192 -223 -8194 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -119 -8191 8210 ) ( -119 8191 8210 ) ( 1241 8191 -8116 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 890 8191 8162 ) ( 890 -8191 8162 ) ( 208 -8191 -8207 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 264\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 830 8156 ) ( 8192 830 8156 ) ( 8192 -191 -8196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -119 -8191 8210 ) ( -119 8191 8210 ) ( 1241 8191 -8116 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 858 8191 8163 ) ( 858 -8191 8163 ) ( 176 -8191 -8206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 265\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 830 8156 ) ( 8192 830 8156 ) ( 8192 -191 -8196 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -182 -8191 8205 ) ( -182 8191 8205 ) ( 1178 8191 -8122 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 826 8191 8164 ) ( 826 -8191 8164 ) ( 144 -8191 -8205 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 266\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -240 8192 ) ( -8192 -240 8192 ) ( -8192 781 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 766 8160 ) ( 8192 766 8160 ) ( 8192 -255 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -119 -8191 8210 ) ( -119 8191 8210 ) ( 1241 8191 -8116 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 890 8191 8162 ) ( 890 -8191 8162 ) ( 208 -8191 -8207 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 267\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -240 8192 ) ( -8192 -240 8192 ) ( -8192 781 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 766 8160 ) ( 8192 766 8160 ) ( 8192 -255 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -150 -8191 8207 ) ( -150 8191 8207 ) ( 1209 8191 -8119 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 858 8191 8163 ) ( 858 -8191 8163 ) ( 176 -8191 -8206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 268\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -240 8192 ) ( -8192 -240 8192 ) ( -8192 781 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 766 8160 ) ( 8192 766 8160 ) ( 8192 -255 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -182 -8191 8205 ) ( -182 8191 8205 ) ( 1178 8191 -8122 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 826 8191 8164 ) ( 826 -8191 8164 ) ( 144 -8191 -8205 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 269\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8188 ) ( -8192 -312 8188 ) ( -8192 709 -8163 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 694 8164 ) ( 8192 694 8164 ) ( 8192 -327 -8187 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -214 -8191 8202 ) ( -214 8191 8202 ) ( 1146 8191 -8124 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 794 8191 8166 ) ( 794 -8191 8166 ) ( 112 -8191 -8203 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 270\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -240 8192 ) ( -8192 -240 8192 ) ( -8192 781 -8159 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 734 8162 ) ( 8192 734 8162 ) ( 8192 -287 -8190 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -214 -8191 8202 ) ( -214 8191 8202 ) ( 1146 8191 -8124 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 794 8191 8166 ) ( 794 -8191 8166 ) ( 112 -8191 -8203 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 271\r
-{\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -96 ) ( 8192 -8192 -96 ) ( -8192 -8192 -96 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -177 8196 ) ( -8192 -177 8196 ) ( -8192 844 -8155 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 798 8158 ) ( 8192 798 8158 ) ( 8192 -223 -8194 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -214 -8191 8202 ) ( -214 8191 8202 ) ( 1146 8191 -8124 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 794 8191 8166 ) ( 794 -8191 8166 ) ( 112 -8191 -8203 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 272\r
-{\r
-( 540 8192 8192 ) ( 540 -8192 8192 ) ( 540 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1136 -8192 8192 ) ( 1136 8192 8192 ) ( 1136 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -166 8192 ) ( 8192 -166 8192 ) ( -8192 -166 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -56 ) ( 8192 8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 0 ) ( 8192 -8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1275 8093 ) ( -8192 -1275 8093 ) ( -8192 988 -8133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 273\r
-{\r
-( 828 8192 8192 ) ( 828 -8192 8192 ) ( 828 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 854 -8192 8192 ) ( 854 8192 8192 ) ( 854 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 274\r
-{\r
-( 884 8192 8192 ) ( 884 -8192 8192 ) ( 884 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 910 -8192 8192 ) ( 910 8192 8192 ) ( 910 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 275\r
-{\r
-( 856 8192 8192 ) ( 856 -8192 8192 ) ( 856 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 882 -8192 8192 ) ( 882 8192 8192 ) ( 882 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 276\r
-{\r
-( 912 8192 8192 ) ( 912 -8192 8192 ) ( 912 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 938 -8192 8192 ) ( 938 8192 8192 ) ( 938 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 277\r
-{\r
-( 940 8192 8192 ) ( 940 -8192 8192 ) ( 940 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 966 -8192 8192 ) ( 966 8192 8192 ) ( 966 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 278\r
-{\r
-( 968 8192 8192 ) ( 968 -8192 8192 ) ( 968 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 992 -8192 8192 ) ( 992 8192 8192 ) ( 992 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 279\r
-{\r
-( 740 8192 8192 ) ( 740 -8192 8192 ) ( 740 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 764 -8192 8192 ) ( 764 8192 8192 ) ( 764 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 280\r
-{\r
-( 712 8192 8192 ) ( 712 -8192 8192 ) ( 712 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 738 -8192 8192 ) ( 738 8192 8192 ) ( 738 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 281\r
-{\r
-( 634 8192 8192 ) ( 634 -8192 8192 ) ( 634 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 660 -8192 8192 ) ( 660 8192 8192 ) ( 660 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 282\r
-{\r
-( 606 8192 8192 ) ( 606 -8192 8192 ) ( 606 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 632 -8192 8192 ) ( 632 8192 8192 ) ( 632 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -146 8192 ) ( 8192 -146 8192 ) ( -8192 -146 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -138 8192 ) ( -8192 -138 8192 ) ( -8192 -138 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 283\r
-{\r
-( 352 8192 8192 ) ( 352 -8192 8192 ) ( 352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 464 -8192 8192 ) ( 464 8192 8192 ) ( 464 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -166 8192 ) ( 8192 -166 8192 ) ( -8192 -166 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -56 ) ( 8192 8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 0 ) ( 8192 -8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1275 8093 ) ( -8192 -1275 8093 ) ( -8192 988 -8133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 284\r
-{\r
-( 465 8192 8192 ) ( 465 -8192 8192 ) ( 465 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 539 -8192 8192 ) ( 539 8192 8192 ) ( 539 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -166 8192 ) ( 8192 -166 8192 ) ( -8192 -166 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -56 ) ( 8192 8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 0 ) ( 8192 -8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1275 8093 ) ( -8192 -1275 8093 ) ( -8192 988 -8133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 285\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 680 8192 ) ( 8192 680 8192 ) ( -8192 680 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1512 8192 ) ( -8192 1512 8192 ) ( -8192 1512 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -360 ) ( 8192 8192 -360 ) ( -8192 -8192 -360 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -336 ) ( 8192 -8192 -336 ) ( -8192 -8192 -336 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 286\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 688 8192 ) ( 8192 688 8192 ) ( -8192 688 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1504 8192 ) ( -8192 1504 8192 ) ( -8192 1504 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1080 ) ( 8192 8192 -1080 ) ( -8192 -8192 -1080 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1048 ) ( 8192 -8192 -1048 ) ( -8192 -8192 -1048 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 287\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1472 8192 ) ( 8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1504 8192 ) ( -8192 1504 8192 ) ( -8192 1504 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 288\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 688 8192 ) ( 8192 688 8192 ) ( -8192 688 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 720 8192 ) ( -8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 289\r
-{\r
-( 2056 8192 8192 ) ( 2056 -8192 8192 ) ( 2056 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2072 -8192 8192 ) ( 2072 8192 8192 ) ( 2072 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 290\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -8192 8192 ) ( 384 8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -634 ) ( 8192 -8192 -634 ) ( -8192 -8192 -634 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 291\r
-{\r
-( -8192 -920 8192 ) ( 8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -918 8192 ) ( -8192 -918 8192 ) ( -8192 -918 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 7 ) ( 8192 8192 7 ) ( -8192 -8192 7 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 600 ) ( 8192 -8192 600 ) ( -8192 -8192 600 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 607 -8245 8192 ) ( 1629 8106 8192 ) ( 1629 8106 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -145 8198 8192 ) ( 876 -8153 8192 ) ( 876 -8153 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 292\r
-{\r
-( -8192 -920 8192 ) ( 8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -600 8192 ) ( -8192 -600 8192 ) ( -8192 -600 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 598 ) ( 8192 8192 598 ) ( -8192 -8192 598 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 600 ) ( 8192 -8192 600 ) ( -8192 -8192 600 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 609 -8246 8192 ) ( 1631 8106 8192 ) ( 1631 8106 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -142 8199 8192 ) ( 879 -8152 8192 ) ( 879 -8152 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 293\r
-{\r
-( -8192 -920 8192 ) ( 8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -600 8192 ) ( -8192 -600 8192 ) ( -8192 -600 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 8 ) ( 8192 8192 8 ) ( -8192 -8192 8 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 600 ) ( 8192 -8192 600 ) ( -8192 -8192 600 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -147 8198 8192 ) ( 874 -8153 8192 ) ( 874 -8153 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 881 -8152 8192 ) ( -140 8199 8192 ) ( -140 8199 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 294\r
-{\r
-( -8192 -920 8192 ) ( 8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -600 8192 ) ( -8192 -600 8192 ) ( -8192 -600 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 8 ) ( 8192 8192 8 ) ( -8192 -8192 8 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 600 ) ( 8192 -8192 600 ) ( -8192 -8192 600 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 613 -8246 8192 ) ( 1635 8105 8192 ) ( 1635 8105 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1629 8106 8192 ) ( 607 -8245 8192 ) ( 1629 8106 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 295\r
-{\r
-( -8192 -920 8192 ) ( 8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -600 8192 ) ( -8192 -600 8192 ) ( -8192 -600 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 6 ) ( 8192 8192 6 ) ( -8192 -8192 6 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 8 ) ( 8192 -8192 8 ) ( -8192 -8192 8 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 609 -8246 8192 ) ( 1631 8106 8192 ) ( 1631 8106 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -140 8199 8192 ) ( 881 -8152 8192 ) ( -140 8199 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 296\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1280 8192 ) ( 8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -256 8192 ) ( -8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1152 ) ( 8192 -8192 -1152 ) ( -8192 -8192 -1152 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 297\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1248 8192 ) ( 8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -224 8192 ) ( -8192 -224 8192 ) ( -8192 -224 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1152 ) ( 8192 -8192 -1152 ) ( -8192 -8192 -1152 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 298\r
-{\r
-( -576 8192 8192 ) ( -576 -8192 8192 ) ( -576 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -544 -8192 8192 ) ( -544 8192 8192 ) ( -544 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 276 8193 ) ( 8192 276 8193 ) ( 8192 -890 -8149 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7995 -1789 ) ( 8192 -8044 1551 ) ( -8192 -8044 1551 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 815 8155 ) ( -8192 815 8155 ) ( -8192 -1350 -8084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8172 577 ) ( 8192 8155 -783 ) ( -8192 8155 -783 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 299\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 276 8193 ) ( 8192 276 8193 ) ( 8192 -890 -8149 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7995 -1789 ) ( 8192 -8044 1551 ) ( -8192 -8044 1551 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 815 8155 ) ( -8192 815 8155 ) ( -8192 -1350 -8084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8172 577 ) ( 8192 8155 -783 ) ( -8192 8155 -783 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 300\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 642 8194 ) ( 8194 -136 8194 ) ( 8139 -1301 -8147 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7995 -1789 ) ( 8192 -8044 1551 ) ( -8192 -8044 1551 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 815 8155 ) ( -8192 815 8155 ) ( -8192 -1350 -8084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8172 577 ) ( 8192 8155 -783 ) ( -8192 8155 -783 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 301\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8213 345 8169 ) ( 8156 1027 8169 ) ( 8240 -1001 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 922 ) ( -8192 -8140 922 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 767 8162 ) ( -8192 767 8162 ) ( -8192 -1397 -8078 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 584 ) ( 8192 8155 -776 ) ( -8192 8155 -776 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 667 8172 ) ( 8191 667 8172 ) ( 8191 -1364 -8085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -52 ) ( 8192 -8192 -52 ) ( -8192 -8192 -52 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 302\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 667 8172 ) ( 8191 667 8172 ) ( 8191 -1364 -8085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 922 ) ( -8192 -8140 922 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 767 8162 ) ( -8192 767 8162 ) ( -8192 -1397 -8078 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 584 ) ( 8192 8155 -776 ) ( -8192 8155 -776 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 303\r
-{\r
-( -576 8192 8192 ) ( -576 -8192 8192 ) ( -576 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -544 -8192 8192 ) ( -544 8192 8192 ) ( -544 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 667 8172 ) ( 8191 667 8172 ) ( 8191 -1364 -8085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 922 ) ( -8192 -8140 922 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 767 8162 ) ( -8192 767 8162 ) ( -8192 -1397 -8078 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 584 ) ( 8192 8155 -776 ) ( -8192 8155 -776 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 304\r
-{\r
-( -576 8192 8192 ) ( -576 -8192 8192 ) ( -576 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -544 -8192 8192 ) ( -544 8192 8192 ) ( -544 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 620 8178 ) ( 8191 620 8178 ) ( 8191 -1412 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 927 ) ( -8192 -8139 927 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 719 8168 ) ( -8192 719 8168 ) ( -8192 -1445 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 591 ) ( 8192 8156 -769 ) ( -8192 8156 -769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 305\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 620 8178 ) ( 8191 620 8178 ) ( 8191 -1412 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 927 ) ( -8192 -8139 927 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 719 8168 ) ( -8192 719 8168 ) ( -8192 -1445 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 591 ) ( 8192 8156 -769 ) ( -8192 8156 -769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 306\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 620 8178 ) ( 8191 620 8178 ) ( 8191 -1412 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 927 ) ( -8192 -8139 927 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 719 8168 ) ( -8192 719 8168 ) ( -8192 -1445 -8071 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8171 591 ) ( 8192 8156 -769 ) ( -8192 8156 -769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 307\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 572 8184 ) ( 8191 572 8184 ) ( 8191 -1459 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 932 ) ( -8192 -8139 932 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 672 8174 ) ( -8192 672 8174 ) ( -8192 -1493 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7799 2512 ) ( 8192 7675 -2870 ) ( -8192 7675 -2870 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 308\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 572 8184 ) ( 8191 572 8184 ) ( 8191 -1459 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 932 ) ( -8192 -8139 932 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 672 8174 ) ( -8192 672 8174 ) ( -8192 -1493 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7799 2512 ) ( 8192 7675 -2870 ) ( -8192 7675 -2870 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 309\r
-{\r
-( -576 8192 8192 ) ( -576 -8192 8192 ) ( -576 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -544 -8192 8192 ) ( -544 8192 8192 ) ( -544 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 572 8184 ) ( 8191 572 8184 ) ( 8191 -1459 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 932 ) ( -8192 -8139 932 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 672 8174 ) ( -8192 672 8174 ) ( -8192 -1493 -8065 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7799 2512 ) ( 8192 7675 -2870 ) ( -8192 7675 -2870 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 310\r
-{\r
-( -392 8192 8192 ) ( -392 -8192 8192 ) ( -392 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -320 -8192 8192 ) ( -320 8192 8192 ) ( -320 8192 -8192 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 445 8200 ) ( 8191 445 8200 ) ( 8191 -1586 -8057 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7972 -1889 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 1800 7993 ) ( -8191 1800 7993 ) ( -8191 -2172 -7900 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1617 ) ( 8192 7967 -1909 ) ( -8192 7967 -1909 ) base_wall/metalfloor_wall_12 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 311\r
-{\r
-( -285 8192 8192 ) ( -285 -8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -199 -8192 8192 ) ( -199 8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 909 8145 ) ( 8191 909 8145 ) ( 8191 -1407 -8074 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7939 -2020 ) ( 8192 -7998 1774 ) ( -8192 -7998 1774 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1230 8101 ) ( -8192 1230 8101 ) ( -8192 -1593 -8037 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8047 1537 ) ( 8192 7987 -1824 ) ( -8192 7987 -1824 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 312\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -199 -8192 8192 ) ( -199 8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -405 8203 ) ( 8192 -405 8203 ) ( 8192 -795 -8175 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8182 402 ) ( 8192 -8184 -353 ) ( -8192 -8184 -353 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 396 8199 ) ( -8192 396 8199 ) ( -8192 -1453 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 313\r
-{\r
-( 14 8192 8192 ) ( 14 -8192 8192 ) ( 14 8192 -8192 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-( 174 -8192 8192 ) ( 174 8192 8192 ) ( 174 8192 -8192 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-( -8192 -80 8192 ) ( 8192 -80 8192 ) ( -8192 -80 -8192 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-( 8192 80 8192 ) ( -8192 80 8192 ) ( -8192 80 -8192 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-( 8192 8192 -132 ) ( 8192 -8192 -132 ) ( -8192 -8192 -132 ) desktop/interface 24 120 180 0.600000 0.600000 0 0 0\r
-}\r
-// brush 314\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 688 ) ( 8192 -8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2572 -7785 8192 ) ( -1911 7973 8192 ) ( 2572 -7785 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 315\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2572 -7785 8192 ) ( -1911 7973 8192 ) ( 2572 -7785 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 316\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 317\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 688 ) ( 8192 -8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 318\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -528 8192 ) ( 8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -136 8192 ) ( -8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 319\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 320\r
-{\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 688 ) ( 8192 -8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3288 7581 8192 ) ( -1196 -8176 8192 ) ( 3288 7581 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 321\r
-{\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -136 8192 ) ( 8192 -136 8192 ) ( -8192 -136 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3288 7581 8192 ) ( -1196 -8176 8192 ) ( 3288 7581 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 322\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 564 8185 ) ( 8191 564 8185 ) ( 8191 -1467 -8072 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 932 ) ( -8192 -8139 932 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 572 8184 ) ( -8191 572 8184 ) ( 8191 -1459 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 908 ) ( 8192 8115 -1123 ) ( -8192 8115 -1123 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 323\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 592 8181 ) ( 8191 592 8181 ) ( 8191 -1439 -8075 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 933 ) ( -8192 -8139 933 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 600 8180 ) ( -8191 600 8180 ) ( -8191 -1431 -8076 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 909 ) ( 8192 8115 -1123 ) ( -8192 8115 -1123 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 324\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 620 8178 ) ( 8191 620 8178 ) ( 8191 -1412 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 927 ) ( -8192 -8139 927 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 628 8177 ) ( -8191 628 8177 ) ( -8191 -1404 -8080 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 903 ) ( 8192 8114 -1128 ) ( -8192 8114 -1128 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 325\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 648 8174 ) ( 8191 648 8174 ) ( 8191 -1384 -8082 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 928 ) ( -8192 -8139 928 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 656 8173 ) ( -8191 656 8173 ) ( -8191 -1376 -8083 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 904 ) ( 8192 8114 -1128 ) ( -8192 8114 -1128 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 326\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 675 8171 ) ( 8191 675 8171 ) ( 8191 -1356 -8086 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 922 ) ( -8192 -8140 922 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 683 8170 ) ( -8191 683 8170 ) ( -8191 -1348 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 898 ) ( 8192 8114 -1133 ) ( -8192 8114 -1133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 327\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 703 8167 ) ( 8191 703 8167 ) ( 8191 -1328 -8089 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 923 ) ( -8192 -8140 923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 711 8166 ) ( -8191 711 8166 ) ( -8191 -1320 -8090 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 899 ) ( 8192 8114 -1133 ) ( -8192 8114 -1133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 328\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 731 8164 ) ( 8191 731 8164 ) ( 8191 -1300 -8093 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8116 -1114 ) ( 8192 -8141 917 ) ( -8192 -8141 917 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 739 8163 ) ( -8191 739 8163 ) ( -8191 -1292 -8094 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8144 893 ) ( 8192 8113 -1138 ) ( -8192 8113 -1138 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 329\r
-{\r
-( -384 8192 8192 ) ( -384 -8192 8192 ) ( -384 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -376 -8192 8192 ) ( -376 8192 8192 ) ( -376 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 755 8161 ) ( 8191 755 8161 ) ( 8191 -1276 -8096 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8116 -1113 ) ( 8192 -8140 918 ) ( -8192 -8140 918 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 763 8160 ) ( -8191 763 8160 ) ( -8191 -1268 -8097 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 894 ) ( 8192 8113 -1137 ) ( -8192 8113 -1137 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 330\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 755 8161 ) ( 8191 755 8161 ) ( 8191 -1276 -8096 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8116 -1113 ) ( 8192 -8140 918 ) ( -8192 -8140 918 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 763 8160 ) ( -8191 763 8160 ) ( -8191 -1268 -8097 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 894 ) ( 8192 8113 -1137 ) ( -8192 8113 -1137 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 331\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 731 8164 ) ( 8191 731 8164 ) ( 8191 -1300 -8093 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8116 -1114 ) ( 8192 -8141 917 ) ( -8192 -8141 917 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 739 8163 ) ( -8191 739 8163 ) ( -8191 -1292 -8094 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8144 893 ) ( 8192 8113 -1138 ) ( -8192 8113 -1138 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 332\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 703 8167 ) ( 8191 703 8167 ) ( 8191 -1328 -8089 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 923 ) ( -8192 -8140 923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 711 8166 ) ( -8191 711 8166 ) ( -8191 -1320 -8090 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 899 ) ( 8192 8114 -1133 ) ( -8192 8114 -1133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 333\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 675 8171 ) ( 8191 675 8171 ) ( 8191 -1356 -8086 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1109 ) ( 8192 -8140 922 ) ( -8192 -8140 922 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 683 8170 ) ( -8191 683 8170 ) ( -8191 -1348 -8087 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8143 898 ) ( 8192 8114 -1133 ) ( -8192 8114 -1133 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 334\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 648 8174 ) ( 8191 648 8174 ) ( 8191 -1384 -8082 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 928 ) ( -8192 -8139 928 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 656 8173 ) ( -8191 656 8173 ) ( -8191 -1376 -8083 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 904 ) ( 8192 8114 -1128 ) ( -8192 8114 -1128 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 335\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 620 8178 ) ( 8191 620 8178 ) ( 8191 -1412 -8079 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8117 -1104 ) ( 8192 -8139 927 ) ( -8192 -8139 927 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 628 8177 ) ( -8191 628 8177 ) ( -8191 -1404 -8080 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 903 ) ( 8192 8114 -1128 ) ( -8192 8114 -1128 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 336\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 592 8181 ) ( 8191 592 8181 ) ( 8191 -1439 -8075 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 933 ) ( -8192 -8139 933 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 600 8180 ) ( -8191 600 8180 ) ( -8191 -1431 -8076 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 909 ) ( 8192 8115 -1123 ) ( -8192 8115 -1123 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 337\r
-{\r
-( -372 8192 8192 ) ( -372 -8192 8192 ) ( -372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -348 -8192 8192 ) ( -348 8192 8192 ) ( -348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 564 8185 ) ( 8191 564 8185 ) ( 8191 -1467 -8072 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8118 -1099 ) ( 8192 -8139 932 ) ( -8192 -8139 932 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 572 8184 ) ( -8191 572 8184 ) ( 8191 -1459 -8073 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 908 ) ( 8192 8115 -1123 ) ( -8192 8115 -1123 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 338\r
-{\r
-( -664 8192 8192 ) ( -664 -8192 8192 ) ( -664 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -392 -8192 8192 ) ( -392 8192 8192 ) ( -392 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1617 ) ( 8192 7967 -1909 ) ( -8192 7967 -1909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 445 8200 ) ( 8191 445 8200 ) ( 8191 -1586 -8057 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 1800 7993 ) ( -8191 1800 7993 ) ( -8191 -2172 -7900 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 339\r
-{\r
-( -664 8192 8192 ) ( -664 -8192 8192 ) ( -664 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -320 -8192 8192 ) ( -320 8192 8192 ) ( -320 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1617 ) ( 8192 7967 -1909 ) ( -8192 7967 -1909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 1800 7993 ) ( 8191 1800 7993 ) ( -8191 -2172 -7900 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 340\r
-{\r
-( -320 8192 8192 ) ( -320 -8192 8192 ) ( -320 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -296 -8192 8192 ) ( -296 8192 8192 ) ( -296 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1617 ) ( 8192 7967 -1909 ) ( -8192 7967 -1909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 445 8200 ) ( 8191 445 8200 ) ( 8191 -1586 -8057 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 341\r
-{\r
-( -664 8192 8192 ) ( -664 -8192 8192 ) ( -664 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -296 -8192 8192 ) ( -296 8192 8192 ) ( -296 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1617 ) ( 8192 7967 -1909 ) ( -8192 7967 -1909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 445 8200 ) ( -8191 445 8200 ) ( 8191 -1586 -8057 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 342\r
-{\r
-( -664 8192 8192 ) ( -664 -8192 8192 ) ( -664 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -296 -8192 8192 ) ( -296 8192 8192 ) ( -296 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -126 ) ( 8192 8192 -126 ) ( -8192 -8192 -126 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7967 -1909 ) ( 8192 -8032 1617 ) ( -8192 7967 -1909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8036 1599 ) ( 8192 7957 -1954 ) ( -8192 7957 -1954 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 343\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -288 -8192 8192 ) ( -288 8192 8192 ) ( -288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -517 8192 ) ( -8192 -517 8192 ) ( -8192 -517 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8031 1622 ) ( 8192 7965 -1917 ) ( -8191 7963 -1929 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 344\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -517 8192 ) ( 8192 -517 8192 ) ( -8192 -517 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 345\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -38 ) ( 8192 -8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1469 8062 ) ( -8192 1469 8062 ) ( -8192 -1949 -7960 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8057 -1481 ) ( 8192 -8098 1239 ) ( -8192 -8098 1239 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1616 ) ( 8192 7964 -1923 ) ( -8192 7964 -1923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 346\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -288 -8192 8192 ) ( -288 8192 8192 ) ( -288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7964 -1923 ) ( 8192 -8032 1616 ) ( -8192 7964 -1923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 347\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -126 ) ( 8192 8192 -126 ) ( -8192 -8192 -126 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -38 ) ( 8192 -8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8036 1599 ) ( 8192 7957 -1954 ) ( -8192 7957 -1954 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7964 -1923 ) ( 8192 -8032 1616 ) ( -8192 7964 -1923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 348\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1616 ) ( 8192 7964 -1923 ) ( -8192 7964 -1923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 349\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -38 ) ( 8192 -8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 588 8182 ) ( -8191 588 8182 ) ( -8191 -1443 -8075 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8098 1239 ) ( 8192 8057 -1481 ) ( -8192 -8098 1239 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 350\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -38 ) ( 8192 8192 -38 ) ( -8192 -8192 -38 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1141 8133 ) ( 8192 1141 8133 ) ( 8192 -2295 -7886 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7965 -1917 ) ( 8192 -8031 1622 ) ( -8191 7963 -1929 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 351\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8031 1622 ) ( 8192 7965 -1917 ) ( -8191 7963 -1929 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1469 8062 ) ( 8192 1469 8062 ) ( -8192 -1949 -7960 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 352\r
-{\r
-( -294 8192 8192 ) ( -294 -8192 8192 ) ( -294 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1469 8062 ) ( -8192 1469 8062 ) ( -8192 -1949 -7960 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8098 1239 ) ( 8192 8057 -1481 ) ( -8192 -8098 1239 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8191 739 8163 ) ( 8191 739 8163 ) ( -8191 -1292 -8094 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 353\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -190 -8192 8192 ) ( -190 8192 8192 ) ( -190 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1540 8047 ) ( -8192 1540 8047 ) ( -8192 -1863 -7978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1469 8062 ) ( 8192 1469 8062 ) ( -8192 -1949 -7960 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7973 -1885 ) ( 8192 -8029 1627 ) ( -8192 -8029 1627 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 1616 ) ( 8192 7964 -1923 ) ( -8192 7964 -1923 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 354\r
-{\r
-( -629 8192 8192 ) ( -629 -8192 8192 ) ( -629 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -220 -8192 8192 ) ( -220 8192 8192 ) ( -220 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -599 8192 ) ( 8192 -599 8192 ) ( -8192 -599 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -263 8192 ) ( -8192 -263 8192 ) ( -8192 -263 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7957 -1954 ) ( 8192 -8036 1599 ) ( -8192 7957 -1954 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 355\r
-{\r
-( 1487 -8192 8192 ) ( 1487 8192 8192 ) ( 1487 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -478 8192 ) ( -8192 -478 8192 ) ( -8192 -478 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -130 ) ( 8192 8192 -130 ) ( -8192 -8192 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -57 ) ( 8192 -8192 -57 ) ( -8192 -8192 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 875 8262 8192 ) ( 1897 -8089 8192 ) ( 1897 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 356\r
-{\r
-( 1529 8192 8192 ) ( 1529 -8192 8192 ) ( 1529 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -478 8192 ) ( -8192 -478 8192 ) ( -8192 -478 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -130 ) ( 8192 8192 -130 ) ( -8192 -8192 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -57 ) ( 8192 -8192 -57 ) ( -8192 -8192 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 -8277 8192 ) ( 2128 8074 8192 ) ( 2128 8074 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 357\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -478 8192 ) ( -8192 -478 8192 ) ( -8192 -478 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -57 ) ( 8192 8192 -57 ) ( -8192 -8192 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1105 -8277 8192 ) ( 2127 8075 8192 ) ( 2127 8075 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 877 8262 8192 ) ( 1899 -8089 8192 ) ( 1899 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 358\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -478 8192 ) ( -8192 -478 8192 ) ( -8192 -478 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -130 ) ( 8192 -8192 -130 ) ( -8192 -8192 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 -8277 8192 ) ( 2128 8074 8192 ) ( 2128 8074 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 875 8262 8192 ) ( 1897 -8089 8192 ) ( 1897 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 359\r
-{\r
-( 1528 8192 8192 ) ( 1528 -8192 8192 ) ( 1528 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1530 -8192 8192 ) ( 1530 8192 8192 ) ( 1530 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -479 8192 ) ( 8192 -479 8192 ) ( -8192 -479 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -437 8192 ) ( -8192 -437 8192 ) ( -8192 -437 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -130 ) ( 8192 8192 -130 ) ( -8192 -8192 -130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -57 ) ( 8192 -8192 -57 ) ( -8192 -8192 -57 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 360\r
-{\r
-( -8192 -256 8192 ) ( 8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8192 ) ( -8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 206 ) ( 8192 8192 206 ) ( -8192 -8192 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 361\r
-{\r
-( -8192 -256 8192 ) ( 8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8192 ) ( -8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 909 -8264 8192 ) ( 1931 8087 8192 ) ( 1931 8087 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 362\r
-{\r
-( -8192 -256 8192 ) ( 8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8192 ) ( -8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1071 8274 8192 ) ( 2093 -8077 8192 ) ( 2093 -8077 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 363\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -256 8192 ) ( -8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -134 ) ( 8192 -8192 -134 ) ( -8192 -8192 -134 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 -8277 8192 ) ( 2128 8074 8192 ) ( 2128 8074 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 875 8262 8192 ) ( 1897 -8089 8192 ) ( 1897 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 364\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -256 8192 ) ( -8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 206 ) ( 8192 8192 206 ) ( -8192 -8192 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 -8277 8192 ) ( 2128 8074 8192 ) ( 2128 8074 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 875 8262 8192 ) ( 1897 -8089 8192 ) ( 1897 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 365\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -256 8192 ) ( -8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 875 8262 8192 ) ( 1897 -8089 8192 ) ( 1897 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1899 -8089 8192 ) ( 877 8262 8192 ) ( 1899 -8089 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 366\r
-{\r
-( -8192 -480 8192 ) ( 8192 -480 8192 ) ( -8192 -480 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -256 8192 ) ( -8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1106 -8277 8192 ) ( 2128 8074 8192 ) ( 2128 8074 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2126 8075 8192 ) ( 1104 -8277 8192 ) ( 1104 -8277 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 367\r
-{\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -12 ) ( 8192 8192 -12 ) ( -8192 -8192 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -10 ) ( 8192 -8192 -10 ) ( -8192 -8192 -10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 368\r
-{\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 206 ) ( 8192 8192 206 ) ( -8192 -8192 206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 369\r
-{\r
-( -8192 -202 8192 ) ( 8192 -202 8192 ) ( -8192 -202 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -10 ) ( 8192 8192 -10 ) ( -8192 -8192 -10 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 370\r
-{\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -202 8192 ) ( -8192 -202 8192 ) ( -8192 -202 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -10 ) ( 8192 8192 -10 ) ( -8192 -8192 -10 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 909 -8264 8192 ) ( 1931 8087 8192 ) ( 1931 8087 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 371\r
-{\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -202 8192 ) ( -8192 -202 8192 ) ( -8192 -202 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -10 ) ( 8192 8192 -10 ) ( -8192 -8192 -10 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 208 ) ( 8192 -8192 208 ) ( -8192 -8192 208 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-( 1072 8274 8192 ) ( 2094 -8077 8192 ) ( 2094 -8077 -8192 ) desktop/speaker 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 372\r
-{\r
-( -8192 -256 8192 ) ( 8192 -256 8192 ) ( -8192 -256 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8192 ) ( -8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -134 ) ( 8192 -8192 -134 ) ( -8192 -8192 -134 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 373\r
-{\r
-( 32 8192 8192 ) ( 32 -8192 8192 ) ( 32 8192 -8192 ) desktop/border 0 0 0 0.500000 0.200000 0 0 0\r
-( 248 -8192 8192 ) ( 248 8192 8192 ) ( 248 8192 -8192 ) desktop/jspbookside 44 -114 90 1.700000 1.200000 0 0 0\r
-( -8192 448 8192 ) ( 8192 448 8192 ) ( -8192 448 -8192 ) desktop/border 0 0 0 0.500000 0.200000 0 0 0\r
-( 8192 752 8192 ) ( -8192 752 8192 ) ( -8192 752 -8192 ) desktop/border 0 0 0 1.300000 0.200000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1120 ) ( 8192 -8192 -1120 ) ( -8192 -8192 -1120 ) desktop/jspbookcover 5 135 180 1.056250 1.187500 0 0 0\r
-}\r
-// brush 374\r
-{\r
-( 1360 8192 8192 ) ( 1360 -8192 8192 ) ( 1360 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1368 -8192 8192 ) ( 1368 8192 8192 ) ( 1368 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1000 8192 ) ( 8192 1000 8192 ) ( -8192 1000 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1008 8192 ) ( -8192 1008 8192 ) ( -8192 1008 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -578 ) ( 8192 8192 -578 ) ( -8192 -8192 -578 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 375\r
-{\r
-( 1360 8192 8192 ) ( 1360 -8192 8192 ) ( 1360 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1368 -8192 8192 ) ( 1368 8192 8192 ) ( 1368 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1104 8192 ) ( 8192 1104 8192 ) ( -8192 1104 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1112 8192 ) ( -8192 1112 8192 ) ( -8192 1112 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -578 ) ( 8192 8192 -578 ) ( -8192 -8192 -578 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 376\r
-{\r
-( 1360 8192 8192 ) ( 1360 -8192 8192 ) ( 1360 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1368 -8192 8192 ) ( 1368 8192 8192 ) ( 1368 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1008 8192 ) ( 8192 1008 8192 ) ( -8192 1008 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1104 8192 ) ( -8192 1104 8192 ) ( -8192 1104 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -578 ) ( 8192 8192 -578 ) ( -8192 -8192 -578 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -570 ) ( 8192 -8192 -570 ) ( -8192 -8192 -570 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 377\r
-{\r
-( 60 8192 8192 ) ( 60 -8192 8192 ) ( 60 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 106 -8192 8192 ) ( 106 8192 8192 ) ( 106 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -118 ) ( 8192 -8192 -118 ) ( -8192 -8192 -118 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 378\r
-{\r
-( 60 8192 8192 ) ( 60 -8192 8192 ) ( 60 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 106 -8192 8192 ) ( 106 8192 8192 ) ( 106 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -128 ) ( 8192 8192 -128 ) ( -8192 -8192 -128 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -126 ) ( 8192 -8192 -126 ) ( -8192 -8192 -126 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 379\r
-{\r
-( 106 8192 8192 ) ( 106 -8192 8192 ) ( 106 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 132 -8192 8192 ) ( 132 8192 8192 ) ( 132 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -110 ) ( 8192 8192 -110 ) ( -8192 -8192 -110 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -108 ) ( 8192 -8192 -108 ) ( -8192 -8192 -108 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 380\r
-{\r
-( 132 8192 8192 ) ( 132 -8192 8192 ) ( 132 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 158 -8192 8192 ) ( 158 8192 8192 ) ( 158 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -104 ) ( 8192 8192 -104 ) ( -8192 -8192 -104 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -102 ) ( 8192 -8192 -102 ) ( -8192 -8192 -102 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 381\r
-{\r
-( 158 8192 8192 ) ( 158 -8192 8192 ) ( 158 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 184 -8192 8192 ) ( 184 8192 8192 ) ( 184 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -96 ) ( 8192 8192 -96 ) ( -8192 -8192 -96 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -94 ) ( 8192 -8192 -94 ) ( -8192 -8192 -94 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 382\r
-{\r
-( 184 8192 8192 ) ( 184 -8192 8192 ) ( 184 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 210 -8192 8192 ) ( 210 8192 8192 ) ( 210 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -88 ) ( 8192 8192 -88 ) ( -8192 -8192 -88 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -86 ) ( 8192 -8192 -86 ) ( -8192 -8192 -86 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 383\r
-{\r
-( 210 8192 8192 ) ( 210 -8192 8192 ) ( 210 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 236 -8192 8192 ) ( 236 8192 8192 ) ( 236 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -80 ) ( 8192 8192 -80 ) ( -8192 -8192 -80 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -78 ) ( 8192 -8192 -78 ) ( -8192 -8192 -78 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 384\r
-{\r
-( 184 8192 8192 ) ( 184 -8192 8192 ) ( 184 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 210 -8192 8192 ) ( 210 8192 8192 ) ( 210 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -72 ) ( 8192 8192 -72 ) ( -8192 -8192 -72 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -70 ) ( 8192 -8192 -70 ) ( -8192 -8192 -70 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 385\r
-{\r
-( 158 8192 8192 ) ( 158 -8192 8192 ) ( 158 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 184 -8192 8192 ) ( 184 8192 8192 ) ( 184 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -64 ) ( 8192 8192 -64 ) ( -8192 -8192 -64 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -62 ) ( 8192 -8192 -62 ) ( -8192 -8192 -62 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 386\r
-{\r
-( 130 8192 8192 ) ( 130 -8192 8192 ) ( 130 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 156 -8192 8192 ) ( 156 8192 8192 ) ( 156 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -56 ) ( 8192 8192 -56 ) ( -8192 -8192 -56 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -54 ) ( 8192 -8192 -54 ) ( -8192 -8192 -54 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 387\r
-{\r
-( 104 8192 8192 ) ( 104 -8192 8192 ) ( 104 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 130 -8192 8192 ) ( 130 8192 8192 ) ( 130 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -50 ) ( 8192 8192 -50 ) ( -8192 -8192 -50 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -48 ) ( 8192 -8192 -48 ) ( -8192 -8192 -48 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 388\r
-{\r
-( 78 8192 8192 ) ( 78 -8192 8192 ) ( 78 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 104 -8192 8192 ) ( 104 8192 8192 ) ( 104 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -284 8192 ) ( 8192 -284 8192 ) ( -8192 -284 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -252 8192 ) ( -8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -42 ) ( 8192 8192 -42 ) ( -8192 -8192 -42 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -40 ) ( 8192 -8192 -40 ) ( -8192 -8192 -40 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 389\r
-{\r
-( 212 8192 8192 ) ( 212 -8192 8192 ) ( 212 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 238 -8192 8192 ) ( 238 8192 8192 ) ( 238 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -292 8192 ) ( 8192 -292 8192 ) ( -8192 -292 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 8 ) ( 8192 8192 8 ) ( -8192 -8192 8 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 390\r
-{\r
-( 186 8192 8192 ) ( 186 -8192 8192 ) ( 186 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 212 -8192 8192 ) ( 212 8192 8192 ) ( 212 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 2 ) ( 8192 -8192 2 ) ( -8192 -8192 2 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 391\r
-{\r
-( 160 8192 8192 ) ( 160 -8192 8192 ) ( 160 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 186 -8192 8192 ) ( 186 8192 8192 ) ( 186 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -8 ) ( 8192 8192 -8 ) ( -8192 -8192 -8 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -6 ) ( 8192 -8192 -6 ) ( -8192 -8192 -6 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 392\r
-{\r
-( 134 8192 8192 ) ( 134 -8192 8192 ) ( 134 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 160 -8192 8192 ) ( 160 8192 8192 ) ( 160 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -16 ) ( 8192 8192 -16 ) ( -8192 -8192 -16 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -14 ) ( 8192 -8192 -14 ) ( -8192 -8192 -14 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 393\r
-{\r
-( 108 8192 8192 ) ( 108 -8192 8192 ) ( 108 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 134 -8192 8192 ) ( 134 8192 8192 ) ( 134 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -22 ) ( 8192 8192 -22 ) ( -8192 -8192 -22 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -20 ) ( 8192 -8192 -20 ) ( -8192 -8192 -20 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 394\r
-{\r
-( 62 8192 8192 ) ( 62 -8192 8192 ) ( 62 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 108 -8192 8192 ) ( 108 8192 8192 ) ( 108 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -252 8192 ) ( 8192 -252 8192 ) ( -8192 -252 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -220 8192 ) ( -8192 -220 8192 ) ( -8192 -220 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -32 ) ( 8192 8192 -32 ) ( -8192 -8192 -32 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 395\r
-{\r
-( 1481 8192 8192 ) ( 1481 -8192 8192 ) ( 1481 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 1520 -8192 8192 ) ( 1520 8192 8192 ) ( 1520 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 691 8192 ) ( 8192 691 8192 ) ( -8192 691 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 767 8192 ) ( -8192 767 8192 ) ( -8192 767 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -132 ) ( 8192 8192 -132 ) ( -8192 -8192 -132 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -87 ) ( 8192 -8192 -87 ) ( -8192 -8192 -87 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7505 -3290 ) ( 8192 -7319 3686 ) ( -8192 -7319 3686 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 396\r
-{\r
-( -74 8192 8192 ) ( -74 -8192 8192 ) ( -74 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -66 -8192 8192 ) ( -66 8192 8192 ) ( -66 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -241 8192 ) ( 8192 -241 8192 ) ( -8192 -241 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -195 8192 ) ( -8192 -195 8192 ) ( -8192 -195 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -116 ) ( 8192 8192 -116 ) ( -8192 -8192 -116 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -104 ) ( 8192 -8192 -104 ) ( -8192 -8192 -104 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 397\r
-{\r
-( -74 8192 8192 ) ( -74 -8192 8192 ) ( -74 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -66 -8192 8192 ) ( -66 8192 8192 ) ( -66 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -245 8192 ) ( 8192 -245 8192 ) ( -8192 -245 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -197 8192 ) ( -8192 -197 8192 ) ( -8192 -197 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -34 ) ( 8192 8192 -34 ) ( -8192 -8192 -34 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -14 ) ( 8192 -8192 -14 ) ( -8192 -8192 -14 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 398\r
-{\r
-( -74 8192 8192 ) ( -74 -8192 8192 ) ( -74 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -66 -8192 8192 ) ( -66 8192 8192 ) ( -66 8192 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -247 8192 ) ( 8192 -247 8192 ) ( -8192 -247 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -233 8192 ) ( -8192 -233 8192 ) ( -8192 -233 -8192 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -104 ) ( 8192 8192 -104 ) ( -8192 -8192 -104 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -34 ) ( 8192 -8192 -34 ) ( -8192 -8192 -34 ) common/clip 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 399\r
-{\r
-( -8192 -218 8192 ) ( 8192 -218 8192 ) ( -8192 -218 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -216 8192 ) ( -8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -10 ) ( 8192 -8192 -10 ) ( -8192 -8192 -10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1929 8087 8192 ) ( 907 -8264 8192 ) ( 907 -8264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 2095 -8076 8192 ) ( 1073 8275 8192 ) ( 1073 8275 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 400\r
-{\r
-( -1592 8192 8192 ) ( -1592 -8192 8192 ) ( -1592 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1736 -8192 8192 ) ( 1736 8192 8192 ) ( 1736 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -776 8192 ) ( 8192 -776 8192 ) ( -8192 -776 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -704 8192 ) ( -8192 -704 8192 ) ( -8192 -704 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -224 ) ( 8192 8192 -224 ) ( -8192 -8192 -224 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -168 ) ( 8192 -8192 -168 ) ( -8192 -8192 -168 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 401\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1000 8192 ) ( 8192 -1000 8192 ) ( -8192 -1000 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1206 ) ( 8192 -8192 -1206 ) ( -8192 -8192 -1206 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 402\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1000 8192 ) ( 8192 -1000 8192 ) ( -8192 -1000 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -658 ) ( 8192 8192 -658 ) ( -8192 -8192 -658 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -656 ) ( 8192 -8192 -656 ) ( -8192 -8192 -656 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 403\r
-{\r
-( -1290 8192 8192 ) ( -1290 -8192 8192 ) ( -1290 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1000 8192 ) ( 8192 -1000 8192 ) ( -8192 -1000 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -656 ) ( 8192 -8192 -656 ) ( -8192 -8192 -656 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 404\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1534 -8192 8192 ) ( -1534 8192 8192 ) ( -1534 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1000 8192 ) ( 8192 -1000 8192 ) ( -8192 -1000 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -656 ) ( 8192 -8192 -656 ) ( -8192 -8192 -656 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 405\r
-{\r
-( -8192 156 8192 ) ( 8192 156 8192 ) ( -8192 156 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6771 -4673 8192 ) ( 5779 5856 8192 ) ( 5779 5856 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2373 -7898 8192 ) ( 492 8232 8192 ) ( 492 8232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5772 5864 8192 ) ( -6778 -4665 8192 ) ( -6778 -4665 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 406\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2373 -7898 8192 ) ( 492 8232 8192 ) ( 492 8232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3572 -7397 8192 ) ( -4636 6781 8192 ) ( -4636 6781 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 483 8234 8192 ) ( -2382 -7897 8192 ) ( -2382 -7897 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6778 -4665 8192 ) ( 5772 5864 8192 ) ( -6778 -4665 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 407\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3572 -7397 8192 ) ( -4636 6781 8192 ) ( -4636 6781 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7722 -2733 8192 ) ( -7665 2890 8192 ) ( -7665 2890 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4645 6776 8192 ) ( 3563 -7402 8192 ) ( 3563 -7402 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2382 -7897 8192 ) ( 483 8234 8192 ) ( -2382 -7897 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 408\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7722 -2733 8192 ) ( -7665 2890 8192 ) ( -7665 2890 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7413 3581 8192 ) ( -7975 -2043 8192 ) ( -7975 -2043 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7670 2877 8192 ) ( 7718 -2746 8192 ) ( 7718 -2746 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3563 -7402 8192 ) ( -4645 6776 8192 ) ( 3563 -7402 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 409\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7413 3581 8192 ) ( -7975 -2043 8192 ) ( -7975 -2043 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3032 7710 8192 ) ( -5176 -6468 8192 ) ( -5176 -6468 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7969 -2058 8192 ) ( 7418 3566 8192 ) ( 7418 3566 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7718 -2746 8192 ) ( -7670 2877 8192 ) ( 7718 -2746 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 410\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3032 7710 8192 ) ( -5176 -6468 8192 ) ( -5176 -6468 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2568 7863 8192 ) ( 296 -8267 8192 ) ( 296 -8267 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5166 -6474 8192 ) ( 3042 7704 8192 ) ( 3042 7704 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7418 3566 8192 ) ( -7969 -2058 8192 ) ( 7418 3566 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 411\r
-{\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2568 7863 8192 ) ( 296 -8267 8192 ) ( 296 -8267 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6664 4801 8192 ) ( 5886 -5728 8192 ) ( 5886 -5728 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 308 -8265 8192 ) ( -2557 7866 8192 ) ( -2557 7866 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3042 7704 8192 ) ( -5166 -6474 8192 ) ( 3042 7704 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 412\r
-{\r
-( -8192 156 8192 ) ( 8192 156 8192 ) ( -8192 156 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6664 4801 8192 ) ( 5886 -5728 8192 ) ( 5886 -5728 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5895 -5718 8192 ) ( -6656 4811 8192 ) ( -6656 4811 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2557 7866 8192 ) ( 308 -8265 8192 ) ( -2557 7866 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 413\r
-{\r
-( -8192 156 8192 ) ( 8192 156 8192 ) ( -8192 156 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 166 8192 ) ( -8192 166 8192 ) ( -8192 166 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -898 ) ( 8192 -8192 -898 ) ( -8192 -8192 -898 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6656 4811 8192 ) ( 5895 -5718 8192 ) ( -6656 4811 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6778 -4665 8192 ) ( 5772 5864 8192 ) ( -6778 -4665 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 414\r
-{\r
-( -8192 166 8192 ) ( 8192 166 8192 ) ( -8192 166 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1192 ) ( 8192 -8192 -1192 ) ( -8192 -8192 -1192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -2557 7866 8192 ) ( 308 -8265 8192 ) ( -2557 7866 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6656 4811 8192 ) ( 5895 -5718 8192 ) ( -6656 4811 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 3563 -7402 8192 ) ( -4645 6776 8192 ) ( 3563 -7402 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 3042 7704 8192 ) ( -5166 -6474 8192 ) ( 3042 7704 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7418 3566 8192 ) ( -7969 -2058 8192 ) ( 7418 3566 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6778 -4665 8192 ) ( 5772 5864 8192 ) ( -6778 -4665 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -2382 -7897 8192 ) ( 483 8234 8192 ) ( -2382 -7897 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7718 -2746 8192 ) ( -7670 2877 8192 ) ( 7718 -2746 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 415\r
-{\r
-( -1508 8192 8192 ) ( -1508 -8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -678 8192 ) ( 8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -814 ) ( 8192 8192 -814 ) ( -8192 -8192 -814 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -770 ) ( 8192 -8192 -770 ) ( -8192 -8192 -770 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 416\r
-{\r
-( -1460 8192 8192 ) ( -1460 -8192 8192 ) ( -1460 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1372 -8192 8192 ) ( -1372 8192 8192 ) ( -1372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -678 8192 ) ( 8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -750 ) ( 8192 8192 -750 ) ( -8192 -8192 -750 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -730 ) ( 8192 -8192 -730 ) ( -8192 -8192 -730 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 417\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -814 ) ( 8192 -8192 -814 ) ( -8192 -8192 -814 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 418\r
-{\r
-( -1316 8192 8192 ) ( -1316 -8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -814 ) ( 8192 8192 -814 ) ( -8192 -8192 -814 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -770 ) ( 8192 -8192 -770 ) ( -8192 -8192 -770 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 419\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1508 -8192 8192 ) ( -1508 8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -814 ) ( 8192 8192 -814 ) ( -8192 -8192 -814 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -770 ) ( 8192 -8192 -770 ) ( -8192 -8192 -770 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 420\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -770 ) ( 8192 8192 -770 ) ( -8192 -8192 -770 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -750 ) ( 8192 -8192 -750 ) ( -8192 -8192 -750 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 421\r
-{\r
-( -1372 8192 8192 ) ( -1372 -8192 8192 ) ( -1372 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -750 ) ( 8192 8192 -750 ) ( -8192 -8192 -750 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -730 ) ( 8192 -8192 -730 ) ( -8192 -8192 -730 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 422\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1460 -8192 8192 ) ( -1460 8192 8192 ) ( -1460 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -750 ) ( 8192 8192 -750 ) ( -8192 -8192 -750 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -730 ) ( 8192 -8192 -730 ) ( -8192 -8192 -730 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 423\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -730 ) ( 8192 8192 -730 ) ( -8192 -8192 -730 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -718 ) ( 8192 -8192 -718 ) ( -8192 -8192 -718 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 424\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -674 ) ( 8192 8192 -674 ) ( -8192 -8192 -674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -656 ) ( 8192 -8192 -656 ) ( -8192 -8192 -656 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 425\r
-{\r
-( -1316 8192 8192 ) ( -1316 -8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1288 -8192 8192 ) ( -1288 8192 8192 ) ( -1288 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -718 ) ( 8192 8192 -718 ) ( -8192 -8192 -718 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -674 ) ( 8192 -8192 -674 ) ( -8192 -8192 -674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 426\r
-{\r
-( -1536 8192 8192 ) ( -1536 -8192 8192 ) ( -1536 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1508 -8192 8192 ) ( -1508 8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -506 8192 ) ( 8192 -506 8192 ) ( -8192 -506 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -718 ) ( 8192 8192 -718 ) ( -8192 -8192 -718 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -674 ) ( 8192 -8192 -674 ) ( -8192 -8192 -674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 427\r
-{\r
-( -1508 8192 8192 ) ( -1508 -8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -678 8192 ) ( 8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -718 ) ( 8192 8192 -718 ) ( -8192 -8192 -718 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -702 ) ( 8192 -8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 428\r
-{\r
-( -1508 8192 8192 ) ( -1508 -8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -678 8192 ) ( 8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -682 ) ( 8192 8192 -682 ) ( -8192 -8192 -682 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -674 ) ( 8192 -8192 -674 ) ( -8192 -8192 -674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 429\r
-{\r
-( -1508 8192 8192 ) ( -1508 -8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -678 8192 ) ( 8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -654 8192 ) ( -8192 -654 8192 ) ( -8192 -654 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -682 ) ( 8192 -8192 -682 ) ( -8192 -8192 -682 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 430\r
-{\r
-( -1348 8192 8192 ) ( -1348 -8192 8192 ) ( -1348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -654 8192 ) ( 8192 -654 8192 ) ( -8192 -654 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -682 ) ( 8192 -8192 -682 ) ( -8192 -8192 -682 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 431\r
-{\r
-( -1508 8192 8192 ) ( -1508 -8192 8192 ) ( -1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1476 -8192 8192 ) ( -1476 8192 8192 ) ( -1476 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -654 8192 ) ( 8192 -654 8192 ) ( -8192 -654 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -504 8192 ) ( -8192 -504 8192 ) ( -8192 -504 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -682 ) ( 8192 -8192 -682 ) ( -8192 -8192 -682 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 432\r
-{\r
-( -1496 8192 8192 ) ( -1496 -8192 8192 ) ( -1496 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -508 8192 ) ( 8192 -508 8192 ) ( -8192 -508 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -500 8192 ) ( -8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -712 ) ( 8192 8192 -712 ) ( -8192 -8192 -712 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -704 ) ( 8192 -8192 -704 ) ( -8192 -8192 -704 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 433\r
-{\r
-( -1534 8192 8192 ) ( -1534 -8192 8192 ) ( -1534 8192 -8192 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-( -1290 -8192 8192 ) ( -1290 8192 8192 ) ( -1290 8192 -8192 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1206 ) ( 8192 8192 -1206 ) ( -8192 -8192 -1206 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 8192 -734 ) ( 8192 -8192 -734 ) ( -8192 -8192 -734 ) desktop/screengrid 0 0 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 434\r
-{\r
-( -1534 8192 8192 ) ( -1534 -8192 8192 ) ( -1534 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1290 -8192 8192 ) ( -1290 8192 8192 ) ( -1290 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -666 ) ( 8192 8192 -666 ) ( -8192 -8192 -666 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -658 ) ( 8192 -8192 -658 ) ( -8192 -8192 -658 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 435\r
-{\r
-( -1316 8192 8192 ) ( -1316 -8192 8192 ) ( -1316 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1290 -8192 8192 ) ( -1290 8192 8192 ) ( -1290 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -734 ) ( 8192 8192 -734 ) ( -8192 -8192 -734 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -666 ) ( 8192 -8192 -666 ) ( -8192 -8192 -666 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 436\r
-{\r
-( -1534 8192 8192 ) ( -1534 -8192 8192 ) ( -1534 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1516 -8192 8192 ) ( -1516 8192 8192 ) ( -1516 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -734 ) ( 8192 8192 -734 ) ( -8192 -8192 -734 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -666 ) ( 8192 -8192 -666 ) ( -8192 -8192 -666 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 437\r
-{\r
-( -1514 8192 8192 ) ( -1514 -8192 8192 ) ( -1514 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1318 -8192 8192 ) ( -1318 8192 8192 ) ( -1318 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -820 8192 ) ( -8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -734 ) ( 8192 8192 -734 ) ( -8192 -8192 -734 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -732 ) ( 8192 -8192 -732 ) ( -8192 -8192 -732 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 438\r
-{\r
-( -1514 8192 8192 ) ( -1514 -8192 8192 ) ( -1514 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1318 -8192 8192 ) ( -1318 8192 8192 ) ( -1318 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -992 8192 ) ( 8192 -992 8192 ) ( -8192 -992 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -820 8192 ) ( -8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -668 ) ( 8192 8192 -668 ) ( -8192 -8192 -668 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -666 ) ( 8192 -8192 -666 ) ( -8192 -8192 -666 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 439\r
-{\r
-( -1318 8192 8192 ) ( -1318 -8192 8192 ) ( -1318 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1316 -8192 8192 ) ( -1316 8192 8192 ) ( -1316 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -820 8192 ) ( -8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -734 ) ( 8192 8192 -734 ) ( -8192 -8192 -734 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -666 ) ( 8192 -8192 -666 ) ( -8192 -8192 -666 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 440\r
-{\r
-( -1514 8192 8192 ) ( -1514 -8192 8192 ) ( -1514 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1318 -8192 8192 ) ( -1318 8192 8192 ) ( -1318 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -822 8192 ) ( 8192 -822 8192 ) ( -8192 -822 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -820 8192 ) ( -8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -732 ) ( 8192 8192 -732 ) ( -8192 -8192 -732 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -668 ) ( 8192 -8192 -668 ) ( -8192 -8192 -668 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 441\r
-{\r
-( -1516 8192 8192 ) ( -1516 -8192 8192 ) ( -1516 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1514 -8192 8192 ) ( -1514 8192 8192 ) ( -1514 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -820 8192 ) ( -8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -734 ) ( 8192 8192 -734 ) ( -8192 -8192 -734 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -666 ) ( 8192 -8192 -666 ) ( -8192 -8192 -666 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 442\r
-{\r
-( -1460 8192 8192 ) ( -1460 -8192 8192 ) ( -1460 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1322 -8192 8192 ) ( -1322 8192 8192 ) ( -1322 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -672 ) ( 8192 -8192 -672 ) ( -8192 -8192 -672 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 443\r
-{\r
-( -1514 8192 8192 ) ( -1514 -8192 8192 ) ( -1514 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1460 -8192 8192 ) ( -1460 8192 8192 ) ( -1460 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -732 ) ( 8192 8192 -732 ) ( -8192 -8192 -732 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -668 ) ( 8192 -8192 -668 ) ( -8192 -8192 -668 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 444\r
-{\r
-( -1322 8192 8192 ) ( -1322 -8192 8192 ) ( -1322 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1318 -8192 8192 ) ( -1318 8192 8192 ) ( -1318 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -732 ) ( 8192 8192 -732 ) ( -8192 -8192 -732 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -668 ) ( 8192 -8192 -668 ) ( -8192 -8192 -668 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 445\r
-{\r
-( -1460 8192 8192 ) ( -1460 -8192 8192 ) ( -1460 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1322 -8192 8192 ) ( -1322 8192 8192 ) ( -1322 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -672 ) ( 8192 8192 -672 ) ( -8192 -8192 -672 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -668 ) ( 8192 -8192 -668 ) ( -8192 -8192 -668 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 446\r
-{\r
-( -1460 8192 8192 ) ( -1460 -8192 8192 ) ( -1460 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1322 -8192 8192 ) ( -1322 8192 8192 ) ( -1322 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -996 8192 ) ( 8192 -996 8192 ) ( -8192 -996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -994 8192 ) ( -8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -732 ) ( 8192 8192 -732 ) ( -8192 -8192 -732 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -728 ) ( 8192 -8192 -728 ) ( -8192 -8192 -728 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 447\r
-{\r
-( -1506 8192 8192 ) ( -1506 -8192 8192 ) ( -1506 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1504 -8192 8192 ) ( -1504 8192 8192 ) ( -1504 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -866 8192 ) ( 8192 -866 8192 ) ( -8192 -866 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -538 8192 ) ( -8192 -538 8192 ) ( -8192 -538 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -886 ) ( 8192 8192 -886 ) ( -8192 -8192 -886 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -830 ) ( 8192 -8192 -830 ) ( -8192 -8192 -830 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 448\r
-{\r
-( -1506 8192 8192 ) ( -1506 -8192 8192 ) ( -1506 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1504 -8192 8192 ) ( -1504 8192 8192 ) ( -1504 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -866 8192 ) ( 8192 -866 8192 ) ( -8192 -866 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -538 8192 ) ( -8192 -538 8192 ) ( -8192 -538 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1190 ) ( 8192 8192 -1190 ) ( -8192 -8192 -1190 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1106 ) ( 8192 -8192 -1106 ) ( -8192 -8192 -1106 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 449\r
-{\r
-( -1506 8192 8192 ) ( -1506 -8192 8192 ) ( -1506 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1504 -8192 8192 ) ( -1504 8192 8192 ) ( -1504 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -866 8192 ) ( -8192 -866 8192 ) ( -8192 -866 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1190 ) ( 8192 8192 -1190 ) ( -8192 -8192 -1190 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -970 ) ( 8192 -8192 -970 ) ( -8192 -8192 -970 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 450\r
-{\r
-( -1506 8192 8192 ) ( -1506 -8192 8192 ) ( -1506 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -1504 -8192 8192 ) ( -1504 8192 8192 ) ( -1504 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -866 8192 ) ( 8192 -866 8192 ) ( -8192 -866 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -538 8192 ) ( -8192 -538 8192 ) ( -8192 -538 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1106 ) ( 8192 8192 -1106 ) ( -8192 -8192 -1106 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -886 ) ( 8192 -8192 -886 ) ( -8192 -8192 -886 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 451\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -738 8192 ) ( -8192 -738 8192 ) ( -8192 -738 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1160 ) ( 8192 8192 -1160 ) ( -8192 -8192 -1160 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1158 ) ( 8192 -8192 -1158 ) ( -8192 -8192 -1158 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 452\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1496 -8192 8192 ) ( -1496 8192 8192 ) ( -1496 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1162 ) ( 8192 8192 -1162 ) ( -8192 -8192 -1162 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1152 ) ( 8192 -8192 -1152 ) ( -8192 -8192 -1152 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 453\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -990 8192 ) ( 8192 -990 8192 ) ( -8192 -990 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -968 8192 ) ( -8192 -968 8192 ) ( -8192 -968 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 454\r
-{\r
-( -1450 8192 8192 ) ( -1450 -8192 8192 ) ( -1450 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1426 -8192 8192 ) ( -1426 8192 8192 ) ( -1426 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -942 8192 ) ( 8192 -942 8192 ) ( -8192 -942 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -920 8192 ) ( -8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 455\r
-{\r
-( -1498 8192 8192 ) ( -1498 -8192 8192 ) ( -1498 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1474 -8192 8192 ) ( -1474 8192 8192 ) ( -1474 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -924 8192 ) ( 8192 -924 8192 ) ( -8192 -924 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -902 8192 ) ( -8192 -902 8192 ) ( -8192 -902 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 456\r
-{\r
-( -1452 8192 8192 ) ( -1452 -8192 8192 ) ( -1452 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1428 -8192 8192 ) ( -1428 8192 8192 ) ( -1428 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -876 8192 ) ( 8192 -876 8192 ) ( -8192 -876 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 457\r
-{\r
-( -1488 8192 8192 ) ( -1488 -8192 8192 ) ( -1488 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 458\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1464 -8192 8192 ) ( -1464 8192 8192 ) ( -1464 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1158 ) ( 8192 8192 -1158 ) ( -8192 -8192 -1158 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1156 ) ( 8192 -8192 -1156 ) ( -8192 -8192 -1156 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 459\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1464 -8192 8192 ) ( -1464 8192 8192 ) ( -1464 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 460\r
-{\r
-( -1488 8192 8192 ) ( -1488 -8192 8192 ) ( -1488 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 461\r
-{\r
-( -1452 8192 8192 ) ( -1452 -8192 8192 ) ( -1452 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1428 -8192 8192 ) ( -1428 8192 8192 ) ( -1428 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -876 8192 ) ( 8192 -876 8192 ) ( -8192 -876 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 462\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -924 8192 ) ( 8192 -924 8192 ) ( -8192 -924 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -902 8192 ) ( -8192 -902 8192 ) ( -8192 -902 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 463\r
-{\r
-( -1450 8192 8192 ) ( -1450 -8192 8192 ) ( -1450 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1426 -8192 8192 ) ( -1426 8192 8192 ) ( -1426 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -942 8192 ) ( 8192 -942 8192 ) ( -8192 -942 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -920 8192 ) ( -8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 464\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -990 8192 ) ( 8192 -990 8192 ) ( -8192 -990 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -968 8192 ) ( -8192 -968 8192 ) ( -8192 -968 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1062 ) ( 8192 8192 -1062 ) ( -8192 -8192 -1062 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1060 ) ( 8192 -8192 -1060 ) ( -8192 -8192 -1060 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 465\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1496 -8192 8192 ) ( -1496 8192 8192 ) ( -1496 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1066 ) ( 8192 8192 -1066 ) ( -8192 -8192 -1066 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1056 ) ( 8192 -8192 -1056 ) ( -8192 -8192 -1056 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 466\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -714 8192 ) ( -8192 -714 8192 ) ( -8192 -714 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1064 ) ( 8192 8192 -1064 ) ( -8192 -8192 -1064 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1062 ) ( 8192 -8192 -1062 ) ( -8192 -8192 -1062 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 467\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -738 8192 ) ( -8192 -738 8192 ) ( -8192 -738 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1008 ) ( 8192 8192 -1008 ) ( -8192 -8192 -1008 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1006 ) ( 8192 -8192 -1006 ) ( -8192 -8192 -1006 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 468\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1496 -8192 8192 ) ( -1496 8192 8192 ) ( -1496 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1010 ) ( 8192 8192 -1010 ) ( -8192 -8192 -1010 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1000 ) ( 8192 -8192 -1000 ) ( -8192 -8192 -1000 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 469\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -990 8192 ) ( 8192 -990 8192 ) ( -8192 -990 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -968 8192 ) ( -8192 -968 8192 ) ( -8192 -968 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 470\r
-{\r
-( -1450 8192 8192 ) ( -1450 -8192 8192 ) ( -1450 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1426 -8192 8192 ) ( -1426 8192 8192 ) ( -1426 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -942 8192 ) ( 8192 -942 8192 ) ( -8192 -942 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -920 8192 ) ( -8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 471\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -924 8192 ) ( 8192 -924 8192 ) ( -8192 -924 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -902 8192 ) ( -8192 -902 8192 ) ( -8192 -902 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 472\r
-{\r
-( -1452 8192 8192 ) ( -1452 -8192 8192 ) ( -1452 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1428 -8192 8192 ) ( -1428 8192 8192 ) ( -1428 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -876 8192 ) ( 8192 -876 8192 ) ( -8192 -876 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 473\r
-{\r
-( -1488 8192 8192 ) ( -1488 -8192 8192 ) ( -1488 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 474\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1464 -8192 8192 ) ( -1464 8192 8192 ) ( -1464 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1004 ) ( 8192 -8192 -1004 ) ( -8192 -8192 -1004 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 475\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1464 -8192 8192 ) ( -1464 8192 8192 ) ( -1464 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 476\r
-{\r
-( -1488 8192 8192 ) ( -1488 -8192 8192 ) ( -1488 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 477\r
-{\r
-( -1452 8192 8192 ) ( -1452 -8192 8192 ) ( -1452 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1428 -8192 8192 ) ( -1428 8192 8192 ) ( -1428 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -876 8192 ) ( 8192 -876 8192 ) ( -8192 -876 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 478\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -924 8192 ) ( 8192 -924 8192 ) ( -8192 -924 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -902 8192 ) ( -8192 -902 8192 ) ( -8192 -902 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 479\r
-{\r
-( -1450 8192 8192 ) ( -1450 -8192 8192 ) ( -1450 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1426 -8192 8192 ) ( -1426 8192 8192 ) ( -1426 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -942 8192 ) ( 8192 -942 8192 ) ( -8192 -942 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -920 8192 ) ( -8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 480\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -990 8192 ) ( 8192 -990 8192 ) ( -8192 -990 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -968 8192 ) ( -8192 -968 8192 ) ( -8192 -968 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1034 ) ( 8192 8192 -1034 ) ( -8192 -8192 -1034 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1032 ) ( 8192 -8192 -1032 ) ( -8192 -8192 -1032 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 481\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1496 -8192 8192 ) ( -1496 8192 8192 ) ( -1496 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1038 ) ( 8192 8192 -1038 ) ( -8192 -8192 -1038 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1028 ) ( 8192 -8192 -1028 ) ( -8192 -8192 -1028 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 482\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -770 8192 ) ( -8192 -770 8192 ) ( -8192 -770 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1036 ) ( 8192 8192 -1036 ) ( -8192 -8192 -1036 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1034 ) ( 8192 -8192 -1034 ) ( -8192 -8192 -1034 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 483\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -994 8192 ) ( 8192 -994 8192 ) ( -8192 -994 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -778 8192 ) ( -8192 -778 8192 ) ( -8192 -778 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1084 ) ( 8192 8192 -1084 ) ( -8192 -8192 -1084 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1082 ) ( 8192 -8192 -1082 ) ( -8192 -8192 -1082 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 484\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1496 -8192 8192 ) ( -1496 8192 8192 ) ( -1496 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -970 8192 ) ( 8192 -970 8192 ) ( -8192 -970 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1086 ) ( 8192 8192 -1086 ) ( -8192 -8192 -1086 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1076 ) ( 8192 -8192 -1076 ) ( -8192 -8192 -1076 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 485\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -990 8192 ) ( 8192 -990 8192 ) ( -8192 -990 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -968 8192 ) ( -8192 -968 8192 ) ( -8192 -968 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1090 ) ( 8192 8192 -1090 ) ( -8192 -8192 -1090 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1088 ) ( 8192 -8192 -1088 ) ( -8192 -8192 -1088 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 486\r
-{\r
-( -1450 8192 8192 ) ( -1450 -8192 8192 ) ( -1450 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1426 -8192 8192 ) ( -1426 8192 8192 ) ( -1426 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -942 8192 ) ( 8192 -942 8192 ) ( -8192 -942 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -920 8192 ) ( -8192 -920 8192 ) ( -8192 -920 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1082 ) ( 8192 8192 -1082 ) ( -8192 -8192 -1082 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1080 ) ( 8192 -8192 -1080 ) ( -8192 -8192 -1080 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 487\r
-{\r
-( -1490 8192 8192 ) ( -1490 -8192 8192 ) ( -1490 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -924 8192 ) ( 8192 -924 8192 ) ( -8192 -924 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -902 8192 ) ( -8192 -902 8192 ) ( -8192 -902 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1082 ) ( 8192 8192 -1082 ) ( -8192 -8192 -1082 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1080 ) ( 8192 -8192 -1080 ) ( -8192 -8192 -1080 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 488\r
-{\r
-( -1452 8192 8192 ) ( -1452 -8192 8192 ) ( -1452 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1428 -8192 8192 ) ( -1428 8192 8192 ) ( -1428 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -876 8192 ) ( 8192 -876 8192 ) ( -8192 -876 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -854 8192 ) ( -8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1082 ) ( 8192 8192 -1082 ) ( -8192 -8192 -1082 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1080 ) ( 8192 -8192 -1080 ) ( -8192 -8192 -1080 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 489\r
-{\r
-( -1488 8192 8192 ) ( -1488 -8192 8192 ) ( -1488 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1480 -8192 8192 ) ( -1480 8192 8192 ) ( -1480 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1082 ) ( 8192 8192 -1082 ) ( -8192 -8192 -1082 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1080 ) ( 8192 -8192 -1080 ) ( -8192 -8192 -1080 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 490\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1464 -8192 8192 ) ( -1464 8192 8192 ) ( -1464 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -854 8192 ) ( 8192 -854 8192 ) ( -8192 -854 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -832 8192 ) ( -8192 -832 8192 ) ( -8192 -832 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1082 ) ( 8192 8192 -1082 ) ( -8192 -8192 -1082 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1080 ) ( 8192 -8192 -1080 ) ( -8192 -8192 -1080 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 491\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -850 8192 ) ( 8192 -850 8192 ) ( -8192 -850 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -828 8192 ) ( -8192 -828 8192 ) ( -8192 -828 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -994 ) ( 8192 8192 -994 ) ( -8192 -8192 -994 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -970 ) ( 8192 -8192 -970 ) ( -8192 -8192 -970 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 492\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -812 8192 ) ( 8192 -812 8192 ) ( -8192 -812 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -790 8192 ) ( -8192 -790 8192 ) ( -8192 -790 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -938 ) ( 8192 8192 -938 ) ( -8192 -8192 -938 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -914 ) ( 8192 -8192 -914 ) ( -8192 -8192 -914 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 493\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -738 8192 ) ( 8192 -738 8192 ) ( -8192 -738 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -716 8192 ) ( -8192 -716 8192 ) ( -8192 -716 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1048 ) ( 8192 8192 -1048 ) ( -8192 -8192 -1048 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1036 ) ( 8192 -8192 -1036 ) ( -8192 -8192 -1036 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 494\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -698 8192 ) ( 8192 -698 8192 ) ( -8192 -698 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -676 8192 ) ( -8192 -676 8192 ) ( -8192 -676 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1028 ) ( 8192 8192 -1028 ) ( -8192 -8192 -1028 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1016 ) ( 8192 -8192 -1016 ) ( -8192 -8192 -1016 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 495\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -682 8192 ) ( 8192 -682 8192 ) ( -8192 -682 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -660 8192 ) ( -8192 -660 8192 ) ( -8192 -660 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1144 ) ( 8192 8192 -1144 ) ( -8192 -8192 -1144 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1132 ) ( 8192 -8192 -1132 ) ( -8192 -8192 -1132 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 496\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -708 8192 ) ( 8192 -708 8192 ) ( -8192 -708 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -686 8192 ) ( -8192 -686 8192 ) ( -8192 -686 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -934 ) ( 8192 8192 -934 ) ( -8192 -8192 -934 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -910 ) ( 8192 -8192 -910 ) ( -8192 -8192 -910 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 497\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -810 8192 ) ( 8192 -810 8192 ) ( -8192 -810 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -788 8192 ) ( -8192 -788 8192 ) ( -8192 -788 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -878 ) ( 8192 8192 -878 ) ( -8192 -8192 -878 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -854 ) ( 8192 -8192 -854 ) ( -8192 -8192 -854 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 498\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -628 8192 ) ( 8192 -628 8192 ) ( -8192 -628 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -606 8192 ) ( -8192 -606 8192 ) ( -8192 -606 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1114 ) ( 8192 8192 -1114 ) ( -8192 -8192 -1114 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1090 ) ( 8192 -8192 -1090 ) ( -8192 -8192 -1090 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 499\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -574 8192 ) ( 8192 -574 8192 ) ( -8192 -574 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -552 8192 ) ( -8192 -552 8192 ) ( -8192 -552 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1074 ) ( 8192 8192 -1074 ) ( -8192 -8192 -1074 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1050 ) ( 8192 -8192 -1050 ) ( -8192 -8192 -1050 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 500\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -582 8192 ) ( 8192 -582 8192 ) ( -8192 -582 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -560 8192 ) ( -8192 -560 8192 ) ( -8192 -560 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -976 ) ( 8192 8192 -976 ) ( -8192 -8192 -976 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -952 ) ( 8192 -8192 -952 ) ( -8192 -8192 -952 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 501\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -652 8192 ) ( 8192 -652 8192 ) ( -8192 -652 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -630 8192 ) ( -8192 -630 8192 ) ( -8192 -630 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -976 ) ( 8192 8192 -976 ) ( -8192 -8192 -976 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -952 ) ( 8192 -8192 -952 ) ( -8192 -8192 -952 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 502\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -636 8192 ) ( 8192 -636 8192 ) ( -8192 -636 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -614 8192 ) ( -8192 -614 8192 ) ( -8192 -614 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -906 ) ( 8192 8192 -906 ) ( -8192 -8192 -906 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -882 ) ( 8192 -8192 -882 ) ( -8192 -8192 -882 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 503\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1502 -8192 8192 ) ( -1502 8192 8192 ) ( -1502 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -566 8192 ) ( 8192 -566 8192 ) ( -8192 -566 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -544 8192 ) ( -8192 -544 8192 ) ( -8192 -544 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -906 ) ( 8192 8192 -906 ) ( -8192 -8192 -906 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -882 ) ( 8192 -8192 -882 ) ( -8192 -8192 -882 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 504\r
-{\r
-( -1465 8192 8192 ) ( -1465 -8192 8192 ) ( -1465 8192 -8192 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-( -1463 -8192 8192 ) ( -1463 8192 8192 ) ( -1463 8192 -8192 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-( -8192 -820 8192 ) ( 8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-( 8192 -678 8192 ) ( -8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -688 ) ( 8192 8192 -688 ) ( -8192 -8192 -688 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-( 8192 8192 -686 ) ( 8192 -8192 -686 ) ( -8192 -8192 -686 ) desktop/yellowwire 0 0 45 0.500000 0.500000 0 0 0\r
-}\r
-// brush 505\r
-{\r
-( -1474 8192 8192 ) ( -1474 -8192 8192 ) ( -1474 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -1472 -8192 8192 ) ( -1472 8192 8192 ) ( -1472 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -8192 -820 8192 ) ( 8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -678 8192 ) ( -8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -688 ) ( 8192 8192 -688 ) ( -8192 -8192 -688 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 8192 -686 ) ( 8192 -8192 -686 ) ( -8192 -8192 -686 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 506\r
-{\r
-( -1471 8192 8192 ) ( -1471 -8192 8192 ) ( -1471 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -1469 -8192 8192 ) ( -1469 8192 8192 ) ( -1469 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -8192 -820 8192 ) ( 8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -678 8192 ) ( -8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -688 ) ( 8192 8192 -688 ) ( -8192 -8192 -688 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 8192 -686 ) ( 8192 -8192 -686 ) ( -8192 -8192 -686 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 507\r
-{\r
-( -1468 8192 8192 ) ( -1468 -8192 8192 ) ( -1468 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -1466 -8192 8192 ) ( -1466 8192 8192 ) ( -1466 8192 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( -8192 -820 8192 ) ( 8192 -820 8192 ) ( -8192 -820 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -678 8192 ) ( -8192 -678 8192 ) ( -8192 -678 -8192 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -688 ) ( 8192 8192 -688 ) ( -8192 -8192 -688 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-( 8192 8192 -686 ) ( 8192 -8192 -686 ) ( -8192 -8192 -686 ) desktop/yellowwire 0 0 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 508\r
-{\r
-( 7816 -8577 1027 ) ( 7816 6228 -5986 ) ( -8278 7539 -3218 ) desktop/yellowwire 0 0 67 0.500000 0.500000 0 0 0\r
-( 7830 6164 -6034 ) ( 7830 -8545 1181 ) ( -8278 -7229 3863 ) desktop/yellowwire 0 0 67 0.500000 0.500000 0 0 0\r
-( -6407 5892 7694 ) ( 8692 -465 7694 ) ( 5804 -7324 -6902 ) desktop/yellowwire 0 0 67 0.500000 0.500000 0 0 0\r
-( 8788 -238 7575 ) ( -6311 6119 7575 ) ( -9254 -868 -6948 ) desktop/yellowwire 0 0 67 0.500000 0.500000 0 0 0\r
-( -4087 -7174 8192 ) ( 2167 7968 8192 ) ( 2167 7968 -8192 ) desktop/yellowwire 0 0 150 0.500000 0.500000 0 0 0\r
-( 2156 7972 8192 ) ( -4096 -7171 8192 ) ( -4096 -7171 -8192 ) desktop/yellowwire 0 0 67 0.500000 0.500000 0 0 0\r
-}\r
-// brush 509\r
-{\r
-( 92 8192 8192 ) ( 92 -8192 8192 ) ( 92 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 222 -8192 8192 ) ( 222 8192 8192 ) ( 222 8192 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -428 8192 ) ( 8192 -428 8192 ) ( -8192 -428 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -292 8192 ) ( -8192 -292 8192 ) ( -8192 -292 -8192 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 16 ) ( 8192 8192 16 ) ( -8192 -8192 16 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/ci2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 510\r
-{\r
-( 130 8192 8192 ) ( 130 -8192 8192 ) ( 130 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 136 -8192 8192 ) ( 136 8192 8192 ) ( 136 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -424 8192 ) ( 8192 -424 8192 ) ( -8192 -424 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -416 8192 ) ( -8192 -416 8192 ) ( -8192 -416 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 18 ) ( 8192 8192 18 ) ( -8192 -8192 18 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 112 ) ( 8192 -8192 112 ) ( -8192 -8192 112 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 511\r
-{\r
-( 182 8192 8192 ) ( 182 -8192 8192 ) ( 182 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 188 -8192 8192 ) ( 188 8192 8192 ) ( 188 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -424 8192 ) ( 8192 -424 8192 ) ( -8192 -424 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -416 8192 ) ( -8192 -416 8192 ) ( -8192 -416 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 18 ) ( 8192 8192 18 ) ( -8192 -8192 18 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 112 ) ( 8192 -8192 112 ) ( -8192 -8192 112 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 512\r
-{\r
-( 136 8192 8192 ) ( 136 -8192 8192 ) ( 136 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 182 -8192 8192 ) ( 182 8192 8192 ) ( 182 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -424 8192 ) ( 8192 -424 8192 ) ( -8192 -424 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -416 8192 ) ( -8192 -416 8192 ) ( -8192 -416 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 106 ) ( 8192 8192 106 ) ( -8192 -8192 106 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 112 ) ( 8192 -8192 112 ) ( -8192 -8192 112 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 513\r
-{\r
-( -1422 8192 8192 ) ( -1422 -8192 8192 ) ( -1422 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1418 -8192 8192 ) ( -1418 8192 8192 ) ( -1418 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -962 8192 ) ( 8192 -962 8192 ) ( -8192 -962 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -954 8192 ) ( -8192 -954 8192 ) ( -8192 -954 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -926 ) ( 8192 -8192 -926 ) ( -8192 -8192 -926 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 514\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1422 -8192 8192 ) ( -1422 8192 8192 ) ( -1422 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -962 8192 ) ( 8192 -962 8192 ) ( -8192 -962 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -954 8192 ) ( -8192 -954 8192 ) ( -8192 -954 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -930 ) ( 8192 8192 -930 ) ( -8192 -8192 -930 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -926 ) ( 8192 -8192 -926 ) ( -8192 -8192 -926 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 515\r
-{\r
-( -1502 8192 8192 ) ( -1502 -8192 8192 ) ( -1502 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -962 8192 ) ( 8192 -962 8192 ) ( -8192 -962 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -954 8192 ) ( -8192 -954 8192 ) ( -8192 -954 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -930 ) ( 8192 -8192 -930 ) ( -8192 -8192 -930 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 516\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -658 8192 ) ( 8192 -658 8192 ) ( -8192 -658 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -636 8192 ) ( -8192 -636 8192 ) ( -8192 -636 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1124 ) ( 8192 8192 -1124 ) ( -8192 -8192 -1124 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1112 ) ( 8192 -8192 -1112 ) ( -8192 -8192 -1112 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 517\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -706 8192 ) ( 8192 -706 8192 ) ( -8192 -706 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -684 8192 ) ( -8192 -684 8192 ) ( -8192 -684 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1164 ) ( 8192 8192 -1164 ) ( -8192 -8192 -1164 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1152 ) ( 8192 -8192 -1152 ) ( -8192 -8192 -1152 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 518\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -730 8192 ) ( 8192 -730 8192 ) ( -8192 -730 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -708 8192 ) ( -8192 -708 8192 ) ( -8192 -708 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1184 ) ( 8192 8192 -1184 ) ( -8192 -8192 -1184 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1172 ) ( 8192 -8192 -1172 ) ( -8192 -8192 -1172 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 519\r
-{\r
-( -1504 8192 8192 ) ( -1504 -8192 8192 ) ( -1504 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -1498 -8192 8192 ) ( -1498 8192 8192 ) ( -1498 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -602 8192 ) ( 8192 -602 8192 ) ( -8192 -602 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -580 8192 ) ( -8192 -580 8192 ) ( -8192 -580 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1084 ) ( 8192 8192 -1084 ) ( -8192 -8192 -1084 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1072 ) ( 8192 -8192 -1072 ) ( -8192 -8192 -1072 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 520\r
-{\r
-( 1600 8192 8192 ) ( 1600 -8192 8192 ) ( 1600 8192 -8192 ) desktop/border 0 0 0 0.250000 0.250000 0 0 0\r
-( 1904 -8192 8192 ) ( 1904 8192 8192 ) ( 1904 8192 -8192 ) desktop/border 0 45 0 -27 0.880000 0 0 0\r
-( -8192 232 8192 ) ( 8192 232 8192 ) ( -8192 232 -8192 ) desktop/border 2 45 0 0.050000 0.250000 0 0 0\r
-( 8192 448 8192 ) ( -8192 448 8192 ) ( -8192 448 -8192 ) desktop/jspbookside -72 -56 270 -1.600000 1.100000 0 0 0\r
-( 8192 -8192 -136 ) ( 8192 8192 -136 ) ( -8192 -8192 -136 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -48 ) ( 8192 -8192 -48 ) ( -8192 -8192 -48 ) desktop/jspbookcover -72 53 270 1.100000 1.200000 0 0 0\r
-}\r
-// brush 521\r
-{\r
-( 436 8192 8192 ) ( 436 -8192 8192 ) ( 436 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 844 -8192 8192 ) ( 844 8192 8192 ) ( 844 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 2844 8192 ) ( 8192 2844 8192 ) ( -8192 2844 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 3216 8192 ) ( -8192 3216 8192 ) ( -8192 3216 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 1588 ) ( 8192 8192 1588 ) ( -8192 -8192 1588 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 1592 ) ( 8192 -8192 1592 ) ( -8192 -8192 1592 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 522\r
-{\r
-( -1476 8192 8192 ) ( -1476 -8192 8192 ) ( -1476 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1348 -8192 8192 ) ( -1348 8192 8192 ) ( -1348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -380 8192 ) ( 8192 -380 8192 ) ( -8192 -380 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -372 8192 ) ( -8192 -372 8192 ) ( -8192 -372 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -682 ) ( 8192 -8192 -682 ) ( -8192 -8192 -682 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 523\r
-{\r
-( -1352 -8192 8192 ) ( -1352 8192 8192 ) ( -1352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -404 8192 ) ( 8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -380 8192 ) ( -8192 -380 8192 ) ( -8192 -380 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5279 6306 8192 ) ( -6306 -5279 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 524\r
-{\r
-( -1352 -8192 8192 ) ( -1352 8192 8192 ) ( -1352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -404 8192 ) ( -8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6690 4895 8192 ) ( 4895 -6690 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 525\r
-{\r
-( -1352 -8192 8192 ) ( -1352 8192 8192 ) ( -1352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5347 6238 8192 ) ( -6238 -5347 8192 ) ( -6238 -5347 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 526\r
-{\r
-( -1363 8192 8192 ) ( -1363 -8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1352 -8192 8192 ) ( -1352 8192 8192 ) ( -1352 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4895 -6690 8192 ) ( -6690 4895 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6238 -5347 8192 ) ( 5347 6238 8192 ) ( -6238 -5347 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 527\r
-{\r
-( -1363 8192 8192 ) ( -1363 -8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1348 -8192 8192 ) ( -1348 8192 8192 ) ( -1348 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -372 8192 ) ( -8192 -372 8192 ) ( -8192 -372 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 528\r
-{\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -372 8192 ) ( -8192 -372 8192 ) ( -8192 -372 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6690 4895 8192 ) ( 4895 -6690 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 529\r
-{\r
-( -1459 8192 8192 ) ( -1459 -8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -380 8192 ) ( -8192 -380 8192 ) ( -8192 -380 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6306 -5279 8192 ) ( 5279 6306 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 530\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1459 -8192 8192 ) ( -1459 8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -380 8192 ) ( -8192 -380 8192 ) ( -8192 -380 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6758 4827 8192 ) ( 4827 -6758 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 531\r
-{\r
-( -1476 8192 8192 ) ( -1476 -8192 8192 ) ( -1476 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1459 -8192 8192 ) ( -1459 8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5279 6306 8192 ) ( -6306 -5279 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 532\r
-{\r
-( -1476 8192 8192 ) ( -1476 -8192 8192 ) ( -1476 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -404 8192 ) ( -8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6306 -5279 8192 ) ( 5279 6306 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 533\r
-{\r
-( -1443 8192 8192 ) ( -1443 -8192 8192 ) ( -1443 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -404 8192 ) ( -8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6294 -5291 8192 ) ( 5291 6294 8192 ) ( 5291 6294 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5279 6306 8192 ) ( -6306 -5279 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 534\r
-{\r
-( -8192 -420 8192 ) ( 8192 -420 8192 ) ( -8192 -420 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -404 8192 ) ( -8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5291 6294 8192 ) ( -6294 -5291 8192 ) ( 5291 6294 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4895 -6690 8192 ) ( -6690 4895 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 535\r
-{\r
-( -1459 8192 8192 ) ( -1459 -8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1443 -8192 8192 ) ( -1443 8192 8192 ) ( -1443 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6748 4837 8192 ) ( 4837 -6748 8192 ) ( 4837 -6748 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5279 6306 8192 ) ( -6306 -5279 8192 ) ( -6306 -5279 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 536\r
-{\r
-( -1459 8192 8192 ) ( -1459 -8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -488 8192 ) ( 8192 -488 8192 ) ( -8192 -488 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6758 4827 8192 ) ( 4827 -6758 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4837 -6748 8192 ) ( -6748 4837 8192 ) ( 4837 -6748 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 537\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -500 8192 ) ( 8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4827 -6758 8192 ) ( -6758 4827 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 538\r
-{\r
-( -1472 8192 8192 ) ( -1472 -8192 8192 ) ( -1472 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -500 8192 ) ( -8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -694 ) ( 8192 8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -690 ) ( 8192 -8192 -690 ) ( -8192 -8192 -690 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6238 -5347 8192 ) ( 5347 6238 8192 ) ( -6238 -5347 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 539\r
-{\r
-( -8192 -500 8192 ) ( 8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -488 8192 ) ( -8192 -488 8192 ) ( -8192 -488 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6246 -5339 8192 ) ( 5339 6246 8192 ) ( 5339 6246 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6758 4827 8192 ) ( 4827 -6758 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 540\r
-{\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -500 8192 ) ( -8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6758 4827 8192 ) ( 4827 -6758 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 541\r
-{\r
-( -1459 8192 8192 ) ( -1459 -8192 8192 ) ( -1459 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -522 8192 ) ( 8192 -522 8192 ) ( -8192 -522 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4827 -6758 8192 ) ( -6758 4827 8192 ) ( 4827 -6758 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 542\r
-{\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -500 8192 ) ( 8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6238 -5347 8192 ) ( 5347 6238 8192 ) ( -6238 -5347 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5339 6246 8192 ) ( -6246 -5339 8192 ) ( 5339 6246 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 543\r
-{\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -500 8192 ) ( 8192 -500 8192 ) ( -8192 -500 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5347 6238 8192 ) ( -6238 -5347 8192 ) ( -6238 -5347 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 544\r
-{\r
-( -1375 8192 8192 ) ( -1375 -8192 8192 ) ( -1375 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4885 -6700 8192 ) ( -6700 4885 8192 ) ( -6700 4885 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6246 -5339 8192 ) ( 5339 6246 8192 ) ( 5339 6246 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 545\r
-{\r
-( -1363 -8192 8192 ) ( -1363 8192 8192 ) ( -1363 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -420 8192 ) ( -8192 -420 8192 ) ( -8192 -420 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -698 ) ( 8192 -8192 -698 ) ( -8192 -8192 -698 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4895 -6690 8192 ) ( -6690 4895 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -6700 4885 8192 ) ( 4885 -6700 8192 ) ( -6700 4885 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 546\r
-{\r
-( -1476 8192 8192 ) ( -1476 -8192 8192 ) ( -1476 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -404 8192 ) ( 8192 -404 8192 ) ( -8192 -404 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -372 8192 ) ( -8192 -372 8192 ) ( -8192 -372 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -702 ) ( 8192 8192 -702 ) ( -8192 -8192 -702 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -694 ) ( 8192 -8192 -694 ) ( -8192 -8192 -694 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4895 -6690 8192 ) ( -6690 4895 8192 ) ( 4895 -6690 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 547\r
-{\r
-( -2160 8192 8192 ) ( -2160 -8192 8192 ) ( -2160 8192 -8192 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-( 2120 -8192 8192 ) ( 2120 8192 8192 ) ( 2120 8192 -8192 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-( -8192 -1424 8192 ) ( 8192 -1424 8192 ) ( -8192 -1424 -8192 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-( 8192 2648 8192 ) ( -8192 2648 8192 ) ( -8192 2648 -8192 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-( 8192 -8192 1596 ) ( 8192 8192 1596 ) ( -8192 -8192 1596 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-( 8192 8192 1608 ) ( 8192 -8192 1608 ) ( -8192 -8192 1608 ) desktop/ceiling 0 0 0 1.400000 1.400000 0 0 0\r
-}\r
-// brush 548\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -251 8192 ) ( 8192 -251 8192 ) ( -8192 -251 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -209 8192 ) ( -8192 -209 8192 ) ( -8192 -209 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -93 ) ( 8192 8192 -93 ) ( -8192 -8192 -93 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -51 ) ( 8192 -8192 -51 ) ( -8192 -8192 -51 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5699 5885 ) ( -8192 5699 5885 ) ( -8192 -5817 -5768 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5976 5606 ) ( 8192 5677 -5909 ) ( -8192 5677 -5909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7876 -2255 ) ( 8192 -7936 2033 ) ( -8192 7876 -2255 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5677 -5909 ) ( 8192 -5975 5607 ) ( -8192 -5975 5607 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 549\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -399 8192 ) ( 8192 -399 8192 ) ( -8192 -399 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -251 8192 ) ( -8192 -251 8192 ) ( -8192 -251 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -51 ) ( 8192 8192 -51 ) ( -8192 -8192 -51 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -11 ) ( 8192 -8192 -11 ) ( -8192 -8192 -11 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5677 -5909 ) ( 8192 -5976 5606 ) ( -8192 5677 -5909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7936 2033 ) ( 8192 7876 -2255 ) ( -8192 7876 -2255 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1775 8006 ) ( 8192 1775 8006 ) ( 8192 -2513 -7806 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7876 -2254 ) ( 8192 -7936 2034 ) ( -8192 -7936 2034 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 550\r
-{\r
-( 1436 8192 8192 ) ( 1436 -8192 8192 ) ( 1436 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1580 -8192 8192 ) ( 1580 8192 8192 ) ( 1580 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -215 8192 ) ( -8192 -215 8192 ) ( -8192 -215 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 -8191 -591 ) ( 8171 8191 -591 ) ( -8156 8191 769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8177 -8191 519 ) ( 8177 8191 519 ) ( -8150 8191 -840 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 551\r
-{\r
-( 1412 8192 8192 ) ( 1412 -8192 8192 ) ( 1412 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1604 -8192 8192 ) ( 1604 8192 8192 ) ( 1604 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -215 8192 ) ( -8192 -215 8192 ) ( -8192 -215 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -30 ) ( 8192 8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -12 ) ( 8192 -8192 -12 ) ( -8192 -8192 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7056 -8192 -4245 ) ( 7056 8192 -4245 ) ( -6051 8192 5585 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7136 -8192 4137 ) ( 7136 8192 4137 ) ( -5970 8192 -5692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 552\r
-{\r
-( 1412 8192 8192 ) ( 1412 -8192 8192 ) ( 1412 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1604 -8192 8192 ) ( 1604 8192 8192 ) ( 1604 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -201 8192 ) ( 8192 -201 8192 ) ( -8192 -201 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -30 ) ( 8192 8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -12 ) ( 8192 -8192 -12 ) ( -8192 -8192 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7136 -8192 4137 ) ( 7136 8192 4137 ) ( -5970 8192 -5692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7056 -8192 -4245 ) ( 7056 8192 -4245 ) ( -6051 8192 5585 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 553\r
-{\r
-( 1436 8192 8192 ) ( 1436 -8192 8192 ) ( 1436 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1580 -8192 8192 ) ( 1580 8192 8192 ) ( 1580 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -201 8192 ) ( 8192 -201 8192 ) ( -8192 -201 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8177 -8191 519 ) ( 8177 8191 519 ) ( -8150 8191 -840 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 -8191 -591 ) ( 8171 8191 -591 ) ( -8156 8191 769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 554\r
-{\r
-( 1412 8192 8192 ) ( 1412 -8192 8192 ) ( 1412 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1436 -8192 8192 ) ( 1436 8192 8192 ) ( 1436 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -30 ) ( 8192 8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -12 ) ( 8192 -8192 -12 ) ( -8192 -8192 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7056 -8192 -4245 ) ( 7056 8192 -4245 ) ( -6051 8192 5585 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7056 8192 -4244 ) ( 7056 -8192 -4244 ) ( -6050 -8192 5586 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 -8191 -591 ) ( 8171 8191 -591 ) ( -8156 8191 769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5824 8192 5871 ) ( 5824 -8192 5871 ) ( -4005 -8192 -7235 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 555\r
-{\r
-( 1436 8192 8192 ) ( 1436 -8192 8192 ) ( 1436 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1508 -8192 8192 ) ( 1508 8192 8192 ) ( 1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 -8191 -591 ) ( 8171 8191 -591 ) ( -8156 8191 769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 8191 -590 ) ( 8171 -8191 -590 ) ( -8156 -8191 770 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8177 -8191 519 ) ( 8177 8191 519 ) ( -8150 8191 -840 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7056 -8192 -4245 ) ( 7056 8192 -4245 ) ( -6051 8192 5585 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 556\r
-{\r
-( 1508 8192 8192 ) ( 1508 -8192 8192 ) ( 1508 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1580 -8192 8192 ) ( 1580 8192 8192 ) ( 1580 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8177 -8191 519 ) ( 8177 8191 519 ) ( -8150 8191 -840 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8176 8191 520 ) ( 8176 -8191 520 ) ( -8150 -8191 -839 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7136 -8192 4137 ) ( 7136 8192 4137 ) ( -5970 8192 -5692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8171 -8191 -591 ) ( 8171 8191 -591 ) ( -8156 8191 769 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 557\r
-{\r
-( 1580 8192 8192 ) ( 1580 -8192 8192 ) ( 1580 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1604 -8192 8192 ) ( 1604 8192 8192 ) ( 1604 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -216 8192 ) ( 8192 -216 8192 ) ( -8192 -216 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -200 8192 ) ( -8192 -200 8192 ) ( -8192 -200 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -30 ) ( 8192 8192 -30 ) ( -8192 -8192 -30 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -12 ) ( 8192 -8192 -12 ) ( -8192 -8192 -12 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7136 -8192 4137 ) ( 7136 8192 4137 ) ( -5970 8192 -5692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7136 8192 4138 ) ( 7136 -8192 4138 ) ( -5970 -8192 -5692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -3894 -8192 7319 ) ( -3894 8192 7319 ) ( 5936 8192 -5787 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8177 -8191 519 ) ( 8177 8191 519 ) ( -8150 8191 -840 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 558\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -129 8192 ) ( 8192 -129 8192 ) ( -8192 -129 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4868 -8192 6716 ) ( -4868 8192 6716 ) ( 6716 8192 -4868 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 559\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -535 8192 ) ( -8192 -535 8192 ) ( -8192 -535 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4868 -8192 6716 ) ( -4868 8192 6716 ) ( 6716 8192 -4868 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 560\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1153 -8192 8192 ) ( 1153 8192 8192 ) ( 1153 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 692 ) ( 8192 8192 692 ) ( -8192 -8192 692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4868 -8192 6716 ) ( -4868 8192 6716 ) ( 6716 8192 -4868 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 561\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4869 8192 6715 ) ( -4869 -8192 6715 ) ( 6715 -8192 -4869 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4868 -8192 6716 ) ( -4868 8192 6716 ) ( 6716 8192 -4868 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 562\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1160 -8192 8192 ) ( 1160 8192 8192 ) ( 1160 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 689 ) ( 8192 -8192 689 ) ( -8192 -8192 689 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -4868 -8192 6716 ) ( -4868 8192 6716 ) ( 6716 8192 -4868 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 563\r
-{\r
-( 1152 8192 8192 ) ( 1152 -8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1153 -8192 8192 ) ( 1153 8192 8192 ) ( 1153 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 692 ) ( 8192 -8192 692 ) ( -8192 -8192 692 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 564\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -129 8192 ) ( 8192 -129 8192 ) ( -8192 -129 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 8192 5972 ) ( 5612 -8192 5972 ) ( -5972 -8192 -5612 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 565\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -535 8192 ) ( -8192 -535 8192 ) ( -8192 -535 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 8192 5972 ) ( 5612 -8192 5972 ) ( -5972 -8192 -5612 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 566\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 332 -8192 8192 ) ( 332 8192 8192 ) ( 332 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 689 ) ( 8192 -8192 689 ) ( -8192 -8192 689 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 8192 5972 ) ( 5612 -8192 5972 ) ( -5972 -8192 -5612 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 567\r
-{\r
-( 328 8192 8192 ) ( 328 -8192 8192 ) ( 328 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 8192 5972 ) ( 5612 -8192 5972 ) ( -5972 -8192 -5612 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5613 -8192 5971 ) ( 5613 8192 5971 ) ( -5971 8192 -5613 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 568\r
-{\r
-( 335 8192 8192 ) ( 335 -8192 8192 ) ( 335 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 8192 5972 ) ( 5612 -8192 5972 ) ( -5972 -8192 -5612 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 569\r
-{\r
-( 332 8192 8192 ) ( 332 -8192 8192 ) ( 332 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -536 8192 ) ( 8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -128 8192 ) ( -8192 -128 8192 ) ( -8192 -128 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 688 ) ( 8192 8192 688 ) ( -8192 -8192 688 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 689 ) ( 8192 -8192 689 ) ( -8192 -8192 689 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 570\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -468 8192 ) ( 8192 -468 8192 ) ( -8192 -468 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8192 ) ( -8192 -312 8192 ) ( -8192 -312 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -24 ) ( 8192 8192 -24 ) ( -8192 -8192 -24 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8018 1677 ) ( 8192 7979 -1855 ) ( -8192 7979 -1855 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8025 -1645 ) ( 8192 -8055 1488 ) ( -8192 -8055 1488 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7929 -2058 ) ( 8192 -7976 1867 ) ( -8192 -7976 1867 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 571\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -495 8192 ) ( 8192 -495 8192 ) ( -8192 -495 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -288 8192 ) ( -8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 14 ) ( 8192 -8192 14 ) ( -8192 -8192 14 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7287 -3744 ) ( 8192 -7427 3459 ) ( -8192 -7427 3459 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8018 1681 ) ( 8192 7975 -1872 ) ( -8192 7975 -1872 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7979 -1855 ) ( 8192 -8018 1677 ) ( -8192 7979 -1855 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 572\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -495 8192 ) ( 8192 -495 8192 ) ( -8192 -495 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -288 8192 ) ( -8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 14 ) ( 8192 -8192 14 ) ( -8192 -8192 14 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7287 -3744 ) ( 8192 -7427 3459 ) ( -8192 -7427 3459 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7979 -1855 ) ( 8192 -8018 1677 ) ( -8192 7979 -1855 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8018 1681 ) ( 8192 7975 -1872 ) ( -8192 7975 -1872 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 573\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -468 8192 ) ( 8192 -468 8192 ) ( -8192 -468 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8192 ) ( -8192 -312 8192 ) ( -8192 -312 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -24 ) ( 8192 8192 -24 ) ( -8192 -8192 -24 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8018 1677 ) ( 8192 7979 -1855 ) ( -8192 7979 -1855 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7929 -2058 ) ( 8192 -7976 1867 ) ( -8192 -7976 1867 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8025 -1645 ) ( 8192 -8055 1488 ) ( -8192 -8055 1488 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 574\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -312 8192 ) ( 8192 -312 8192 ) ( -8192 -312 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -288 8192 ) ( -8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -24 ) ( 8192 -8192 -24 ) ( -8192 -8192 -24 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 3384 7464 ) ( -8192 3384 7464 ) ( -8192 -3820 -7250 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7427 3458 ) ( 8192 7287 -3745 ) ( -8192 7287 -3745 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7929 -2058 ) ( 8192 -7976 1867 ) ( -8192 -7976 1867 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7287 -3744 ) ( 8192 -7427 3459 ) ( -8192 -7427 3459 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 575\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -390 8192 ) ( 8192 -390 8192 ) ( -8192 -390 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -312 8192 ) ( -8192 -312 8192 ) ( -8192 -312 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -24 ) ( 8192 8192 -24 ) ( -8192 -8192 -24 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -5 ) ( 8192 -8192 -5 ) ( -8192 -8192 -5 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7287 -3744 ) ( 8192 -7427 3459 ) ( -8192 -7427 3459 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7977 1866 ) ( 8192 7929 -2059 ) ( -8192 7929 -2059 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8025 -1645 ) ( 8192 -8055 1488 ) ( -8192 -8055 1488 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7929 -2058 ) ( 8192 -7976 1867 ) ( -8192 -7976 1867 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 576\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -468 8192 ) ( 8192 -468 8192 ) ( -8192 -468 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -390 8192 ) ( -8192 -390 8192 ) ( -8192 -390 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -5 ) ( 8192 8192 -5 ) ( -8192 -8192 -5 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 14 ) ( 8192 -8192 14 ) ( -8192 -8192 14 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7929 -2058 ) ( 8192 -7976 1867 ) ( -8192 -7976 1867 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8056 1488 ) ( 8192 8025 -1646 ) ( -8192 8025 -1646 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8025 -1645 ) ( 8192 -8055 1488 ) ( -8192 -8055 1488 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 10 ) ( 8192 -8192 10 ) ( -8192 -8192 10 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 577\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1409 8165 8192 ) ( 3771 -7378 8192 ) ( 3771 -7378 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4276 -7308 8192 ) ( 7308 4276 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4520 7128 8192 ) ( -660 -8414 8192 ) ( -660 -8414 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6060 -5524 8192 ) ( -5524 6060 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 578\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1304 8192 ) ( 8192 -1304 8192 ) ( -8192 -1304 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1248 8192 ) ( -8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7984 1952 8192 ) ( 7558 -3228 8192 ) ( 7558 -3228 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7202 -4299 8192 ) ( 8341 881 8192 ) ( 8341 881 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7308 4276 8192 ) ( -4276 -7308 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6060 -5524 8192 ) ( -5524 6060 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 579\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1248 8192 ) ( 8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1192 8192 ) ( -8192 -1192 8192 ) ( -8192 -1192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5524 6060 8192 ) ( 6060 -5524 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4276 -7308 8192 ) ( 7308 4276 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8307 982 8192 ) ( -7235 -4198 8192 ) ( -7235 -4198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7592 -3128 8192 ) ( -7950 2052 8192 ) ( -7950 2052 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 580\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5524 6060 8192 ) ( 6060 -5524 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 -8448 8192 ) ( 4620 7094 8192 ) ( 4620 7094 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7308 4276 8192 ) ( -4276 -7308 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3872 -7344 8192 ) ( -1308 8198 8192 ) ( -1308 8198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 581\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -1248 8192 ) ( 8192 -1248 8192 ) ( -8192 -1248 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -1192 8192 ) ( -8192 -1192 8192 ) ( -8192 -1192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -4276 -7308 8192 ) ( 7308 4276 8192 ) ( 7308 4276 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7592 -3128 8192 ) ( -7950 2052 8192 ) ( -7950 2052 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8307 982 8192 ) ( -7235 -4198 8192 ) ( -7235 -4198 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5524 6060 8192 ) ( 6060 -5524 8192 ) ( -5524 6060 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 582\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 -8448 8192 ) ( 4620 7094 8192 ) ( 4620 7094 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3872 -7344 8192 ) ( -1308 8198 8192 ) ( -1308 8198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7308 4276 8192 ) ( -4276 -7308 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5524 6060 8192 ) ( 6060 -5524 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 583\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4276 -7308 8192 ) ( 7308 4276 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6060 -5524 8192 ) ( -5524 6060 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4520 7128 8192 ) ( -660 -8414 8192 ) ( -660 -8414 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1409 8165 8192 ) ( 3771 -7378 8192 ) ( 3771 -7378 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 584\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1304 8192 ) ( 8192 -1304 8192 ) ( -8192 -1304 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1248 8192 ) ( -8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7202 -4299 8192 ) ( 8341 881 8192 ) ( 8341 881 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6060 -5524 8192 ) ( -5524 6060 8192 ) ( -5524 6060 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7308 4276 8192 ) ( -4276 -7308 8192 ) ( 7308 4276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7984 1952 8192 ) ( 7558 -3228 8192 ) ( 7558 -3228 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 585\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1742 -8192 8192 ) ( 1742 8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1248 8192 ) ( -8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1409 8165 8192 ) ( 3771 -7378 8192 ) ( 3771 -7378 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3772 -7377 8192 ) ( -1408 8165 8192 ) ( -1408 8165 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4520 7128 8192 ) ( -660 -8414 8192 ) ( -660 -8414 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7984 1952 8192 ) ( 7558 -3228 8192 ) ( 7558 -3228 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 586\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1304 8192 ) ( 8192 -1304 8192 ) ( -8192 -1304 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1290 8192 ) ( -8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7984 1952 8192 ) ( 7558 -3228 8192 ) ( 7558 -3228 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7559 -3227 8192 ) ( -7984 1953 8192 ) ( -7984 1953 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1409 8165 8192 ) ( 3771 -7378 8192 ) ( 3771 -7378 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7202 -4299 8192 ) ( 8341 881 8192 ) ( 8341 881 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 587\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1304 8192 ) ( 8192 -1304 8192 ) ( -8192 -1304 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1290 8192 ) ( -8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7202 -4299 8192 ) ( 8341 881 8192 ) ( 8341 881 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8340 882 8192 ) ( -7202 -4298 8192 ) ( -7202 -4298 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7984 1952 8192 ) ( 7558 -3228 8192 ) ( 7558 -3228 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 -8448 8192 ) ( 4620 7094 8192 ) ( 4620 7094 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 588\r
-{\r
-( 1826 8192 8192 ) ( 1826 -8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1290 8192 ) ( 8192 -1290 8192 ) ( -8192 -1290 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1248 8192 ) ( -8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 -8448 8192 ) ( 4620 7094 8192 ) ( 4620 7094 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4619 7095 8192 ) ( -561 -8448 8192 ) ( -561 -8448 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7202 -4299 8192 ) ( 8341 881 8192 ) ( 8341 881 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3872 -7344 8192 ) ( -1308 8198 8192 ) ( -1308 8198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 589\r
-{\r
-( 1826 8192 8192 ) ( 1826 -8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1248 8192 ) ( 8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3872 -7344 8192 ) ( -1308 8198 8192 ) ( -1308 8198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1309 8198 8192 ) ( 3871 -7344 8192 ) ( 3871 -7344 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 -8448 8192 ) ( 4620 7094 8192 ) ( 4620 7094 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7592 -3128 8192 ) ( -7950 2052 8192 ) ( -7950 2052 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 590\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1206 8192 ) ( 8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1192 8192 ) ( -8192 -1192 8192 ) ( -8192 -1192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7592 -3128 8192 ) ( -7950 2052 8192 ) ( -7950 2052 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7951 2051 8192 ) ( 7592 -3129 8192 ) ( 7592 -3129 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3872 -7344 8192 ) ( -1308 8198 8192 ) ( -1308 8198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8307 982 8192 ) ( -7235 -4198 8192 ) ( -7235 -4198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 591\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1206 8192 ) ( 8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1192 8192 ) ( -8192 -1192 8192 ) ( -8192 -1192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8307 982 8192 ) ( -7235 -4198 8192 ) ( -7235 -4198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7235 -4199 8192 ) ( 8307 981 8192 ) ( 8307 981 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7592 -3128 8192 ) ( -7950 2052 8192 ) ( -7950 2052 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4520 7128 8192 ) ( -660 -8414 8192 ) ( -660 -8414 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 592\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1742 -8192 8192 ) ( 1742 8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1248 8192 ) ( 8192 -1248 8192 ) ( -8192 -1248 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1206 8192 ) ( -8192 -1206 8192 ) ( -8192 -1206 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4520 7128 8192 ) ( -660 -8414 8192 ) ( -660 -8414 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -659 -8415 8192 ) ( 4521 7128 8192 ) ( 4521 7128 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8307 982 8192 ) ( -7235 -4198 8192 ) ( -7235 -4198 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1409 8165 8192 ) ( 3771 -7378 8192 ) ( 3771 -7378 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 593\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1104 8266 8192 ) ( 4076 -7276 8192 ) ( 4076 -7276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4784 -6800 8192 ) ( 6800 4784 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4215 7230 8192 ) ( -965 -8313 8192 ) ( -965 -8313 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6568 -5016 8192 ) ( -5016 6568 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 594\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -288 8192 ) ( 8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7679 2866 8192 ) ( 7863 -2314 8192 ) ( 7863 -2314 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7506 -3384 8192 ) ( 8036 1796 8192 ) ( 8036 1796 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6800 4784 8192 ) ( -4784 -6800 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6568 -5016 8192 ) ( -5016 6568 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 595\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -232 8192 ) ( 8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -176 8192 ) ( -8192 -176 8192 ) ( -8192 -176 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5016 6568 8192 ) ( 6568 -5016 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4784 -6800 8192 ) ( 6800 4784 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8002 1896 8192 ) ( -7540 -3284 8192 ) ( -7540 -3284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7897 -2213 8192 ) ( -7646 2967 8192 ) ( -7646 2967 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 596\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5016 6568 8192 ) ( 6568 -5016 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -864 -8346 8192 ) ( 4316 7196 8192 ) ( 4316 7196 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6800 4784 8192 ) ( -4784 -6800 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4176 -7242 8192 ) ( -1004 8300 8192 ) ( -1004 8300 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 597\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -232 8192 ) ( 8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -176 8192 ) ( -8192 -176 8192 ) ( -8192 -176 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4784 -6800 8192 ) ( 6800 4784 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7897 -2213 8192 ) ( -7646 2967 8192 ) ( -7646 2967 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8002 1896 8192 ) ( -7540 -3284 8192 ) ( -7540 -3284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5016 6568 8192 ) ( 6568 -5016 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 598\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -864 -8346 8192 ) ( 4316 7196 8192 ) ( 4316 7196 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4176 -7242 8192 ) ( -1004 8300 8192 ) ( -1004 8300 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6800 4784 8192 ) ( -4784 -6800 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5016 6568 8192 ) ( 6568 -5016 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 599\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4784 -6800 8192 ) ( 6800 4784 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6568 -5016 8192 ) ( -5016 6568 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4215 7230 8192 ) ( -965 -8313 8192 ) ( -965 -8313 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1104 8266 8192 ) ( 4076 -7276 8192 ) ( 4076 -7276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 600\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -288 8192 ) ( 8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7506 -3384 8192 ) ( 8036 1796 8192 ) ( 8036 1796 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6568 -5016 8192 ) ( -5016 6568 8192 ) ( -5016 6568 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 6800 4784 8192 ) ( -4784 -6800 8192 ) ( 6800 4784 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7679 2866 8192 ) ( 7863 -2314 8192 ) ( 7863 -2314 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 601\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1742 -8192 8192 ) ( 1742 8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1104 8266 8192 ) ( 4076 -7276 8192 ) ( 4076 -7276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4077 -7276 8192 ) ( -1103 8267 8192 ) ( -1103 8267 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4215 7230 8192 ) ( -965 -8313 8192 ) ( -965 -8313 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7679 2866 8192 ) ( 7863 -2314 8192 ) ( 7863 -2314 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 602\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -288 8192 ) ( 8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -274 8192 ) ( -8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7679 2866 8192 ) ( 7863 -2314 8192 ) ( 7863 -2314 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7863 -2313 8192 ) ( -7679 2867 8192 ) ( -7679 2867 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1104 8266 8192 ) ( 4076 -7276 8192 ) ( 4076 -7276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7506 -3384 8192 ) ( 8036 1796 8192 ) ( 8036 1796 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 603\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -288 8192 ) ( 8192 -288 8192 ) ( -8192 -288 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -274 8192 ) ( -8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7506 -3384 8192 ) ( 8036 1796 8192 ) ( 8036 1796 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8036 1797 8192 ) ( -7507 -3383 8192 ) ( -7507 -3383 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7679 2866 8192 ) ( 7863 -2314 8192 ) ( 7863 -2314 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -864 -8346 8192 ) ( 4316 7196 8192 ) ( 4316 7196 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 604\r
-{\r
-( 1826 8192 8192 ) ( 1826 -8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -864 -8346 8192 ) ( 4316 7196 8192 ) ( 4316 7196 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4315 7196 8192 ) ( -865 -8346 8192 ) ( -865 -8346 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7506 -3384 8192 ) ( 8036 1796 8192 ) ( 8036 1796 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4176 -7242 8192 ) ( -1004 8300 8192 ) ( -1004 8300 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 605\r
-{\r
-( 1826 8192 8192 ) ( 1826 -8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1840 -8192 8192 ) ( 1840 8192 8192 ) ( 1840 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -232 8192 ) ( 8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4176 -7242 8192 ) ( -1004 8300 8192 ) ( -1004 8300 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1005 8300 8192 ) ( 4175 -7243 8192 ) ( 4175 -7243 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -864 -8346 8192 ) ( 4316 7196 8192 ) ( 4316 7196 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7897 -2213 8192 ) ( -7646 2967 8192 ) ( -7646 2967 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 606\r
-{\r
-( 1784 8192 8192 ) ( 1784 -8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1826 -8192 8192 ) ( 1826 8192 8192 ) ( 1826 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -190 8192 ) ( 8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -176 8192 ) ( -8192 -176 8192 ) ( -8192 -176 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7897 -2213 8192 ) ( -7646 2967 8192 ) ( -7646 2967 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7646 2966 8192 ) ( 7896 -2214 8192 ) ( 7896 -2214 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4176 -7242 8192 ) ( -1004 8300 8192 ) ( -1004 8300 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8002 1896 8192 ) ( -7540 -3284 8192 ) ( -7540 -3284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 607\r
-{\r
-( 1742 8192 8192 ) ( 1742 -8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1784 -8192 8192 ) ( 1784 8192 8192 ) ( 1784 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -190 8192 ) ( 8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -176 8192 ) ( -8192 -176 8192 ) ( -8192 -176 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8002 1896 8192 ) ( -7540 -3284 8192 ) ( -7540 -3284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7540 -3285 8192 ) ( 8003 1895 8192 ) ( 8003 1895 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7897 -2213 8192 ) ( -7646 2967 8192 ) ( -7646 2967 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4215 7230 8192 ) ( -965 -8313 8192 ) ( -965 -8313 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 608\r
-{\r
-( 1728 8192 8192 ) ( 1728 -8192 8192 ) ( 1728 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1742 -8192 8192 ) ( 1742 8192 8192 ) ( 1742 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -232 8192 ) ( 8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -190 8192 ) ( -8192 -190 8192 ) ( -8192 -190 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4215 7230 8192 ) ( -965 -8313 8192 ) ( -965 -8313 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -964 -8313 8192 ) ( 4216 7229 8192 ) ( 4216 7229 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8002 1896 8192 ) ( -7540 -3284 8192 ) ( -7540 -3284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1104 8266 8192 ) ( 4076 -7276 8192 ) ( 4076 -7276 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 609\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4500 7134 8192 ) ( 680 -8408 8192 ) ( 680 -8408 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5972 -5612 8192 ) ( 5612 5972 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1448 8152 8192 ) ( -3732 -7390 8192 ) ( -3732 -7390 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4332 -7252 8192 ) ( -7252 4332 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 610\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1336 8192 ) ( 8192 -1336 8192 ) ( -8192 -1336 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1280 8192 ) ( -8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8336 896 8192 ) ( 7206 -4284 8192 ) ( 7206 -4284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7534 -3300 8192 ) ( 8008 1880 8192 ) ( 8008 1880 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 5972 8192 ) ( -5972 -5612 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4332 -7252 8192 ) ( -7252 4332 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 611\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1280 8192 ) ( 8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1224 8192 ) ( -8192 -1224 8192 ) ( -8192 -1224 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7252 4332 8192 ) ( 4332 -7252 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5972 -5612 8192 ) ( 5612 5972 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7974 1980 8192 ) ( -7568 -3200 8192 ) ( -7568 -3200 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7240 -4184 8192 ) ( -8302 996 8192 ) ( -8302 996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 612\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7252 4332 8192 ) ( 4332 -7252 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3632 -7424 8192 ) ( 1548 8118 8192 ) ( 1548 8118 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 5972 8192 ) ( -5972 -5612 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 780 -8374 8192 ) ( -4400 7168 8192 ) ( -4400 7168 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 613\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -1280 8192 ) ( 8192 -1280 8192 ) ( -8192 -1280 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -1224 8192 ) ( -8192 -1224 8192 ) ( -8192 -1224 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5972 -5612 8192 ) ( 5612 5972 8192 ) ( 5612 5972 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7240 -4184 8192 ) ( -8302 996 8192 ) ( -8302 996 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7974 1980 8192 ) ( -7568 -3200 8192 ) ( -7568 -3200 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -7252 4332 8192 ) ( 4332 -7252 8192 ) ( -7252 4332 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 614\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3632 -7424 8192 ) ( 1548 8118 8192 ) ( 1548 8118 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 780 -8374 8192 ) ( -4400 7168 8192 ) ( -4400 7168 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 5972 8192 ) ( -5972 -5612 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7252 4332 8192 ) ( 4332 -7252 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 615\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -5972 -5612 8192 ) ( 5612 5972 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4332 -7252 8192 ) ( -7252 4332 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1448 8152 8192 ) ( -3732 -7390 8192 ) ( -3732 -7390 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4500 7134 8192 ) ( 680 -8408 8192 ) ( 680 -8408 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 616\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1336 8192 ) ( 8192 -1336 8192 ) ( -8192 -1336 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1280 8192 ) ( -8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7534 -3300 8192 ) ( 8008 1880 8192 ) ( 8008 1880 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4332 -7252 8192 ) ( -7252 4332 8192 ) ( -7252 4332 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5612 5972 8192 ) ( -5972 -5612 8192 ) ( 5612 5972 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8336 896 8192 ) ( 7206 -4284 8192 ) ( 7206 -4284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 617\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1682 -8192 8192 ) ( -1682 8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1280 8192 ) ( -8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4500 7134 8192 ) ( 680 -8408 8192 ) ( 680 -8408 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 681 -8408 8192 ) ( -4499 7135 8192 ) ( -4499 7135 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1448 8152 8192 ) ( -3732 -7390 8192 ) ( -3732 -7390 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8336 896 8192 ) ( 7206 -4284 8192 ) ( 7206 -4284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 618\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1336 8192 ) ( 8192 -1336 8192 ) ( -8192 -1336 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1322 8192 ) ( -8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8336 896 8192 ) ( 7206 -4284 8192 ) ( 7206 -4284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7207 -4283 8192 ) ( -8336 897 8192 ) ( -8336 897 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4500 7134 8192 ) ( 680 -8408 8192 ) ( 680 -8408 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7534 -3300 8192 ) ( 8008 1880 8192 ) ( 8008 1880 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 619\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1336 8192 ) ( 8192 -1336 8192 ) ( -8192 -1336 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1322 8192 ) ( -8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7534 -3300 8192 ) ( 8008 1880 8192 ) ( 8008 1880 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8008 1881 8192 ) ( -7535 -3299 8192 ) ( -7535 -3299 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8336 896 8192 ) ( 7206 -4284 8192 ) ( 7206 -4284 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3632 -7424 8192 ) ( 1548 8118 8192 ) ( 1548 8118 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 620\r
-{\r
-( -1598 8192 8192 ) ( -1598 -8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1322 8192 ) ( 8192 -1322 8192 ) ( -8192 -1322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1280 8192 ) ( -8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3632 -7424 8192 ) ( 1548 8118 8192 ) ( 1548 8118 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1547 8119 8192 ) ( -3633 -7424 8192 ) ( -3633 -7424 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7534 -3300 8192 ) ( 8008 1880 8192 ) ( 8008 1880 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 780 -8374 8192 ) ( -4400 7168 8192 ) ( -4400 7168 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 621\r
-{\r
-( -1598 8192 8192 ) ( -1598 -8192 8192 ) ( -1598 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -1280 8192 ) ( 8192 -1280 8192 ) ( -8192 -1280 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 780 -8374 8192 ) ( -4400 7168 8192 ) ( -4400 7168 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -4401 7168 8192 ) ( 779 -8375 8192 ) ( 779 -8375 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -3632 -7424 8192 ) ( 1548 8118 8192 ) ( 1548 8118 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7240 -4184 8192 ) ( -8302 996 8192 ) ( -8302 996 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 622\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1238 8192 ) ( 8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1224 8192 ) ( -8192 -1224 8192 ) ( -8192 -1224 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7240 -4184 8192 ) ( -8302 996 8192 ) ( -8302 996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8303 995 8192 ) ( 7240 -4185 8192 ) ( 7240 -4185 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 780 -8374 8192 ) ( -4400 7168 8192 ) ( -4400 7168 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7974 1980 8192 ) ( -7568 -3200 8192 ) ( -7568 -3200 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 623\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1238 8192 ) ( 8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1224 8192 ) ( -8192 -1224 8192 ) ( -8192 -1224 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7974 1980 8192 ) ( -7568 -3200 8192 ) ( -7568 -3200 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7568 -3201 8192 ) ( 7975 1979 8192 ) ( 7975 1979 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7240 -4184 8192 ) ( -8302 996 8192 ) ( -8302 996 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1448 8152 8192 ) ( -3732 -7390 8192 ) ( -3732 -7390 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 624\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1682 -8192 8192 ) ( -1682 8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -1280 8192 ) ( 8192 -1280 8192 ) ( -8192 -1280 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -1238 8192 ) ( -8192 -1238 8192 ) ( -8192 -1238 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1448 8152 8192 ) ( -3732 -7390 8192 ) ( -3732 -7390 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3731 -7391 8192 ) ( 1449 8152 8192 ) ( 1449 8152 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7974 1980 8192 ) ( -7568 -3200 8192 ) ( -7568 -3200 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4500 7134 8192 ) ( 680 -8408 8192 ) ( 680 -8408 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 625\r
-{\r
-( 565 8192 8192 ) ( 565 -8192 8192 ) ( 565 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 922 -8192 8192 ) ( 922 8192 8192 ) ( 922 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -648 8192 ) ( 8192 -648 8192 ) ( -8192 -648 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 695 ) ( 8192 8192 695 ) ( -8192 -8192 695 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 626\r
-{\r
-( 438 8192 8192 ) ( 438 -8192 8192 ) ( 438 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1050 -8192 8192 ) ( 1050 8192 8192 ) ( 1050 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 695 ) ( 8192 8192 695 ) ( -8192 -8192 695 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 627\r
-{\r
-( 361 8192 8192 ) ( 361 -8192 8192 ) ( 361 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1126 -8192 8192 ) ( 1126 8192 8192 ) ( 1126 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -620 8192 ) ( 8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -585 8192 ) ( -8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 695 ) ( 8192 8192 695 ) ( -8192 -8192 695 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7608 3061 8192 ) ( 7290 -3755 8192 ) ( 7290 -3755 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 628\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -536 8192 ) ( -8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 695 ) ( 8192 8192 695 ) ( -8192 -8192 695 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -3736 7290 8192 ) ( 3826 -7243 8192 ) ( 3826 -7243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2655 -7852 8192 ) ( 4907 6680 8192 ) ( 4907 6680 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 629\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -536 8192 ) ( -8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1 ) ( 8192 -8192 1 ) ( -8192 -8192 1 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2655 -7852 8192 ) ( 4907 6680 8192 ) ( 4907 6680 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -3736 7290 8192 ) ( 3826 -7243 8192 ) ( 3826 -7243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 630\r
-{\r
-( 361 8192 8192 ) ( 361 -8192 8192 ) ( 361 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1126 -8192 8192 ) ( 1126 8192 8192 ) ( 1126 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -620 8192 ) ( 8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -585 8192 ) ( -8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1 ) ( 8192 -8192 1 ) ( -8192 -8192 1 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7608 3061 8192 ) ( 7290 -3755 8192 ) ( 7290 -3755 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 631\r
-{\r
-( 438 8192 8192 ) ( 438 -8192 8192 ) ( 438 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1050 -8192 8192 ) ( 1050 8192 8192 ) ( 1050 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -641 8192 ) ( 8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -620 8192 ) ( -8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1 ) ( 8192 -8192 1 ) ( -8192 -8192 1 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 632\r
-{\r
-( 565 8192 8192 ) ( 565 -8192 8192 ) ( 565 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 922 -8192 8192 ) ( 922 8192 8192 ) ( 922 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -648 8192 ) ( 8192 -648 8192 ) ( -8192 -648 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -641 8192 ) ( -8192 -641 8192 ) ( -8192 -641 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 1 ) ( 8192 -8192 1 ) ( -8192 -8192 1 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8209 -296 8192 ) ( 8161 -938 8192 ) ( 8161 -938 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8159 -997 8192 ) ( 8212 -355 8192 ) ( 8212 -355 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 633\r
-{\r
-( 336 8192 8192 ) ( 336 -8192 8192 ) ( 336 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 369 -8200 8192 ) ( 369 8184 8192 ) ( 369 8184 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -536 8192 ) ( -8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -3736 7290 8192 ) ( 3826 -7243 8192 ) ( 3826 -7243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3835 -7243 8192 ) ( -3727 7290 8192 ) ( -3727 7290 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7557 3222 8192 ) ( -6975 -4341 8192 ) ( -6975 -4341 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7608 3061 8192 ) ( 7290 -3755 8192 ) ( 7290 -3755 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 634\r
-{\r
-( 361 8192 8192 ) ( 361 -8192 8192 ) ( 361 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 446 -8192 8192 ) ( 446 8192 8192 ) ( 446 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -620 8192 ) ( 8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -585 8192 ) ( -8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7608 3061 8192 ) ( 7290 -3755 8192 ) ( 7290 -3755 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7299 -3754 8192 ) ( -7599 3062 8192 ) ( -7599 3062 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -3736 7290 8192 ) ( 3826 -7243 8192 ) ( 3826 -7243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8170 797 8192 ) ( 7995 -1864 8192 ) ( 7995 -1864 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 635\r
-{\r
-( 1042 8192 8192 ) ( 1042 -8192 8192 ) ( 1042 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1126 -8192 8192 ) ( 1126 8192 8192 ) ( 1126 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -620 8192 ) ( 8192 -620 8192 ) ( -8192 -620 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -585 8192 ) ( -8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7857 2499 8192 ) ( -7041 -4317 8192 ) ( -7041 -4317 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7955 -2103 8192 ) ( 8210 559 8192 ) ( 8210 559 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2655 -7852 8192 ) ( 4907 6680 8192 ) ( 4907 6680 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 636\r
-{\r
-( 1126 8192 8192 ) ( 1126 -8192 8192 ) ( 1126 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1152 -8192 8192 ) ( 1152 8192 8192 ) ( 1152 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -536 8192 ) ( -8192 -536 8192 ) ( -8192 -536 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 0 ) ( 8192 8192 0 ) ( -8192 -8192 0 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 696 ) ( 8192 -8192 696 ) ( -8192 -8192 696 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2655 -7852 8192 ) ( 4907 6680 8192 ) ( 4907 6680 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 4906 6681 8192 ) ( -2656 -7852 8192 ) ( -2656 -7852 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7033 -4318 8192 ) ( 7865 2498 8192 ) ( 7865 2498 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7292 -3731 8192 ) ( -7240 3831 8192 ) ( -7240 3831 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 637\r
-{\r
-( 311 8192 8192 ) ( 311 -8192 8192 ) ( 311 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 368 -8192 8192 ) ( 368 8192 8192 ) ( 368 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 160 8192 ) ( 8192 160 8192 ) ( -8192 160 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 160 8192 ) ( -8192 160 8192 ) ( -8192 160 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -168 ) ( 8192 8192 -168 ) ( -8192 -8192 -168 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -167 ) ( 8192 -8192 -167 ) ( -8192 -8192 -167 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8193 0 8192 ) ( -8186 334 8192 ) ( 8193 0 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8164 682 8192 ) ( -8183 -405 8192 ) ( 8164 682 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 638\r
-{\r
-( 311 8192 8192 ) ( 311 -8192 8192 ) ( 311 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 368 -8192 8192 ) ( 368 8192 8192 ) ( 368 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 160 8192 ) ( 8192 160 8192 ) ( -8192 160 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 160 8192 ) ( -8192 160 8192 ) ( -8192 160 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -137 ) ( 8192 8192 -137 ) ( -8192 -8192 -137 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -136 ) ( 8192 -8192 -136 ) ( -8192 -8192 -136 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8164 682 8192 ) ( -8183 -405 8192 ) ( 8164 682 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8193 0 8192 ) ( -8186 334 8192 ) ( 8193 0 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 639\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4196 7236 8192 ) ( 984 -8306 8192 ) ( 984 -8306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6480 -5104 8192 ) ( 5104 6480 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1143 8254 8192 ) ( -4037 -7289 8192 ) ( -4037 -7289 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4840 -6744 8192 ) ( -6744 4840 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 640\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -320 8192 ) ( 8192 -320 8192 ) ( -8192 -320 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -264 8192 ) ( -8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8031 1810 8192 ) ( 7511 -3370 8192 ) ( 7511 -3370 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7839 -2386 8192 ) ( 7703 2794 8192 ) ( 7703 2794 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5104 6480 8192 ) ( -6480 -5104 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 4840 -6744 8192 ) ( -6744 4840 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 641\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -264 8192 ) ( 8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8192 ) ( -8192 -208 8192 ) ( -8192 -208 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6744 4840 8192 ) ( 4840 -6744 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6480 -5104 8192 ) ( 5104 6480 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7670 2895 8192 ) ( -7873 -2285 8192 ) ( -7873 -2285 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7545 -3269 8192 ) ( -7998 1911 8192 ) ( -7998 1911 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 642\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1145 ) ( 8192 8192 -1145 ) ( -8192 -8192 -1145 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6744 4840 8192 ) ( 4840 -6744 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3936 -7322 8192 ) ( 1244 8220 8192 ) ( 1244 8220 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5104 6480 8192 ) ( -6480 -5104 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1085 -8273 8192 ) ( -4095 7270 8192 ) ( -4095 7270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 643\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -264 8192 ) ( 8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8192 ) ( -8192 -208 8192 ) ( -8192 -208 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6480 -5104 8192 ) ( 5104 6480 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7545 -3269 8192 ) ( -7998 1911 8192 ) ( -7998 1911 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7670 2895 8192 ) ( -7873 -2285 8192 ) ( -7873 -2285 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6744 4840 8192 ) ( 4840 -6744 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 644\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3936 -7322 8192 ) ( 1244 8220 8192 ) ( 1244 8220 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1085 -8273 8192 ) ( -4095 7270 8192 ) ( -4095 7270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 5104 6480 8192 ) ( -6480 -5104 8192 ) ( 5104 6480 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6744 4840 8192 ) ( 4840 -6744 8192 ) ( -6744 4840 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 645\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6480 -5104 8192 ) ( 5104 6480 8192 ) ( 5104 6480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 4840 -6744 8192 ) ( -6744 4840 8192 ) ( -6744 4840 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 1143 8254 8192 ) ( -4037 -7289 8192 ) ( -4037 -7289 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -4196 7236 8192 ) ( 984 -8306 8192 ) ( 984 -8306 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 646\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -320 8192 ) ( 8192 -320 8192 ) ( -8192 -320 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -264 8192 ) ( -8192 -264 8192 ) ( -8192 -264 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -1207 ) ( 8192 -8192 -1207 ) ( -8192 -8192 -1207 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -7839 -2386 8192 ) ( 7703 2794 8192 ) ( 7703 2794 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 4840 -6744 8192 ) ( -6744 4840 8192 ) ( -6744 4840 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5104 6480 8192 ) ( -6480 -5104 8192 ) ( 5104 6480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8031 1810 8192 ) ( 7511 -3370 8192 ) ( 7511 -3370 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 647\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1682 -8192 8192 ) ( -1682 8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -264 8192 ) ( -8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4196 7236 8192 ) ( 984 -8306 8192 ) ( 984 -8306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 985 -8306 8192 ) ( -4195 7236 8192 ) ( -4195 7236 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1143 8254 8192 ) ( -4037 -7289 8192 ) ( -4037 -7289 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8031 1810 8192 ) ( 7511 -3370 8192 ) ( 7511 -3370 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 648\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -320 8192 ) ( 8192 -320 8192 ) ( -8192 -320 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -306 8192 ) ( -8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8031 1810 8192 ) ( 7511 -3370 8192 ) ( 7511 -3370 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7511 -3369 8192 ) ( -8031 1811 8192 ) ( -8031 1811 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4196 7236 8192 ) ( 984 -8306 8192 ) ( 984 -8306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7839 -2386 8192 ) ( 7703 2794 8192 ) ( 7703 2794 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 649\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -320 8192 ) ( 8192 -320 8192 ) ( -8192 -320 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -306 8192 ) ( -8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7839 -2386 8192 ) ( 7703 2794 8192 ) ( 7703 2794 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7703 2795 8192 ) ( -7839 -2385 8192 ) ( -7839 -2385 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8031 1810 8192 ) ( 7511 -3370 8192 ) ( 7511 -3370 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3936 -7322 8192 ) ( 1244 8220 8192 ) ( 1244 8220 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 650\r
-{\r
-( -1598 8192 8192 ) ( -1598 -8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -306 8192 ) ( 8192 -306 8192 ) ( -8192 -306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -264 8192 ) ( -8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3936 -7322 8192 ) ( 1244 8220 8192 ) ( 1244 8220 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1243 8220 8192 ) ( -3937 -7322 8192 ) ( -3937 -7322 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7839 -2386 8192 ) ( 7703 2794 8192 ) ( 7703 2794 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1085 -8273 8192 ) ( -4095 7270 8192 ) ( -4095 7270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 651\r
-{\r
-( -1598 8192 8192 ) ( -1598 -8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1584 -8192 8192 ) ( -1584 8192 8192 ) ( -1584 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -264 8192 ) ( 8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1085 -8273 8192 ) ( -4095 7270 8192 ) ( -4095 7270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4096 7269 8192 ) ( 1084 -8273 8192 ) ( 1084 -8273 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -3936 -7322 8192 ) ( 1244 8220 8192 ) ( 1244 8220 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7545 -3269 8192 ) ( -7998 1911 8192 ) ( -7998 1911 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 652\r
-{\r
-( -1640 8192 8192 ) ( -1640 -8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1598 -8192 8192 ) ( -1598 8192 8192 ) ( -1598 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -222 8192 ) ( 8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8192 ) ( -8192 -208 8192 ) ( -8192 -208 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7545 -3269 8192 ) ( -7998 1911 8192 ) ( -7998 1911 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7998 1910 8192 ) ( 7544 -3270 8192 ) ( 7544 -3270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1085 -8273 8192 ) ( -4095 7270 8192 ) ( -4095 7270 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7670 2895 8192 ) ( -7873 -2285 8192 ) ( -7873 -2285 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 653\r
-{\r
-( -1682 8192 8192 ) ( -1682 -8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1640 -8192 8192 ) ( -1640 8192 8192 ) ( -1640 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -222 8192 ) ( 8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -208 8192 ) ( -8192 -208 8192 ) ( -8192 -208 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7670 2895 8192 ) ( -7873 -2285 8192 ) ( -7873 -2285 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -7872 -2286 8192 ) ( 7670 2894 8192 ) ( 7670 2894 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7545 -3269 8192 ) ( -7998 1911 8192 ) ( -7998 1911 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1143 8254 8192 ) ( -4037 -7289 8192 ) ( -4037 -7289 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 654\r
-{\r
-( -1696 8192 8192 ) ( -1696 -8192 8192 ) ( -1696 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -1682 -8192 8192 ) ( -1682 8192 8192 ) ( -1682 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -264 8192 ) ( 8192 -264 8192 ) ( -8192 -264 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -222 8192 ) ( -8192 -222 8192 ) ( -8192 -222 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1208 ) ( 8192 8192 -1208 ) ( -8192 -8192 -1208 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1144 ) ( 8192 -8192 -1144 ) ( -8192 -8192 -1144 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1143 8254 8192 ) ( -4037 -7289 8192 ) ( -4037 -7289 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4036 -7289 8192 ) ( 1144 8253 8192 ) ( 1144 8253 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7670 2895 8192 ) ( -7873 -2285 8192 ) ( -7873 -2285 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -4196 7236 8192 ) ( 984 -8306 8192 ) ( 984 -8306 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 655\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -464 -8192 8192 ) ( -464 8192 8192 ) ( -464 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -550 8192 ) ( 8192 -550 8192 ) ( -8192 -550 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -519 8192 ) ( -8192 -519 8192 ) ( -8192 -519 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -31 ) ( 8192 8192 -31 ) ( -8192 -8192 -31 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8017 8336 -668 ) ( 8017 -7398 3899 ) ( -7987 -8374 536 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 3687 7832 7699 ) ( -7708 -3938 7699 ) ( -3666 -7852 -7688 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6091 5486 8217 ) ( 5657 -5932 8217 ) ( 5094 -6512 -8146 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7945 7305 -4218 ) ( 7945 -8428 349 ) ( -8060 8281 -855 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8017 -7398 3898 ) ( 8017 8335 -669 ) ( -7987 7359 -4032 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8179 447 ) ( 8192 8172 -574 ) ( -8192 8172 -574 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8172 -8192 -570 ) ( 8172 8192 -570 ) ( -8179 8192 451 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5820 5765 8192 ) ( -5765 -5820 8192 ) ( -5765 -5820 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7359 3609 ) ( 8192 7097 -4100 ) ( -8192 7097 -4100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7243 8191 3831 ) ( 7243 -8191 3831 ) ( -7411 -8191 -3495 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6467 5078 8192 ) ( 5484 -6127 8192 ) ( 5484 -6127 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7818 -2451 ) ( 8192 -7915 2116 ) ( -8192 -7915 2116 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 656\r
-{\r
-( -464 8192 8192 ) ( -464 -8192 8192 ) ( -464 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -550 8192 ) ( 8192 -550 8192 ) ( -8192 -550 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -519 8192 ) ( -8192 -519 8192 ) ( -8192 -519 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -31 ) ( 8192 8192 -31 ) ( -8192 -8192 -31 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7945 7305 -4217 ) ( 7945 -8428 350 ) ( -8060 -7452 3713 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6107 -5469 8185 ) ( 5641 5949 8185 ) ( 6204 5369 -8178 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7286 -4347 7914 ) ( -4110 7423 7914 ) ( -8152 3509 -7473 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8017 8335 -669 ) ( 8017 -7398 3898 ) ( -7987 7359 -4032 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7945 -8428 349 ) ( 7945 7305 -4218 ) ( -8060 8281 -855 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7359 3609 ) ( 8192 7097 -4100 ) ( -8192 7097 -4100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7225 8192 -3866 ) ( 7225 -8192 -3866 ) ( -7428 -8192 3460 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5918 -5664 8192 ) ( 6033 5541 8192 ) ( 6033 5541 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8179 447 ) ( 8192 8172 -574 ) ( -8192 8172 -574 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8176 -8192 509 ) ( 8176 8192 509 ) ( -8175 8192 -512 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5301 -6284 8192 ) ( -6284 5301 8192 ) ( -6284 5301 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7818 -2451 ) ( 8192 -7915 2116 ) ( -8192 -7915 2116 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 657\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -512 -8192 8192 ) ( -512 8192 8192 ) ( -512 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -550 8192 ) ( 8192 -550 8192 ) ( -8192 -550 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -518 8192 ) ( -8192 -518 8192 ) ( -8192 -518 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -32 ) ( 8192 8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8052 8269 -1003 ) ( 8052 -7369 3883 ) ( -8020 -8316 851 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 3302 8014 7685 ) ( -7550 -4258 7685 ) ( -3371 -7953 -7719 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5904 5679 8225 ) ( 5732 -5853 8225 ) ( 4855 -6738 -8111 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7982 7263 -4222 ) ( 7982 -8374 664 ) ( -8091 8210 -1190 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8052 -7369 3882 ) ( 8052 8268 -1004 ) ( -8020 7321 -4036 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8146 865 ) ( 8192 8125 -1048 ) ( -8192 8125 -1048 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8116 -8192 -1110 ) ( 8116 8192 -1110 ) ( -8140 8192 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5601 5977 8192 ) ( -5627 -5953 8192 ) ( -5627 -5953 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7359 3609 ) ( 8192 7097 -4100 ) ( -8192 7097 -4100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7233 8192 3850 ) ( 7233 -8192 3850 ) ( -7420 -8192 -3476 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6490 5054 8192 ) ( 5462 -6151 8192 ) ( 5462 -6151 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7763 -2620 ) ( 8192 -7874 2266 ) ( -8192 -7874 2266 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 658\r
-{\r
-( -512 8192 8192 ) ( -512 -8192 8192 ) ( -512 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -550 8192 ) ( 8192 -550 8192 ) ( -8192 -550 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -518 8192 ) ( -8192 -518 8192 ) ( -8192 -518 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -32 ) ( 8192 8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -22 ) ( 8192 -8192 -22 ) ( -8192 -8192 -22 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7982 7263 -4221 ) ( 7982 -8374 665 ) ( -8090 -7427 3697 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6236 -5344 8170 ) ( 5400 6188 8170 ) ( 6276 5304 -8166 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7042 -4707 7931 ) ( -3810 7565 7931 ) ( -7989 3870 -7473 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8052 8268 -1004 ) ( 8052 -7369 3882 ) ( -8020 7321 -4036 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7982 -8374 664 ) ( 7982 7263 -4222 ) ( -8091 8210 -1190 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7359 3609 ) ( 8192 7097 -4100 ) ( -8192 7097 -4100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7215 8192 -3885 ) ( 7215 -8192 -3885 ) ( -7438 -8192 3441 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5941 -5640 8192 ) ( 6011 5565 8192 ) ( 6011 5565 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8146 865 ) ( 8192 8125 -1048 ) ( -8192 8125 -1048 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8124 -8191 1047 ) ( 8124 8191 1047 ) ( -8132 8191 -984 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5084 -6464 8192 ) ( -6144 5466 8192 ) ( -6144 5466 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7763 -2620 ) ( 8192 -7874 2266 ) ( -8192 -7874 2266 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 659\r
-{\r
-( -528 8192 8192 ) ( -528 -8192 8192 ) ( -528 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -512 -8192 8192 ) ( -512 8192 8192 ) ( -512 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -511 8192 ) ( 8192 -511 8192 ) ( -8192 -511 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -480 8192 ) ( -8192 -480 8192 ) ( -8192 -480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -42 ) ( 8192 8192 -42 ) ( -8192 -8192 -42 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -32 ) ( 8192 -8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7999 7247 -4215 ) ( 7999 -8344 814 ) ( -8102 -7415 3695 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5264 6321 8157 ) ( -6321 -5264 8157 ) ( -5301 -6284 -8162 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -4012 7466 7924 ) ( 7192 -4485 7924 ) ( 3096 -8325 -7466 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8067 -7358 3872 ) ( 8067 8234 -1157 ) ( -8034 7304 -4039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7999 -8345 813 ) ( 7999 7247 -4216 ) ( -8102 8177 -1334 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7104 -4087 ) ( 8192 -7351 3623 ) ( -8192 -7351 3623 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7207 -8192 -3901 ) ( 7207 8192 -3901 ) ( -7446 8192 3425 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5976 5602 8192 ) ( -5976 -5602 8192 ) ( -5976 -5602 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8116 -1110 ) ( 8192 -8140 921 ) ( -8192 -8140 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8124 8191 1047 ) ( 8124 -8191 1047 ) ( -8132 8191 -984 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6304 5281 8192 ) ( 5281 -6304 8192 ) ( 5281 -6304 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7853 2336 ) ( 8192 7738 -2693 ) ( -8192 7738 -2693 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 660\r
-{\r
-( -512 8192 8192 ) ( -512 -8192 8192 ) ( -512 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -496 -8192 8192 ) ( -496 8192 8192 ) ( -496 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -511 8192 ) ( 8192 -511 8192 ) ( -8192 -511 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -480 8192 ) ( -8192 -480 8192 ) ( -8192 -480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -42 ) ( 8192 8192 -42 ) ( -8192 -8192 -42 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -32 ) ( 8192 -8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8067 8234 -1156 ) ( 8067 -7358 3872 ) ( -8034 -8287 991 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -7673 -4034 7684 ) ( 3531 7917 7684 ) ( 7627 4077 -7707 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5813 -5772 8221 ) ( -5772 5813 8221 ) ( -6792 4793 -8098 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7999 -8345 813 ) ( 7999 7247 -4216 ) ( -8102 8177 -1334 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8067 -7358 3872 ) ( 8067 8234 -1157 ) ( -8034 7304 -4039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8116 -1110 ) ( 8192 -8140 921 ) ( -8192 -8140 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8116 8192 -1110 ) ( 8116 -8192 -1110 ) ( -8140 8192 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5793 -5792 8192 ) ( 5792 5793 8192 ) ( 5792 5793 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7104 -4087 ) ( 8192 -7351 3623 ) ( -8192 -7351 3623 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7241 -8192 3834 ) ( 7241 8192 3834 ) ( -7412 8192 -3492 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5497 -6113 8192 ) ( -6455 5091 8192 ) ( -6455 5091 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7853 2336 ) ( 8192 7738 -2693 ) ( -8192 7738 -2693 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 661\r
-{\r
-( -480 8192 8192 ) ( -480 -8192 8192 ) ( -480 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -464 -8192 8192 ) ( -464 8192 8192 ) ( -464 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -511 8192 ) ( 8192 -511 8192 ) ( -8192 -511 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -480 8192 ) ( -8192 -480 8192 ) ( -8192 -480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -42 ) ( 8192 8192 -42 ) ( -8192 -8192 -42 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -32 ) ( 8192 -8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8001 7250 -4207 ) ( 8001 -8342 822 ) ( -8100 -7412 3704 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5287 6297 8160 ) ( -6297 -5287 8160 ) ( -5277 -6307 -8159 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -3990 7488 7913 ) ( 7215 -4464 7913 ) ( 3119 -8304 -7478 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8069 -7361 3863 ) ( 8069 8231 -1166 ) ( -8032 7301 -4047 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8001 -8342 821 ) ( 8001 7250 -4208 ) ( -8100 8179 -1326 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7104 -4087 ) ( 8192 -7351 3623 ) ( -8192 -7351 3623 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7217 -8192 -3882 ) ( 7217 8192 -3882 ) ( -7436 8192 3444 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5998 5578 8192 ) ( -5953 -5626 8192 ) ( -5953 -5626 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8116 -1110 ) ( 8192 -8140 921 ) ( -8192 -8140 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8125 8192 1041 ) ( 8125 -8192 1041 ) ( -8131 -8192 -990 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -6280 5305 8192 ) ( 5305 -6280 8192 ) ( 5305 -6280 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7853 2336 ) ( 8192 7738 -2693 ) ( -8192 7738 -2693 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 662\r
-{\r
-( -464 8192 8192 ) ( -464 -8192 8192 ) ( -464 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -448 -8192 8192 ) ( -448 8192 8192 ) ( -448 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -511 8192 ) ( 8192 -511 8192 ) ( -8192 -511 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -480 8192 ) ( -8192 -480 8192 ) ( -8192 -480 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -42 ) ( 8192 8192 -42 ) ( -8192 -8192 -42 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -32 ) ( 8192 -8192 -32 ) ( -8192 -8192 -32 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8068 8231 -1165 ) ( 8068 -7361 3864 ) ( -8032 -8290 983 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -7651 -4055 7695 ) ( 3554 7896 7695 ) ( 7650 4056 -7696 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5836 -5748 8218 ) ( -5748 5836 8218 ) ( -6768 4816 -8101 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8001 -8342 821 ) ( 8001 7250 -4208 ) ( -8100 8179 -1326 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8069 -7361 3863 ) ( 8069 8231 -1166 ) ( -8032 7301 -4047 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8116 -1110 ) ( 8192 -8140 921 ) ( -8192 -8140 921 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8117 8192 -1104 ) ( 8117 -8192 -1104 ) ( -8139 -8192 927 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -5769 -5816 8192 ) ( 5816 5769 8192 ) ( 5816 5769 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7104 -4087 ) ( 8192 -7351 3623 ) ( -8192 -7351 3623 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 7251 -8192 3815 ) ( 7251 8192 3815 ) ( -7403 8192 -3511 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 5519 -6089 8192 ) ( -6432 5115 8192 ) ( -6432 5115 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -7853 2336 ) ( 8192 7738 -2693 ) ( -8192 7738 -2693 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 663\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -595 8192 ) ( 8192 -595 8192 ) ( -8192 -595 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -580 8192 ) ( -8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -47 ) ( 8192 8192 -47 ) ( -8192 -8192 -47 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2240 7901 ) ( 8192 -2240 7901 ) ( 8192 1085 -8141 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 4493 6864 ) ( -8192 4493 6864 ) ( -8192 -5217 -6331 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7612 3032 ) ( 8192 -7734 -2705 ) ( -8192 -7734 -2705 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 664\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -602 8192 ) ( 8192 -602 8192 ) ( -8192 -602 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -544 8192 ) ( -8192 -544 8192 ) ( -8192 -544 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7734 -2705 ) ( 8192 7612 3032 ) ( -8192 -7734 -2705 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 4493 6864 ) ( -8192 4493 6864 ) ( -8192 -5217 -6331 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7600 3063 ) ( 8192 -7746 -2674 ) ( -8192 -7746 -2674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2240 7901 ) ( 8192 -2240 7901 ) ( 8192 1085 -8141 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 665\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -592 8192 ) ( 8192 -592 8192 ) ( -8192 -592 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -542 8192 ) ( -8192 -542 8192 ) ( -8192 -542 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -47 ) ( 8192 8192 -47 ) ( -8192 -8192 -47 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 4493 6864 ) ( 8192 4493 6864 ) ( -8192 -5217 -6331 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8032 -1609 ) ( 8192 8001 1757 ) ( -8192 8001 1757 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8078 -1365 ) ( 8192 -8114 1130 ) ( -8192 -8114 1130 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 666\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -392 8192 ) ( -8192 -392 8192 ) ( -8192 -392 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8114 1130 ) ( 8192 8078 -1365 ) ( -8192 -8114 1130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 -1609 ) ( 8192 8001 1757 ) ( -8192 8001 1757 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8086 -1311 ) ( 8192 -8106 1183 ) ( -8192 -8106 1183 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 4493 6864 ) ( 8192 4493 6864 ) ( -8192 -5217 -6331 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 667\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -592 8192 ) ( 8192 -592 8192 ) ( -8192 -592 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -542 8192 ) ( -8192 -542 8192 ) ( -8192 -542 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -47 ) ( 8192 8192 -47 ) ( -8192 -8192 -47 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8032 -1609 ) ( 8192 8001 1757 ) ( -8192 8001 1757 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 4493 6864 ) ( 8192 4493 6864 ) ( -8192 -5217 -6331 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8078 -1365 ) ( 8192 -8114 1130 ) ( -8192 -8114 1130 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 668\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -392 8192 ) ( -8192 -392 8192 ) ( -8192 -392 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8114 1130 ) ( 8192 8078 -1365 ) ( -8192 -8114 1130 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 4493 6864 ) ( 8192 4493 6864 ) ( -8192 -5217 -6331 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8086 -1311 ) ( 8192 -8106 1183 ) ( -8192 -8106 1183 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8032 -1609 ) ( 8192 8001 1757 ) ( -8192 8001 1757 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 669\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -595 8192 ) ( 8192 -595 8192 ) ( -8192 -595 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -580 8192 ) ( -8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -47 ) ( 8192 8192 -47 ) ( -8192 -8192 -47 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -30 ) ( 8192 -8192 -30 ) ( -8192 -8192 -30 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 4493 6864 ) ( -8192 4493 6864 ) ( -8192 -5217 -6331 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2240 7901 ) ( 8192 -2240 7901 ) ( 8192 1085 -8141 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7612 3032 ) ( 8192 -7734 -2705 ) ( -8192 -7734 -2705 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 670\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -602 8192 ) ( 8192 -602 8192 ) ( -8192 -602 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -544 8192 ) ( -8192 -544 8192 ) ( -8192 -544 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -36 ) ( 8192 8192 -36 ) ( -8192 -8192 -36 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7734 -2705 ) ( 8192 7612 3032 ) ( -8192 -7734 -2705 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2240 7901 ) ( 8192 -2240 7901 ) ( 8192 1085 -8141 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7600 3063 ) ( 8192 -7746 -2674 ) ( -8192 -7746 -2674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 4493 6864 ) ( -8192 4493 6864 ) ( -8192 -5217 -6331 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 671\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -602 8192 ) ( 8192 -602 8192 ) ( -8192 -602 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -544 8192 ) ( -8192 -544 8192 ) ( -8192 -544 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -3 ) ( 8192 8192 -3 ) ( -8192 -8192 -3 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -3398 7475 ) ( 8192 -3398 7475 ) ( 8192 2339 -7870 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7600 3063 ) ( 8192 -7746 -2674 ) ( -8192 -7746 -2674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8086 -1311 ) ( 8192 -8106 1183 ) ( -8192 -8106 1183 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7745 -2675 ) ( 8192 7600 3063 ) ( -8192 7600 3063 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 672\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -544 8192 ) ( 8192 -544 8192 ) ( -8192 -544 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -392 8192 ) ( -8192 -392 8192 ) ( -8192 -392 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -5 ) ( 8192 8192 -5 ) ( -8192 -8192 -5 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 18 ) ( 8192 -8192 18 ) ( -8192 -8192 18 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7600 3063 ) ( 8192 -7746 -2674 ) ( -8192 -7746 -2674 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8086 -1311 ) ( 8192 -8106 1183 ) ( -8192 -8106 1183 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 865 8155 ) ( -8191 865 8155 ) ( -8191 -1629 -8037 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8106 1182 ) ( 8192 8086 -1312 ) ( -8192 8086 -1312 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 673\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -229 8192 ) ( 8192 -229 8192 ) ( -8192 -229 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -219 8192 ) ( -8192 -219 8192 ) ( -8192 -219 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -121 ) ( 8192 8192 -121 ) ( -8192 -8192 -121 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -102 ) ( 8192 -8192 -102 ) ( -8192 -8192 -102 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8191 4432 6890 ) ( -8191 4432 6890 ) ( -8191 -4633 -6756 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2072 7929 ) ( 8192 -2072 7929 ) ( 8192 1591 -8039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5662 -5924 ) ( 8192 -5991 5591 ) ( -8192 -5991 5591 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 674\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -243 8192 ) ( 8192 -243 8192 ) ( -8192 -243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -201 8192 ) ( -8192 -201 8192 ) ( -8192 -201 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -112 ) ( 8192 8192 -112 ) ( -8192 -8192 -112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -43 ) ( 8192 -8192 -43 ) ( -8192 -8192 -43 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5991 5591 ) ( 8192 5662 -5924 ) ( -8192 -5991 5591 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2072 7929 ) ( 8192 -2072 7929 ) ( 8192 1591 -8039 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5684 -5901 ) ( 8192 -5968 5614 ) ( -8192 -5968 5614 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 4432 6890 ) ( -8191 4432 6890 ) ( -8191 -4633 -6756 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 675\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -266 8192 ) ( 8192 -266 8192 ) ( -8192 -266 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -225 8192 ) ( -8192 -225 8192 ) ( -8192 -225 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -121 ) ( 8192 8192 -121 ) ( -8192 -8192 -121 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -92 ) ( 8192 -8192 -92 ) ( -8192 -8192 -92 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -2072 7929 ) ( -8192 -2072 7929 ) ( 8192 1591 -8039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6790 4587 ) ( 8192 6522 -4962 ) ( -8192 6522 -4962 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7864 -2297 ) ( 8192 -7947 1990 ) ( -8192 -7947 1990 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 676\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -391 8192 ) ( 8192 -391 8192 ) ( -8192 -391 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -229 8192 ) ( -8192 -229 8192 ) ( -8192 -229 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -102 ) ( 8192 8192 -102 ) ( -8192 -8192 -102 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -3 ) ( 8192 -8192 -3 ) ( -8192 -8192 -3 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7947 1990 ) ( 8192 7864 -2297 ) ( -8192 -7947 1990 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6790 4587 ) ( 8192 6522 -4962 ) ( -8192 6522 -4962 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7878 -2245 ) ( 8192 -7933 2042 ) ( -8192 -7933 2042 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -2072 7929 ) ( -8192 -2072 7929 ) ( 8192 1591 -8039 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 677\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -266 8192 ) ( 8192 -266 8192 ) ( -8192 -266 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -225 8192 ) ( -8192 -225 8192 ) ( -8192 -225 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -121 ) ( 8192 8192 -121 ) ( -8192 -8192 -121 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -92 ) ( 8192 -8192 -92 ) ( -8192 -8192 -92 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6790 4587 ) ( 8192 6522 -4962 ) ( -8192 6522 -4962 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -2072 7929 ) ( -8192 -2072 7929 ) ( 8192 1591 -8039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7864 -2297 ) ( 8192 -7947 1990 ) ( -8192 -7947 1990 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 678\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -391 8192 ) ( 8192 -391 8192 ) ( -8192 -391 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -229 8192 ) ( -8192 -229 8192 ) ( -8192 -229 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -102 ) ( 8192 8192 -102 ) ( -8192 -8192 -102 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -3 ) ( 8192 -8192 -3 ) ( -8192 -8192 -3 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7947 1990 ) ( 8192 7864 -2297 ) ( -8192 -7947 1990 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -2072 7929 ) ( -8192 -2072 7929 ) ( 8192 1591 -8039 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7878 -2245 ) ( 8192 -7933 2042 ) ( -8192 -7933 2042 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6790 4587 ) ( 8192 6522 -4962 ) ( -8192 6522 -4962 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 679\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -229 8192 ) ( 8192 -229 8192 ) ( -8192 -229 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -219 8192 ) ( -8192 -219 8192 ) ( -8192 -219 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -121 ) ( 8192 8192 -121 ) ( -8192 -8192 -121 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -102 ) ( 8192 -8192 -102 ) ( -8192 -8192 -102 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2072 7929 ) ( 8192 -2072 7929 ) ( 8192 1591 -8039 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8191 4432 6890 ) ( -8191 4432 6890 ) ( -8191 -4633 -6756 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5662 -5924 ) ( 8192 -5991 5591 ) ( -8192 -5991 5591 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 680\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -243 8192 ) ( 8192 -243 8192 ) ( -8192 -243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -201 8192 ) ( -8192 -201 8192 ) ( -8192 -201 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -112 ) ( 8192 8192 -112 ) ( -8192 -8192 -112 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -43 ) ( 8192 -8192 -43 ) ( -8192 -8192 -43 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5991 5591 ) ( 8192 5662 -5924 ) ( -8192 -5991 5591 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 4432 6890 ) ( -8191 4432 6890 ) ( -8191 -4633 -6756 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5684 -5901 ) ( 8192 -5968 5614 ) ( -8192 -5968 5614 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2072 7929 ) ( 8192 -2072 7929 ) ( 8192 1591 -8039 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 681\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -243 8192 ) ( 8192 -243 8192 ) ( -8192 -243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -201 8192 ) ( -8192 -201 8192 ) ( -8192 -201 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -85 ) ( 8192 8192 -85 ) ( -8192 -8192 -85 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -43 ) ( 8192 -8192 -43 ) ( -8192 -8192 -43 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5699 5885 ) ( -8192 5699 5885 ) ( -8192 -5817 -5768 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5969 5614 ) ( 8192 5684 -5902 ) ( -8192 5684 -5902 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7878 -2245 ) ( 8192 -7933 2042 ) ( -8192 -7933 2042 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5684 -5901 ) ( 8192 -5968 5614 ) ( -8192 -5968 5614 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 682\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -391 8192 ) ( 8192 -391 8192 ) ( -8192 -391 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -243 8192 ) ( -8192 -243 8192 ) ( -8192 -243 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -43 ) ( 8192 8192 -43 ) ( -8192 -8192 -43 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -3 ) ( 8192 -8192 -3 ) ( -8192 -8192 -3 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5684 -5901 ) ( 8192 -5968 5614 ) ( -8192 -5968 5614 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7934 2041 ) ( 8192 7878 -2246 ) ( -8192 7878 -2246 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1780 8004 ) ( 8192 1780 8004 ) ( 8192 -2507 -7807 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7878 -2245 ) ( 8192 -7933 2042 ) ( -8192 -7933 2042 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 683\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -566 8192 ) ( -8192 -566 8192 ) ( -8192 -566 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7939 2023 ) ( 8192 -7992 -1800 ) ( -8192 -7992 -1800 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 684\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -21 ) ( 8192 8192 -21 ) ( -8192 -8192 -21 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7992 -1800 ) ( 8192 7939 2023 ) ( -8192 -7992 -1800 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2046 ) ( 8192 -7998 -1777 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 685\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -579 8192 ) ( 8192 -579 8192 ) ( -8192 -579 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8098 -1237 ) ( 8192 -8125 1045 ) ( -8192 -8125 1045 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 686\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -566 8192 ) ( 8192 -566 8192 ) ( -8192 -566 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -376 8192 ) ( -8192 -376 8192 ) ( -8192 -376 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -23 ) ( 8192 8192 -23 ) ( -8192 -8192 -23 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8125 1045 ) ( 8192 8098 -1237 ) ( -8192 -8125 1045 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8103 -1199 ) ( 8192 -8120 1084 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 687\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -579 8192 ) ( 8192 -579 8192 ) ( -8192 -579 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8098 -1237 ) ( 8192 -8125 1045 ) ( -8192 -8125 1045 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 688\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -566 8192 ) ( 8192 -566 8192 ) ( -8192 -566 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -376 8192 ) ( -8192 -376 8192 ) ( -8192 -376 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -23 ) ( 8192 8192 -23 ) ( -8192 -8192 -23 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8125 1045 ) ( 8192 8098 -1237 ) ( -8192 -8125 1045 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8103 -1199 ) ( 8192 -8120 1084 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 689\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -566 8192 ) ( -8192 -566 8192 ) ( -8192 -566 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7939 2023 ) ( 8192 -7992 -1800 ) ( -8192 -7992 -1800 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 690\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -21 ) ( 8192 8192 -21 ) ( -8192 -8192 -21 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7992 -1800 ) ( 8192 7939 2023 ) ( -8192 -7992 -1800 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2046 ) ( 8192 -7998 -1777 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 691\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 2 ) ( 8192 8192 2 ) ( -8192 -8192 2 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2464 7833 ) ( 8192 -2464 7833 ) ( 8192 1359 -8098 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2047 ) ( 8192 -7998 -1776 ) ( -8192 -7998 -1776 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8103 -1199 ) ( 8192 -8120 1084 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7998 -1777 ) ( 8192 7933 2046 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 692\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -528 8192 ) ( 8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -376 8192 ) ( -8192 -376 8192 ) ( -8192 -376 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -6 ) ( 8192 8192 -6 ) ( -8192 -8192 -6 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2046 ) ( 8192 -7998 -1777 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8104 -1198 ) ( 8192 -8120 1085 ) ( -8192 -8120 1085 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 773 8163 ) ( -8192 773 8163 ) ( -8192 -1509 -8060 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8120 1084 ) ( 8192 8103 -1199 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 693\r
-{\r
-( 600 8192 8192 ) ( 600 -8192 8192 ) ( 600 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 630 -8192 8192 ) ( 630 8192 8192 ) ( 630 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -442 8192 ) ( 8192 -442 8192 ) ( -8192 -442 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -352 8192 ) ( -8192 -352 8192 ) ( -8192 -352 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2156 7916 8192 ) ( 3024 -7626 8192 ) ( 3024 -7626 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3025 -7626 8192 ) ( -2155 7916 8192 ) ( -2155 7916 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3236 7556 8192 ) ( -1944 -7986 8192 ) ( -1944 -7986 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7841 2381 8192 ) ( 7702 -2799 8192 ) ( 7702 -2799 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 694\r
-{\r
-( 630 8192 8192 ) ( 630 -8192 8192 ) ( 630 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 720 -8192 8192 ) ( 720 8192 8192 ) ( 720 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -472 8192 ) ( 8192 -472 8192 ) ( -8192 -472 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -442 8192 ) ( -8192 -442 8192 ) ( -8192 -442 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7841 2381 8192 ) ( 7702 -2799 8192 ) ( 7702 -2799 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7702 -2798 8192 ) ( -7840 2382 8192 ) ( -7840 2382 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2156 7916 8192 ) ( 3024 -7626 8192 ) ( 3024 -7626 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7558 -3231 8192 ) ( 7985 1949 8192 ) ( 7985 1949 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 695\r
-{\r
-( 720 8192 8192 ) ( 720 -8192 8192 ) ( 720 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 810 -8192 8192 ) ( 810 8192 8192 ) ( 810 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -472 8192 ) ( 8192 -472 8192 ) ( -8192 -472 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -442 8192 ) ( -8192 -442 8192 ) ( -8192 -442 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7558 -3231 8192 ) ( 7985 1949 8192 ) ( 7985 1949 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7984 1950 8192 ) ( -7558 -3230 8192 ) ( -7558 -3230 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7841 2381 8192 ) ( 7702 -2799 8192 ) ( 7702 -2799 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 -8058 8192 ) ( 3452 7484 8192 ) ( 3452 7484 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 696\r
-{\r
-( 810 8192 8192 ) ( 810 -8192 8192 ) ( 810 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 840 -8192 8192 ) ( 840 8192 8192 ) ( 840 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -442 8192 ) ( 8192 -442 8192 ) ( -8192 -442 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -352 8192 ) ( -8192 -352 8192 ) ( -8192 -352 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 -8058 8192 ) ( 3452 7484 8192 ) ( 3452 7484 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3451 7484 8192 ) ( -1729 -8058 8192 ) ( -1729 -8058 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7558 -3231 8192 ) ( 7985 1949 8192 ) ( 7985 1949 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3240 -7554 8192 ) ( -1940 7988 8192 ) ( -1940 7988 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 697\r
-{\r
-( 808 8192 8192 ) ( 808 -8192 8192 ) ( 808 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 840 -8192 8192 ) ( 840 8192 8192 ) ( 840 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -352 8192 ) ( 8192 -352 8192 ) ( -8192 -352 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -262 8192 ) ( -8192 -262 8192 ) ( -8192 -262 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3240 -7554 8192 ) ( -1940 7988 8192 ) ( -1940 7988 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1943 7988 8192 ) ( 3237 -7555 8192 ) ( 3237 -7555 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 -8058 8192 ) ( 3452 7484 8192 ) ( 3452 7484 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7774 -2583 8192 ) ( -7769 2597 8192 ) ( -7769 2597 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 698\r
-{\r
-( 720 8192 8192 ) ( 720 -8192 8192 ) ( 720 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 810 -8192 8192 ) ( 810 8192 8192 ) ( 810 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8190 -264 8192 ) ( 8194 -264 8192 ) ( -8190 -264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7774 -2583 8192 ) ( -7769 2597 8192 ) ( -7769 2597 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7767 2594 8192 ) ( 7775 -2586 8192 ) ( 7775 -2586 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3240 -7554 8192 ) ( -1940 7988 8192 ) ( -1940 7988 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7913 2165 8192 ) ( -7630 -3015 8192 ) ( -7630 -3015 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 699\r
-{\r
-( 630 8192 8192 ) ( 630 -8192 8192 ) ( 630 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 720 -8192 8192 ) ( 720 8192 8192 ) ( 720 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8196 -264 8192 ) ( 8188 -264 8192 ) ( -8196 -264 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -232 8192 ) ( -8192 -232 8192 ) ( -8192 -232 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7913 2165 8192 ) ( -7630 -3015 8192 ) ( -7630 -3015 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -7633 -3018 8192 ) ( 7909 2162 8192 ) ( 7909 2162 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7774 -2583 8192 ) ( -7769 2597 8192 ) ( -7769 2597 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3236 7556 8192 ) ( -1944 -7986 8192 ) ( -1944 -7986 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 700\r
-{\r
-( 600 8192 8192 ) ( 600 -8192 8192 ) ( 600 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 630 -8192 8192 ) ( 630 8192 8192 ) ( 630 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -352 8192 ) ( 8192 -352 8192 ) ( -8192 -352 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -262 8192 ) ( -8192 -262 8192 ) ( -8192 -262 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -56 ) ( 8192 -8192 -56 ) ( -8192 -8192 -56 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 3236 7556 8192 ) ( -1944 -7986 8192 ) ( -1944 -7986 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -1943 -7987 8192 ) ( 3237 7556 8192 ) ( 3237 7556 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 7913 2165 8192 ) ( -7630 -3015 8192 ) ( -7630 -3015 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -2156 7916 8192 ) ( 3024 -7626 8192 ) ( 3024 -7626 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 701\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -566 8192 ) ( -8192 -566 8192 ) ( -8192 -566 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7939 2023 ) ( 8192 -7992 -1800 ) ( -8192 -7992 -1800 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 702\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -21 ) ( 8192 8192 -21 ) ( -8192 -8192 -21 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7992 -1800 ) ( 8192 7939 2023 ) ( -8192 -7992 -1800 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2046 ) ( 8192 -7998 -1777 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 703\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -579 8192 ) ( 8192 -579 8192 ) ( -8192 -579 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8098 -1237 ) ( 8192 -8125 1045 ) ( -8192 -8125 1045 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 704\r
-{\r
-( -286 8192 8192 ) ( -286 -8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -285 -8192 8192 ) ( -285 8192 8192 ) ( -285 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -566 8192 ) ( 8192 -566 8192 ) ( -8192 -566 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -376 8192 ) ( -8192 -376 8192 ) ( -8192 -376 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -23 ) ( 8192 8192 -23 ) ( -8192 -8192 -23 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8125 1045 ) ( 8192 8098 -1237 ) ( -8192 -8125 1045 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8103 -1199 ) ( 8192 -8120 1084 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 705\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -579 8192 ) ( 8192 -579 8192 ) ( -8192 -579 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8098 -1237 ) ( 8192 -8125 1045 ) ( -8192 -8125 1045 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 706\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -566 8192 ) ( 8192 -566 8192 ) ( -8192 -566 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -376 8192 ) ( -8192 -376 8192 ) ( -8192 -376 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -23 ) ( 8192 8192 -23 ) ( -8192 -8192 -23 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8125 1045 ) ( 8192 8098 -1237 ) ( -8192 -8125 1045 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5881 5714 ) ( 8192 -6363 -5171 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8103 -1199 ) ( 8192 -8120 1084 ) ( -8192 -8120 1084 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8142 -904 ) ( 8192 8133 978 ) ( -8192 8133 978 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 707\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -580 8192 ) ( 8192 -580 8192 ) ( -8192 -580 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -566 8192 ) ( -8192 -566 8192 ) ( -8192 -566 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -29 ) ( 8192 8192 -29 ) ( -8192 -8192 -29 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -18 ) ( 8192 -8192 -18 ) ( -8192 -8192 -18 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7939 2023 ) ( 8192 -7992 -1800 ) ( -8192 -7992 -1800 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 708\r
-{\r
-( -199 8192 8192 ) ( -199 -8192 8192 ) ( -199 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -198 -8192 8192 ) ( -198 8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -585 8192 ) ( 8192 -585 8192 ) ( -8192 -585 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -528 8192 ) ( -8192 -528 8192 ) ( -8192 -528 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -21 ) ( 8192 8192 -21 ) ( -8192 -8192 -21 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 15 ) ( 8192 -8192 15 ) ( -8192 -8192 15 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7992 -1800 ) ( 8192 7939 2023 ) ( -8192 -7992 -1800 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2001 7964 ) ( 8192 -2001 7964 ) ( 8192 867 -8166 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7933 2046 ) ( 8192 -7998 -1777 ) ( -8192 -7998 -1777 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6363 -5171 ) ( 8192 5881 5714 ) ( -8192 5881 5714 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 709\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -233 8192 ) ( -8192 -233 8192 ) ( -8192 -233 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -129 ) ( 8192 8192 -129 ) ( -8192 -8192 -129 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -100 ) ( 8192 -8192 -100 ) ( -8192 -8192 -100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6797 4578 ) ( 8192 6515 -4971 ) ( -8192 6515 -4971 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -2081 7927 ) ( -8192 -2081 7927 ) ( -8192 1581 -8041 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7862 -2306 ) ( 8192 -7950 1981 ) ( -8192 -7950 1981 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 710\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -399 8192 ) ( 8192 -399 8192 ) ( -8192 -399 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -237 8192 ) ( -8192 -237 8192 ) ( -8192 -237 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -110 ) ( 8192 8192 -110 ) ( -8192 -8192 -110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -11 ) ( 8192 -8192 -11 ) ( -8192 -8192 -11 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7950 1981 ) ( 8192 7862 -2306 ) ( -8192 -7950 1981 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -2081 7927 ) ( -8192 -2081 7927 ) ( -8192 1581 -8041 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7876 -2255 ) ( 8192 -7936 2033 ) ( -8192 7876 -2255 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6797 4578 ) ( 8192 6515 -4971 ) ( -8192 6515 -4971 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 711\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -237 8192 ) ( 8192 -237 8192 ) ( -8192 -237 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -227 8192 ) ( -8192 -227 8192 ) ( -8192 -227 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -129 ) ( 8192 8192 -129 ) ( -8192 -8192 -129 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -110 ) ( 8192 -8192 -110 ) ( -8192 -8192 -110 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2081 7927 ) ( 8192 -2081 7927 ) ( -8192 1581 -8041 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8191 4430 6891 ) ( -8191 4430 6891 ) ( -8191 -4635 -6755 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5654 -5932 ) ( 8192 -5999 5583 ) ( -8192 -5999 5583 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 712\r
-{\r
-( -198 8192 8192 ) ( -198 -8192 8192 ) ( -198 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -197 -8192 8192 ) ( -197 8192 8192 ) ( -197 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -251 8192 ) ( 8192 -251 8192 ) ( -8192 -251 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -209 8192 ) ( -8192 -209 8192 ) ( -8192 -209 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -51 ) ( 8192 -8192 -51 ) ( -8192 -8192 -51 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5999 5583 ) ( 8192 5654 -5932 ) ( -8192 -5999 5583 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 4430 6891 ) ( -8191 4430 6891 ) ( -8191 -4635 -6755 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5677 -5909 ) ( 8192 -5976 5606 ) ( -8192 5677 -5909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2081 7927 ) ( 8192 -2081 7927 ) ( -8192 1581 -8041 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 713\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -237 8192 ) ( 8192 -237 8192 ) ( -8192 -237 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -227 8192 ) ( -8192 -227 8192 ) ( -8192 -227 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -129 ) ( 8192 8192 -129 ) ( -8192 -8192 -129 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -110 ) ( 8192 -8192 -110 ) ( -8192 -8192 -110 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8191 4430 6891 ) ( -8191 4430 6891 ) ( -8191 -4635 -6755 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -2081 7927 ) ( 8192 -2081 7927 ) ( -8192 1581 -8041 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 5654 -5932 ) ( 8192 -5999 5583 ) ( -8192 -5999 5583 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 714\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -251 8192 ) ( 8192 -251 8192 ) ( -8192 -251 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -209 8192 ) ( -8192 -209 8192 ) ( -8192 -209 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -120 ) ( 8192 8192 -120 ) ( -8192 -8192 -120 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -51 ) ( 8192 -8192 -51 ) ( -8192 -8192 -51 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -5999 5583 ) ( 8192 5654 -5932 ) ( -8192 -5999 5583 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -2081 7927 ) ( 8192 -2081 7927 ) ( -8192 1581 -8041 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 5677 -5909 ) ( 8192 -5976 5606 ) ( -8192 5677 -5909 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8191 4430 6891 ) ( -8191 4430 6891 ) ( -8191 -4635 -6755 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 715\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( -8192 -274 8192 ) ( 8192 -274 8192 ) ( -8192 -274 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -233 8192 ) ( -8192 -233 8192 ) ( -8192 -233 -8192 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -8192 -129 ) ( 8192 8192 -129 ) ( -8192 -8192 -129 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 8192 -100 ) ( 8192 -8192 -100 ) ( -8192 -8192 -100 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -2081 7927 ) ( -8192 -2081 7927 ) ( -8192 1581 -8041 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 -6797 4578 ) ( 8192 6515 -4971 ) ( -8192 6515 -4971 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-( 8192 7862 -2306 ) ( 8192 -7950 1981 ) ( -8192 -7950 1981 ) e2u3/floor1_2 0 0 0 1 1 1 0 0\r
-}\r
-// brush 716\r
-{\r
-( -287 8192 8192 ) ( -287 -8192 8192 ) ( -287 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -286 -8192 8192 ) ( -286 8192 8192 ) ( -286 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -399 8192 ) ( 8192 -399 8192 ) ( -8192 -399 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -237 8192 ) ( -8192 -237 8192 ) ( -8192 -237 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -110 ) ( 8192 8192 -110 ) ( -8192 -8192 -110 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -11 ) ( 8192 -8192 -11 ) ( -8192 -8192 -11 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -7950 1981 ) ( 8192 7862 -2306 ) ( -8192 -7950 1981 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -6797 4578 ) ( 8192 6515 -4971 ) ( -8192 6515 -4971 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7876 -2255 ) ( 8192 -7936 2033 ) ( -8192 7876 -2255 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -2081 7927 ) ( -8192 -2081 7927 ) ( -8192 1581 -8041 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 1\r
-{\r
-"classname" "path_corner"\r
-"targetname" "topUC"\r
-"origin" "-1467 -676 -203"\r
-}\r
-// entity 2\r
-{\r
-"classname" "trigger_push"\r
-"target" "topUC"\r
-// brush 0\r
-{\r
-( -402 656 -455 ) ( -423 632 -450 ) ( -392 612 -413 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -432 677 -471 ) ( -453 654 -466 ) ( -412 621 -464 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -459 703 -457 ) ( -480 679 -453 ) ( -453 651 -488 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -469 717 -421 ) ( -489 693 -416 ) ( -492 686 -469 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -455 712 -383 ) ( -476 688 -380 ) ( -506 707 -417 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -426 690 -367 ) ( -447 666 -363 ) ( -487 699 -365 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -399 665 -381 ) ( -419 640 -377 ) ( -445 669 -342 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -389 650 -416 ) ( -410 626 -413 ) ( -407 632 -361 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -539 644 -453 ) ( -466 582 -449 ) ( -460 595 -346 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-( -462 574 -352 ) ( -467 562 -455 ) ( -540 623 -459 ) desktop/partition 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 3\r
-{\r
-"classname" "weapon_railgun"\r
-"origin" "-320 944 240"\r
-}\r
-// entity 4\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/deskwood\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -360 160 -136 0 0.250000 ) ( -360 160 -152 0 0.125000 ) ( -360 160 -168 0 0 ) )\r
-( ( 368 160 -136 5.687500 0.250000 ) ( 368 160 -152 5.687500 0.125000 ) ( 368 160 -168 5.687500 0 ) )\r
-( ( 368 928 -136 11.687500 0.250000 ) ( 368 928 -152 11.687500 0.125000 ) ( 368 928 -168 11.687500 0 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 5\r
-{\r
-"origin" "-520 744 -400"\r
-"classname" "item_health_mega"\r
-}\r
-// entity 6\r
-{\r
-"origin" "-1416 -288 -648"\r
-"classname" "item_quad"\r
-"spawnflags" "1"\r
-}\r
-// entity 7\r
-{\r
-"origin" "-72 -144 -104"\r
-"classname" "weapon_rocketlauncher"\r
-}\r
-// entity 8\r
-{\r
-"origin" "1508 -360 234"\r
-"classname" "info_player_deathmatch"\r
-}\r
-// entity 9\r
-{\r
-"origin" "576 1152 -320"\r
-"classname" "item_health_large"\r
-}\r
-// entity 10\r
-{\r
-"origin" "656 1304 -320"\r
-"classname" "item_armor_body"\r
-}\r
-// entity 11\r
-{\r
-"origin" "648 904 -320"\r
-"classname" "weapon_shotgun"\r
-}\r
-// entity 12\r
-{\r
-"origin" "1864 1120 -320"\r
-"classname" "weapon_railgun"\r
-}\r
-// entity 13\r
-{\r
-"origin" "160 -304 80"\r
-"light" "10000"\r
-"classname" "light"\r
-}\r
-// entity 14\r
-{\r
-"classname" "light"\r
-"light" "10000"\r
-"origin" "-1064 312 -1160"\r
-}\r
-// entity 15\r
-{\r
-"classname" "weapon_bfg"\r
-"origin" "-1064 304 -1152"\r
-}\r
-// entity 16\r
-{\r
-"dmg" "300"\r
-"classname" "trigger_hurt"\r
-// brush 0\r
-{\r
-( -8192 166 8192 ) ( 8192 166 8192 ) ( -8192 166 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1192 ) ( 8192 8192 -1192 ) ( -8192 -8192 -1192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1176 ) ( 8192 -8192 -1176 ) ( -8192 -8192 -1176 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2557 7866 8192 ) ( 308 -8265 8192 ) ( -2557 7866 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6656 4811 8192 ) ( 5895 -5718 8192 ) ( -6656 4811 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3563 -7402 8192 ) ( -4645 6776 8192 ) ( 3563 -7402 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 3042 7704 8192 ) ( -5166 -6474 8192 ) ( 3042 7704 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7418 3566 8192 ) ( -7969 -2058 8192 ) ( 7418 3566 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -6778 -4665 8192 ) ( 5772 5864 8192 ) ( -6778 -4665 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -2382 -7897 8192 ) ( 483 8234 8192 ) ( -2382 -7897 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 7718 -2746 8192 ) ( -7670 2877 8192 ) ( 7718 -2746 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 17\r
-{\r
-"classname" "info_player_deathmatch"\r
-"origin" "-1464 -824 -976"\r
-}\r
-// entity 18\r
-{\r
-"light" "10000"\r
-"origin" "-1416 -736 -792"\r
-"classname" "light"\r
-}\r
-// entity 19\r
-{\r
-"origin" "-1462 -874 -982"\r
-"classname" "item_armor_combat"\r
-}\r
-// entity 20\r
-{\r
-"origin" "-1462 -920 -982"\r
-"classname" "weapon_grenadelauncher"\r
-}\r
-// entity 21\r
-{\r
-"origin" "160 -228 222"\r
-"targetname" "bilbo"\r
-"classname" "target_teleporter"\r
-}\r
-// entity 22\r
-{\r
-"target" "bilbo"\r
-"classname" "trigger_teleport"\r
-// brush 0\r
-{\r
-( -1498 8192 8192 ) ( -1498 -8192 8192 ) ( -1498 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -1422 -8192 8192 ) ( -1422 8192 8192 ) ( -1422 8192 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -962 8192 ) ( 8192 -962 8192 ) ( -8192 -962 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -954 8192 ) ( -8192 -954 8192 ) ( -8192 -954 -8192 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1006 ) ( 8192 8192 -1006 ) ( -8192 -8192 -1006 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -930 ) ( 8192 -8192 -930 ) ( -8192 -8192 -930 ) desktop/ci1 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 23\r
-{\r
-"classname" "target_teleporter"\r
-"targetname" "central"\r
-"origin" "-1458 -910 -1142"\r
-}\r
-// entity 24\r
-{\r
-"classname" "trigger_teleport"\r
-"target" "central"\r
-// brush 0\r
-{\r
-( 136 8192 8192 ) ( 136 -8192 8192 ) ( 136 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 182 -8192 8192 ) ( 182 8192 8192 ) ( 182 8192 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 -424 8192 ) ( 8192 -424 8192 ) ( -8192 -424 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -416 8192 ) ( -8192 -416 8192 ) ( -8192 -416 -8192 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 18 ) ( 8192 8192 18 ) ( -8192 -8192 18 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 106 ) ( 8192 -8192 106 ) ( -8192 -8192 106 ) desktop/ci3 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 25\r
-{\r
-"origin" "-1264 -240 -544"\r
-"light" "10000"\r
-"classname" "light"\r
-}\r
-// entity 26\r
-{\r
-"origin" "1984 1000 368"\r
-"classname" "ammo_rockets"\r
-}\r
-// entity 27\r
-{\r
-"origin" "1984 1432 368"\r
-"classname" "weapon_rocketlauncher"\r
-}\r
-// entity 28\r
-{\r
-"origin" "1624 1288 368"\r
-"classname" "item_armor_shard"\r
-}\r
-// entity 29\r
-{\r
-"origin" "1376 1192 368"\r
-"classname" "item_health"\r
-}\r
-// entity 30\r
-{\r
-"origin" "792 -312 720"\r
-"classname" "item_health_large"\r
-}\r
-// entity 31\r
-{\r
-"classname" "func_train"\r
-"target" "drawerclosed"\r
-"spawnflags" "1"\r
-"origin" "376 1096 -496"\r
-// brush 0\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 400 -8192 8192 ) ( 400 8192 8192 ) ( 400 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 736 8192 ) ( 8192 736 8192 ) ( -8192 736 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1456 8192 ) ( -8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -592 ) ( 8192 8192 -592 ) ( -8192 -8192 -592 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -424 ) ( 8192 -8192 -424 ) ( -8192 -8192 -424 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 1\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 736 8192 ) ( -8192 736 8192 ) ( -8192 736 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -592 ) ( 8192 8192 -592 ) ( -8192 -8192 -592 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -424 ) ( 8192 -8192 -424 ) ( -8192 -8192 -424 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 2\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -608 ) ( 8192 8192 -608 ) ( -8192 -8192 -608 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -592 ) ( 8192 -8192 -592 ) ( -8192 -8192 -592 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 3\r
-{\r
-( 384 8192 8192 ) ( 384 -8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1456 8192 ) ( 8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -592 ) ( 8192 8192 -592 ) ( -8192 -8192 -592 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -424 ) ( 8192 -8192 -424 ) ( -8192 -8192 -424 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 4\r
-{\r
-( 1984 8192 8192 ) ( 1984 -8192 8192 ) ( 1984 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 2000 -8192 8192 ) ( 2000 8192 8192 ) ( 2000 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 736 8192 ) ( 8192 736 8192 ) ( -8192 736 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1456 8192 ) ( -8192 1456 8192 ) ( -8192 1456 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -592 ) ( 8192 8192 -592 ) ( -8192 -8192 -592 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -424 ) ( 8192 -8192 -424 ) ( -8192 -8192 -424 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 5\r
-{\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8281 207 8192 ) ( -7975 2240 8192 ) ( -7975 2240 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 1199 8105 8192 ) ( -832 -8151 8192 ) ( -832 -8151 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8102 1688 8192 ) ( 8249 666 8192 ) ( 8249 666 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -843 -8150 8192 ) ( 1220 8102 8192 ) ( 1220 8102 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 6\r
-{\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8247 -866 8192 ) ( -7583 3354 8192 ) ( -7583 3354 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 3191 7547 8192 ) ( -3531 -7393 8192 ) ( -3531 -7393 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -7594 3315 8192 ) ( 8236 -906 8192 ) ( 8236 -906 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -3517 -7400 8192 ) ( 3206 7540 8192 ) ( 3206 7540 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 7\r
-{\r
-( -8192 1131 8192 ) ( 8192 1131 8192 ) ( -8192 1131 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 768 8159 8192 ) ( -253 -8192 8192 ) ( -253 -8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8249 667 8192 ) ( -8102 1689 8192 ) ( -8102 1689 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -255 -8192 8192 ) ( 782 8158 8192 ) ( 782 8158 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 8\r
-{\r
-( 330 8192 8192 ) ( 330 -8192 8192 ) ( 330 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1083 8192 ) ( 8192 1083 8192 ) ( -8192 1083 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1131 8192 ) ( -8192 1131 8192 ) ( -8192 1131 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 9\r
-{\r
-( 8192 1083 8192 ) ( -8192 1083 8192 ) ( -8192 1083 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -115 8200 8192 ) ( 906 -8151 8192 ) ( 906 -8151 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8240 516 8192 ) ( 8111 1538 8192 ) ( 8111 1538 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 921 -8149 8192 ) ( -116 8201 8192 ) ( -116 8201 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 10\r
-{\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8248 -60 8192 ) ( 8009 1972 8192 ) ( 8009 1972 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 8185 8192 ) ( 1471 -8071 8192 ) ( 1471 -8071 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8111 1538 8192 ) ( -8240 516 8192 ) ( -8240 516 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 1495 -8067 8192 ) ( -568 8185 8192 ) ( -568 8185 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 11\r
-{\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2563 -7803 8192 ) ( -1410 8091 8192 ) ( -1410 8091 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -5807 5861 8192 ) ( 7029 -4319 8192 ) ( 7029 -4319 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 6637 4844 8192 ) ( -7315 -3742 8192 ) ( -7315 -3742 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 12\r
-{\r
-( 8192 -8192 -456 ) ( 8192 8192 -456 ) ( -8192 -8192 -456 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -440 ) ( 8192 -8192 -440 ) ( -8192 -8192 -440 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8134 -1287 8192 ) ( 7695 2933 8192 ) ( 7695 2933 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -2703 7766 8192 ) ( 4020 -7174 8192 ) ( 4020 -7174 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 7685 2973 8192 ) ( -8145 -1248 8192 ) ( -8145 -1248 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 4034 -7167 8192 ) ( -2688 7773 8192 ) ( -2688 7773 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 13\r
-{\r
-( 368 8192 8192 ) ( 368 -8192 8192 ) ( 368 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -8192 8192 ) ( 384 8192 8192 ) ( 384 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 720 8192 ) ( 8192 720 8192 ) ( -8192 720 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1472 8192 ) ( -8192 1472 8192 ) ( -8192 1472 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -632 ) ( 8192 8192 -632 ) ( -8192 -8192 -632 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 14\r
-{\r
-( 360 8192 8192 ) ( 360 -8192 8192 ) ( 360 -8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 392 -8192 8192 ) ( 392 8192 8192 ) ( 392 8192 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1080 8192 ) ( 8192 1080 8192 ) ( 8192 1080 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1112 8192 ) ( -8192 1112 8192 ) ( -8192 1112 -8192 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -512 ) ( 8192 8192 -512 ) ( -8192 8192 -512 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -480 ) ( 8192 -8192 -480 ) ( -8192 -8192 -480 ) desktop/deskwood 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 32\r
-{\r
-"origin" "-70 -144 -136"\r
-"model" "models/mapobjects/mug/mug.md3"\r
-"classname" "misc_model"\r
-}\r
-// entity 33\r
-{\r
-"classname" "trigger_push"\r
-"target" "pathtoscreen2"\r
-// brush 0\r
-{\r
-( 56 8192 8192 ) ( 56 -8192 8192 ) ( 56 8192 -8192 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-( 140 -8192 8192 ) ( 140 8192 8192 ) ( 140 8192 -8192 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 32 8192 ) ( 8192 32 8192 ) ( -8192 32 -8192 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 70 8192 ) ( -8192 70 8192 ) ( -8192 70 -8192 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -132 ) ( 8192 8192 -132 ) ( -8192 -8192 -132 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -130 ) ( 8192 -8192 -130 ) ( -8192 -8192 -130 ) desktop/interface 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 34\r
-{\r
-"origin" "1504 952 664"\r
-"targetname" "stapleremoverpath"\r
-"classname" "path_corner"\r
-}\r
-// entity 35\r
-{\r
-"target" "stapleremoverpath"\r
-"name" "stapleremover"\r
-"classname" "trigger_push"\r
-// brush 0\r
-{\r
-( 1481 8192 8192 ) ( 1481 -8192 8192 ) ( 1481 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 1520 -8192 8192 ) ( 1520 8192 8192 ) ( 1520 8192 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 700 8192 ) ( 8192 700 8192 ) ( -8192 700 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 724 8192 ) ( -8192 724 8192 ) ( -8192 724 -8192 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -103 ) ( 8192 8192 -103 ) ( -8192 -8192 -103 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -87 ) ( 8192 -8192 -87 ) ( -8192 -8192 -87 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 7506 -3288 ) ( 8192 -7318 3687 ) ( -8192 -7318 3687 ) desktop/plastic 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 36\r
-{\r
-"target" ""\r
-"targetname" "pathtoscreen"\r
-"origin" "144 696 -18"\r
-"classname" "path_corner"\r
-}\r
-// entity 37\r
-{\r
-"target" "pathtoscreen"\r
-"classname" "trigger_push"\r
-// brush 0\r
-{\r
-( 96 8192 8192 ) ( 96 -8192 8192 ) ( 96 8192 -8192 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 -8192 8192 ) ( 192 8192 8192 ) ( 192 8192 -8192 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 672 8192 ) ( 8192 672 8192 ) ( -8192 672 -8192 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 728 8192 ) ( -8192 728 8192 ) ( -8192 728 -8192 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -1120 ) ( 8192 8192 -1120 ) ( -8192 -8192 -1120 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -1112 ) ( 8192 -8192 -1112 ) ( -8192 -8192 -1112 ) desktop/jspbookcover 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 38\r
-{\r
-"origin" "1501 728 -132"\r
-"model" "/models/mapobjects/steprem/steprem.md3"\r
-"classname" "misc_model"\r
-}\r
-// entity 39\r
-{\r
-"origin" "1248 944 -496"\r
-"classname" "light"\r
-"light" "10000"\r
-}\r
-// entity 40\r
-{\r
-"classname" "misc_model"\r
-"model" "/models/mapobjects/bilbo/bilbo.md3"\r
-"origin" "160 -228 234"\r
-}\r
-// entity 41\r
-{\r
-"target" "toptarget"\r
-"name" "backtotop"\r
-"classname" "trigger_teleport"\r
-// brush 0\r
-{\r
-( 1360 8192 8192 ) ( 1360 -8192 8192 ) ( 1360 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 1368 -8192 8192 ) ( 1368 8192 8192 ) ( 1368 8192 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1008 8192 ) ( 8192 1008 8192 ) ( -8192 1008 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1104 8192 ) ( -8192 1104 8192 ) ( -8192 1104 -8192 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -570 ) ( 8192 8192 -570 ) ( -8192 -8192 -570 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -360 ) ( 8192 -8192 -360 ) ( -8192 -8192 -360 ) desktop/greenfoot 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 42\r
-{\r
-"targetname" "toptarget"\r
-"classname" "target_teleporter"\r
-"origin" "-460 932 230"\r
-}\r
-// entity 43\r
-{\r
-"classname" "path_corner"\r
-"targetname" "draweropen"\r
-"target" "drawerclosed"\r
-"origin" "104 1096 -496"\r
-}\r
-// entity 44\r
-{\r
-"classname" "light"\r
-"light" "10000"\r
-"origin" "84 512 -828"\r
-}\r
-// entity 45\r
-{\r
-"classname" "light"\r
-"light" "10000"\r
-"origin" "154 -312 8"\r
-}\r
-// entity 46\r
-{\r
-"origin" "106 88 -298"\r
-"radius" "5000"\r
-"classname" "light"\r
-"light" "10000"\r
-}\r
-// entity 47\r
-{\r
-"origin" "-160 80 -104"\r
-"classname" "info_player_deathmatch"\r
-}\r
-// entity 48\r
-{\r
-"origin" "384 1096 -496"\r
-"target" "draweropen"\r
-"targetname" "drawerclosed"\r
-"classname" "path_corner"\r
-}\r
-// entity 49\r
-{\r
-"origin" "1506 -312 8"\r
-"light" "10000"\r
-"classname" "light"\r
-}\r
-// entity 50\r
-{\r
-"classname" "path_corner"\r
-"origin" "352 -144 896"\r
-"targetname" "pathtoscreen2"\r
-}\r
-// entity 51\r
-{\r
-"classname" "item_health"\r
-"origin" "1416 1192 368"\r
-}\r
-// entity 52\r
-{\r
-"origin" "1456 1192 368"\r
-"classname" "item_health"\r
-}\r
-// entity 53\r
-{\r
-"classname" "item_health"\r
-"origin" "1496 1192 368"\r
-}\r
-// entity 54\r
-{\r
-"origin" "1536 1192 368"\r
-"classname" "item_health"\r
-}\r
-// entity 55\r
-{\r
-"classname" "item_health"\r
-"origin" "1576 1192 368"\r
-}\r
-// entity 56\r
-{\r
-"origin" "1624 1192 368"\r
-"classname" "item_health"\r
-}\r
-// entity 57\r
-{\r
-"classname" "item_armor_shard"\r
-"origin" "1576 1288 368"\r
-}\r
-// entity 58\r
-{\r
-"origin" "1536 1288 368"\r
-"classname" "item_armor_shard"\r
-}\r
-// entity 59\r
-{\r
-"classname" "item_armor_shard"\r
-"origin" "1496 1288 368"\r
-}\r
-// entity 60\r
-{\r
-"origin" "1456 1288 368"\r
-"classname" "item_armor_shard"\r
-}\r
-// entity 61\r
-{\r
-"classname" "item_armor_shard"\r
-"origin" "1416 1288 368"\r
-}\r
-// entity 62\r
-{\r
-"origin" "1376 1288 368"\r
-"classname" "item_armor_shard"\r
-}\r
-// entity 63\r
-{\r
-"classname" "item_armor_shard"\r
-"origin" "1376 1240 368"\r
-}\r
-// entity 64\r
-{\r
-"classname" "ammo_rockets"\r
-"origin" "1984 1040 368"\r
-}\r
-// entity 65\r
-{\r
-"spawnflags" "1"\r
-"target" "t1"\r
-"classname" "func_train"\r
-// brush 0\r
-{\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8281 207 8192 ) ( -7975 2240 8192 ) ( -7975 2240 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 1199 8105 8192 ) ( -832 -8151 8192 ) ( -832 -8151 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8102 1688 8192 ) ( 8249 666 8192 ) ( 8249 666 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -843 -8150 8192 ) ( 1220 8102 8192 ) ( 1220 8102 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 1\r
-{\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8247 -866 8192 ) ( -7583 3354 8192 ) ( -7583 3354 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 3191 7547 8192 ) ( -3531 -7393 8192 ) ( -3531 -7393 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -7594 3315 8192 ) ( 8236 -906 8192 ) ( 8236 -906 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -3517 -7400 8192 ) ( 3206 7540 8192 ) ( 3206 7540 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 2\r
-{\r
-( -8192 1131 8192 ) ( 8192 1131 8192 ) ( -8192 1131 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 768 8159 8192 ) ( -253 -8192 8192 ) ( -253 -8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8249 667 8192 ) ( -8102 1689 8192 ) ( -8102 1689 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -255 -8192 8192 ) ( 782 8158 8192 ) ( 782 8158 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 3\r
-{\r
-( 330 8192 8192 ) ( 330 -8192 8192 ) ( 330 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 336 -8192 8192 ) ( 336 8192 8192 ) ( 336 8192 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8192 1083 8192 ) ( 8192 1083 8192 ) ( -8192 1083 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 1131 8192 ) ( -8192 1131 8192 ) ( -8192 1131 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 4\r
-{\r
-( 8192 1083 8192 ) ( -8192 1083 8192 ) ( -8192 1083 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -115 8200 8192 ) ( 906 -8151 8192 ) ( 906 -8151 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8240 516 8192 ) ( 8111 1538 8192 ) ( 8111 1538 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 921 -8149 8192 ) ( -116 8201 8192 ) ( -116 8201 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 5\r
-{\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8248 -60 8192 ) ( 8009 1972 8192 ) ( 8009 1972 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -560 8185 8192 ) ( 1471 -8071 8192 ) ( 1471 -8071 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8111 1538 8192 ) ( -8240 516 8192 ) ( -8240 516 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 1495 -8067 8192 ) ( -568 8185 8192 ) ( -568 8185 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 6\r
-{\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 2563 -7803 8192 ) ( -1410 8091 8192 ) ( -1410 8091 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -5807 5861 8192 ) ( 7029 -4319 8192 ) ( 7029 -4319 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 6637 4844 8192 ) ( -7315 -3742 8192 ) ( -7315 -3742 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 7\r
-{\r
-( 8192 -8192 -728 ) ( 8192 8192 -728 ) ( -8192 -8192 -728 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 8192 8192 -712 ) ( 8192 -8192 -712 ) ( -8192 -8192 -712 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -8134 -1287 8192 ) ( 7695 2933 8192 ) ( 7695 2933 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( -2703 7766 8192 ) ( 4020 -7174 8192 ) ( 4020 -7174 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 7685 2973 8192 ) ( -8145 -1248 8192 ) ( -8145 -1248 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-( 4034 -7167 8192 ) ( -2688 7773 8192 ) ( -2688 7773 -8192 ) desktop/blackdrawer 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 66\r
-{\r
-"classname" "light"\r
-"light" "10000"\r
-"origin" "-1392 -240 -984"\r
-}\r
-// entity 67\r
-{\r
-"light" "10000"\r
-"classname" "light"\r
-"origin" "-1416 -744 -928"\r
-}\r
-// entity 68\r
-{\r
-"classname" "item_health_large"\r
-"origin" "576 1120 -320"\r
-}\r
-// entity 69\r
-{\r
-"origin" "576 1088 -320"\r
-"classname" "item_health_large"\r
-}\r
-// entity 70\r
-{\r
-"classname" "item_health_large"\r
-"origin" "576 1056 -320"\r
-}\r
-// entity 71\r
-{\r
-"classname" "info_player_deathmatch"\r
-"origin" "878 -360 728"\r
-}\r
-// entity 72\r
-{\r
-"origin" "1974 1288 130"\r
-"classname" "info_player_deathmatch"\r
-}\r
-// entity 73\r
-{\r
-"origin" "160 -296 232"\r
-"classname" "info_player_deathmatch"\r
-}\r
-// entity 74\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -160 912 -380 0 0 ) ( -160 944 -380 0 0.750000 ) ( -160 976 -380 0 1.500000 ) )\r
-( ( -128 912 -380 0.500000 0 ) ( -128 944 -380 0.500000 0.750000 ) ( -128 976 -380 0.500000 1.500000 ) )\r
-( ( -128 912 -380 0.500000 0 ) ( -128 944 -380 0.500000 0.750000 ) ( -128 976 -380 0.500000 1.500000 ) )\r
-( ( -128 912 -444 1.500000 0 ) ( -128 944 -444 1.500000 0.750000 ) ( -128 976 -444 1.500000 1.500000 ) )\r
-( ( -192 912 -444 2.500000 0 ) ( -192 944 -444 2.500000 0.750000 ) ( -192 976 -444 2.500000 1.500000 ) )\r
-( ( -192 912 -444 2.500000 0 ) ( -192 944 -444 2.500000 0.750000 ) ( -192 976 -444 2.500000 1.500000 ) )\r
-( ( -192 912 -380 3.500000 0 ) ( -192 944 -380 3.500000 0.750000 ) ( -192 976 -380 3.500000 1.500000 ) )\r
-( ( -160 912 -380 4 0 ) ( -160 944 -380 4 0.750000 ) ( -160 976 -380 4 1.500000 ) )\r
-( ( -160 912 -380 4 0 ) ( -160 944 -380 4 0.750000 ) ( -160 976 -380 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 912 -380 -11.875000 5 ) ( -160 912 -380 -11.375000 5 ) ( -160 912 -380 -11.375000 5 ) )\r
-( ( -192 912 -444 -11.875000 6 ) ( -160 912 -412 -11.375000 5.500000 ) ( -128 912 -380 -10.875000 5 ) )\r
-( ( -192 912 -444 -11.875000 6 ) ( -128 912 -444 -10.875000 6 ) ( -128 912 -380 -10.875000 5 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -160 976 -380 -11.375000 5 ) ( -160 976 -380 -11.375000 5 ) ( -192 976 -380 -11.875000 5 ) )\r
-( ( -128 976 -380 -10.875000 5 ) ( -160 976 -412 -11.375000 5.500000 ) ( -192 976 -444 -11.875000 6 ) )\r
-( ( -128 976 -380 -10.875000 5 ) ( -128 976 -444 -10.875000 6 ) ( -192 976 -444 -11.875000 6 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 75\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -720 912 -412 0 0 ) ( -720 944 -412 0 0.750000 ) ( -720 976 -412 0 1.500000 ) )\r
-( ( -720 912 -444 0.500000 0 ) ( -720 944 -444 0.500000 0.750000 ) ( -720 976 -444 0.500000 1.500000 ) )\r
-( ( -720 912 -444 0.500000 0 ) ( -720 944 -444 0.500000 0.750000 ) ( -720 976 -444 0.500000 1.500000 ) )\r
-( ( -784 912 -444 1.500000 0 ) ( -784 944 -444 1.500000 0.750000 ) ( -784 976 -444 1.500000 1.500000 ) )\r
-( ( -784 912 -380 2.500000 0 ) ( -784 944 -380 2.500000 0.750000 ) ( -784 976 -380 2.500000 1.500000 ) )\r
-( ( -784 912 -380 2.500000 0 ) ( -784 944 -380 2.500000 0.750000 ) ( -784 976 -380 2.500000 1.500000 ) )\r
-( ( -720 912 -380 3.500000 0 ) ( -720 944 -380 3.500000 0.750000 ) ( -720 976 -380 3.500000 1.500000 ) )\r
-( ( -720 912 -412 4 0 ) ( -720 944 -412 4 0.750000 ) ( -720 976 -412 4 1.500000 ) )\r
-( ( -720 912 -412 4 0 ) ( -720 944 -412 4 0.750000 ) ( -720 976 -412 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -720 912 -380 -20.125000 5 ) ( -720 912 -412 -20.125000 5.500000 ) ( -720 912 -412 -20.125000 5.500000 ) )\r
-( ( -784 912 -380 -21.125000 5 ) ( -752 912 -412 -20.625000 5.500000 ) ( -720 912 -444 -20.125000 6 ) )\r
-( ( -784 912 -380 -21.125000 5 ) ( -784 912 -444 -21.125000 6 ) ( -720 912 -444 -20.125000 6 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -720 976 -412 -20.125000 5.500000 ) ( -720 976 -412 -20.125000 5.500000 ) ( -720 976 -380 -20.125000 5 ) )\r
-( ( -720 976 -444 -20.125000 6 ) ( -752 976 -412 -20.625000 5.500000 ) ( -784 976 -380 -21.125000 5 ) )\r
-( ( -720 976 -444 -20.125000 6 ) ( -784 976 -444 -21.125000 6 ) ( -784 976 -380 -21.125000 5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 76\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -700 912 -251.999908 0 0 ) ( -700 944 -251.999908 0 0.750000 ) ( -700 976 -251.999908 0 1.500000 ) )\r
-( ( -784 912 -251.999908 0.500000 0 ) ( -784 944 -251.999908 0.500000 0.750000 ) ( -784 976 -251.999908 0.500000 1.500000 ) )\r
-( ( -784 912 -251.999908 0.500000 0 ) ( -784 944 -251.999908 0.500000 0.750000 ) ( -784 976 -251.999908 0.500000 1.500000 ) )\r
-( ( -784 912 222.000031 1.500000 0 ) ( -784 944 222.000031 1.500000 0.750000 ) ( -784 976 222.000031 1.500000 1.500000 ) )\r
-( ( -616 912 222.000031 2.500000 0 ) ( -616 944 222.000031 2.500000 0.750000 ) ( -616 976 222.000031 2.500000 1.500000 ) )\r
-( ( -616 912 222.000031 2.500000 0 ) ( -616 944 222.000031 2.500000 0.750000 ) ( -616 976 222.000031 2.500000 1.500000 ) )\r
-( ( -616 912 -251.999908 3.500000 0 ) ( -616 944 -251.999908 3.500000 0.750000 ) ( -616 976 -251.999908 3.500000 1.500000 ) )\r
-( ( -700 912 -251.999908 4 0 ) ( -700 944 -251.999908 4 0.750000 ) ( -700 976 -251.999908 4 1.500000 ) )\r
-( ( -700 912 -251.999908 4 0 ) ( -700 944 -251.999908 4 0.750000 ) ( -700 976 -251.999908 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -616 912 -251.999908 -18.500000 1.749999 ) ( -700 912 -251.999908 -19.812500 1.749999 ) ( -700 912 -251.999908 -19.812500 1.749999 ) )\r
-( ( -616 912 222.000031 -18.500000 -3.375000 ) ( -700 912 -16.445034 -19.812500 -0.796876 ) ( -784 912 -251.999908 -21.125000 1.749999 ) )\r
-( ( -616 912 222.000031 -18.500000 -3.375000 ) ( -784 912 222.000031 -21.125000 -3.375000 ) ( -784 912 -251.999908 -21.125000 1.749999 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -700 976 -251.999908 -19.812500 1.749999 ) ( -700 976 -251.999908 -19.812500 1.749999 ) ( -616 976 -251.999908 -18.500000 1.749999 ) )\r
-( ( -784 976 -251.999908 -21.125000 1.749999 ) ( -700 976 -16.445034 -19.812500 -0.796876 ) ( -616 976 222.000031 -18.500000 -3.375000 ) )\r
-( ( -784 976 -251.999908 -21.125000 1.749999 ) ( -784 976 222.000031 -21.125000 -3.375000 ) ( -616 976 222.000031 -18.500000 -3.375000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 77\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -700 880 -251.999939 0 0 ) ( -700 896 -251.999939 0 0.750000 ) ( -700 912 -251.999939 0 1.500000 ) )\r
-( ( -784 880 -251.999939 0.500000 0 ) ( -784 896 -251.999939 0.500000 0.750000 ) ( -784 912 -251.999939 0.500000 1.500000 ) )\r
-( ( -784 880 -251.999939 0.500000 0 ) ( -784 896 -251.999939 0.500000 0.750000 ) ( -784 912 -251.999939 0.500000 1.500000 ) )\r
-( ( -784 880 222.000061 1.500000 0 ) ( -784 896 222.000061 1.500000 0.750000 ) ( -784 912 222.000061 1.500000 1.500000 ) )\r
-( ( -616 880 222.000061 2.500000 0 ) ( -616 896 222.000061 2.500000 0.750000 ) ( -616 912 222.000061 2.500000 1.500000 ) )\r
-( ( -616 880 222.000061 2.500000 0 ) ( -616 896 222.000061 2.500000 0.750000 ) ( -616 912 222.000061 2.500000 1.500000 ) )\r
-( ( -616 880 -251.999939 3.500000 0 ) ( -616 896 -251.999939 3.500000 0.750000 ) ( -616 912 -251.999939 3.500000 1.500000 ) )\r
-( ( -700 880 -251.999939 4 0 ) ( -700 896 -251.999939 4 0.750000 ) ( -700 912 -251.999939 4 1.500000 ) )\r
-( ( -700 880 -251.999939 4 0 ) ( -700 896 -251.999939 4 0.750000 ) ( -700 912 -251.999939 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -616 880 -251.999939 -18.500000 1.749999 ) ( -700 880 -251.999939 -19.812500 1.749999 ) ( -700 880 -251.999939 -19.812500 1.749999 ) )\r
-( ( -616 880 222.000061 -18.500000 -3.375000 ) ( -700 880 -16.445053 -19.812500 -0.796876 ) ( -784 880 -251.999939 -21.125000 1.749999 ) )\r
-( ( -616 880 222.000061 -18.500000 -3.375000 ) ( -784 880 222.000061 -21.125000 -3.375000 ) ( -784 880 -251.999939 -21.125000 1.749999 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -700 912 -251.999939 -19.812500 1.749999 ) ( -700 912 -251.999939 -19.812500 1.749999 ) ( -616 912 -251.999939 -18.500000 1.749999 ) )\r
-( ( -784 912 -251.999939 -21.125000 1.749999 ) ( -700 912 -16.445053 -19.812500 -0.796876 ) ( -616 912 222.000061 -18.500000 -3.375000 ) )\r
-( ( -784 912 -251.999939 -21.125000 1.749999 ) ( -784 912 222.000061 -21.125000 -3.375000 ) ( -616 912 222.000061 -18.500000 -3.375000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 78\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -464 652 -660 0 0 ) ( -464 652 -608 0 0.781250 ) ( -464 652 -556 0 1.562500 ) )\r
-( ( -464 640 -660 0.218750 0 ) ( -464 640 -608 0.218750 0.781250 ) ( -464 640 -556 0.218750 1.562500 ) )\r
-( ( -448 640 -660 0.468750 0 ) ( -448 640 -608 0.468750 0.781250 ) ( -448 640 -556 0.468750 1.562500 ) )\r
-( ( -432 640 -660 0.718750 0 ) ( -432 640 -608 0.718750 0.781250 ) ( -432 640 -556 0.718750 1.562500 ) )\r
-( ( -432 652 -660 0.937500 0 ) ( -432 652 -608 0.937500 0.781250 ) ( -432 652 -556 0.937500 1.562500 ) )\r
-( ( -432 664 -660 1.156250 0 ) ( -432 664 -608 1.156250 0.781250 ) ( -432 664 -556 1.156250 1.562500 ) )\r
-( ( -448 664 -660 1.406250 0 ) ( -448 664 -608 1.406250 0.781250 ) ( -448 664 -556 1.406250 1.562500 ) )\r
-( ( -464 664 -660 1.656250 0 ) ( -464 664 -608 1.656250 0.781250 ) ( -464 664 -556 1.656250 1.562500 ) )\r
-( ( -464 652 -660 1.875000 0 ) ( -464 652 -608 1.875000 0.781250 ) ( -464 652 -556 1.875000 1.562500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 79\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -472 652 -828 0 0 ) ( -472 652 -744 0 0.781250 ) ( -472 652 -660 0 1.562500 ) )\r
-( ( -472 628 -828 0.218750 0 ) ( -472 628 -744 0.218750 0.781250 ) ( -472 628 -660 0.218750 1.562500 ) )\r
-( ( -448 628 -828 0.468750 0 ) ( -448 628 -744 0.468750 0.781250 ) ( -448 628 -660 0.468750 1.562500 ) )\r
-( ( -424 628 -828 0.718750 0 ) ( -424 628 -744 0.718750 0.781250 ) ( -424 628 -660 0.718750 1.562500 ) )\r
-( ( -424 652 -828 0.937500 0 ) ( -424 652 -744 0.937500 0.781250 ) ( -424 652 -660 0.937500 1.562500 ) )\r
-( ( -424 676 -828 1.156250 0 ) ( -424 676 -744 1.156250 0.781250 ) ( -424 676 -660 1.156250 1.562500 ) )\r
-( ( -448 676 -828 1.406250 0 ) ( -448 676 -744 1.406250 0.781250 ) ( -448 676 -660 1.406250 1.562500 ) )\r
-( ( -472 676 -828 1.656250 0 ) ( -472 676 -744 1.656250 0.781250 ) ( -472 676 -660 1.656250 1.562500 ) )\r
-( ( -472 652 -828 1.875000 0 ) ( -472 652 -744 1.875000 0.781250 ) ( -472 652 -660 1.875000 1.562500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 80\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -484 652 -1120 0 0 ) ( -484 652 -974 0 0.781250 ) ( -484 652 -828 0 1.562500 ) )\r
-( ( -484 616 -1120 0.218750 0 ) ( -484 616 -974 0.218750 0.781250 ) ( -484 616 -828 0.218750 1.562500 ) )\r
-( ( -448 616 -1120 0.468750 0 ) ( -448 616 -974 0.468750 0.781250 ) ( -448 616 -828 0.468750 1.562500 ) )\r
-( ( -412 616 -1120 0.718750 0 ) ( -412 616 -974 0.718750 0.781250 ) ( -412 616 -828 0.718750 1.562500 ) )\r
-( ( -412 652 -1120 0.937500 0 ) ( -412 652 -974 0.937500 0.781250 ) ( -412 652 -828 0.937500 1.562500 ) )\r
-( ( -412 688 -1120 1.156250 0 ) ( -412 688 -974 1.156250 0.781250 ) ( -412 688 -828 1.156250 1.562500 ) )\r
-( ( -448 688 -1120 1.406250 0 ) ( -448 688 -974 1.406250 0.781250 ) ( -448 688 -828 1.406250 1.562500 ) )\r
-( ( -484 688 -1120 1.656250 0 ) ( -484 688 -974 1.656250 0.781250 ) ( -484 688 -828 1.656250 1.562500 ) )\r
-( ( -484 652 -1120 1.875000 0 ) ( -484 652 -974 1.875000 0.781250 ) ( -484 652 -828 1.875000 1.562500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 81\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -452 996 -1208 0 0 ) ( -460 996 -1208 0 0.062500 ) ( -468 996 -1208 0 0.125000 ) )\r
-( ( -452 968 -1208 0.218750 0 ) ( -460 968 -1208 0.218750 0.062500 ) ( -468 968 -1208 0.218750 0.125000 ) )\r
-( ( -452 968 -1180 0.437500 0 ) ( -460 968 -1180 0.437500 0.062500 ) ( -468 968 -1180 0.437500 0.125000 ) )\r
-( ( -452 968 -1152 0.656250 0 ) ( -460 968 -1152 0.656250 0.062500 ) ( -468 968 -1152 0.656250 0.125000 ) )\r
-( ( -452 996 -1152 0.875000 0 ) ( -460 996 -1152 0.875000 0.062500 ) ( -468 996 -1152 0.875000 0.125000 ) )\r
-( ( -452 1024 -1152 1.093750 0 ) ( -460 1024 -1152 1.093750 0.062500 ) ( -468 1024 -1152 1.093750 0.125000 ) )\r
-( ( -452 1024 -1180 1.312500 0 ) ( -460 1024 -1180 1.312500 0.062500 ) ( -468 1024 -1180 1.312500 0.125000 ) )\r
-( ( -452 1024 -1208 1.531250 0 ) ( -460 1024 -1208 1.531250 0.062500 ) ( -468 1024 -1208 1.531250 0.125000 ) )\r
-( ( -452 996 -1208 1.750000 0 ) ( -460 996 -1208 1.750000 0.062500 ) ( -468 996 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -452 1024 -1180 -8.031250 -18 ) ( -452 1024 -1208 -8.250000 -18 ) ( -452 996 -1208 -8.250000 -17.781250 ) )\r
-( ( -452 1024 -1152 -7.812500 -18 ) ( -452 996 -1180 -8.031250 -17.781250 ) ( -452 968 -1208 -8.250000 -17.562500 ) )\r
-( ( -452 996 -1152 -7.812500 -17.781250 ) ( -452 968 -1152 -7.812500 -17.562500 ) ( -452 968 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -468 996 -1208 -8.250000 -17.781250 ) ( -468 1024 -1208 -8.250000 -18 ) ( -468 1024 -1180 -8.031250 -18 ) )\r
-( ( -468 968 -1208 -8.250000 -17.562500 ) ( -468 996 -1180 -8.031250 -17.781250 ) ( -468 1024 -1152 -7.812500 -18 ) )\r
-( ( -468 968 -1180 -8.031250 -17.562500 ) ( -468 968 -1152 -7.812500 -17.562500 ) ( -468 996 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 82\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -428 996 -1208 0 0 ) ( -436 996 -1208 0 0.062500 ) ( -444 996 -1208 0 0.125000 ) )\r
-( ( -428 968 -1208 0.218750 0 ) ( -436 968 -1208 0.218750 0.062500 ) ( -444 968 -1208 0.218750 0.125000 ) )\r
-( ( -428 968 -1180 0.437500 0 ) ( -436 968 -1180 0.437500 0.062500 ) ( -444 968 -1180 0.437500 0.125000 ) )\r
-( ( -428 968 -1152 0.656250 0 ) ( -436 968 -1152 0.656250 0.062500 ) ( -444 968 -1152 0.656250 0.125000 ) )\r
-( ( -428 996 -1152 0.875000 0 ) ( -436 996 -1152 0.875000 0.062500 ) ( -444 996 -1152 0.875000 0.125000 ) )\r
-( ( -428 1024 -1152 1.093750 0 ) ( -436 1024 -1152 1.093750 0.062500 ) ( -444 1024 -1152 1.093750 0.125000 ) )\r
-( ( -428 1024 -1180 1.312500 0 ) ( -436 1024 -1180 1.312500 0.062500 ) ( -444 1024 -1180 1.312500 0.125000 ) )\r
-( ( -428 1024 -1208 1.531250 0 ) ( -436 1024 -1208 1.531250 0.062500 ) ( -444 1024 -1208 1.531250 0.125000 ) )\r
-( ( -428 996 -1208 1.750000 0 ) ( -436 996 -1208 1.750000 0.062500 ) ( -444 996 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -428 1024 -1180 -8.031250 -18 ) ( -428 1024 -1208 -8.250000 -18 ) ( -428 996 -1208 -8.250000 -17.781250 ) )\r
-( ( -428 1024 -1152 -7.812500 -18 ) ( -428 996 -1180 -8.031250 -17.781250 ) ( -428 968 -1208 -8.250000 -17.562500 ) )\r
-( ( -428 996 -1152 -7.812500 -17.781250 ) ( -428 968 -1152 -7.812500 -17.562500 ) ( -428 968 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -444 996 -1208 -8.250000 -17.781250 ) ( -444 1024 -1208 -8.250000 -18 ) ( -444 1024 -1180 -8.031250 -18 ) )\r
-( ( -444 968 -1208 -8.250000 -17.562500 ) ( -444 996 -1180 -8.031250 -17.781250 ) ( -444 1024 -1152 -7.812500 -18 ) )\r
-( ( -444 968 -1180 -8.031250 -17.562500 ) ( -444 968 -1152 -7.812500 -17.562500 ) ( -444 996 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 83\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -452 304 -1208 0 0 ) ( -460 304 -1208 0 0.062500 ) ( -468 304 -1208 0 0.125000 ) )\r
-( ( -452 276 -1208 0.218750 0 ) ( -460 276 -1208 0.218750 0.062500 ) ( -468 276 -1208 0.218750 0.125000 ) )\r
-( ( -452 276 -1180 0.437500 0 ) ( -460 276 -1180 0.437500 0.062500 ) ( -468 276 -1180 0.437500 0.125000 ) )\r
-( ( -452 276 -1152 0.656250 0 ) ( -460 276 -1152 0.656250 0.062500 ) ( -468 276 -1152 0.656250 0.125000 ) )\r
-( ( -452 304 -1152 0.875000 0 ) ( -460 304 -1152 0.875000 0.062500 ) ( -468 304 -1152 0.875000 0.125000 ) )\r
-( ( -452 332 -1152 1.093750 0 ) ( -460 332 -1152 1.093750 0.062500 ) ( -468 332 -1152 1.093750 0.125000 ) )\r
-( ( -452 332 -1180 1.312500 0 ) ( -460 332 -1180 1.312500 0.062500 ) ( -468 332 -1180 1.312500 0.125000 ) )\r
-( ( -452 332 -1208 1.531250 0 ) ( -460 332 -1208 1.531250 0.062500 ) ( -468 332 -1208 1.531250 0.125000 ) )\r
-( ( -452 304 -1208 1.750000 0 ) ( -460 304 -1208 1.750000 0.062500 ) ( -468 304 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -452 332 -1180 -8.031250 -18 ) ( -452 332 -1208 -8.250000 -18 ) ( -452 304 -1208 -8.250000 -17.781250 ) )\r
-( ( -452 332 -1152 -7.812500 -18 ) ( -452 304 -1180 -8.031250 -17.781250 ) ( -452 276 -1208 -8.250000 -17.562500 ) )\r
-( ( -452 304 -1152 -7.812500 -17.781250 ) ( -452 276 -1152 -7.812500 -17.562500 ) ( -452 276 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -468 304 -1208 -8.250000 -17.781250 ) ( -468 332 -1208 -8.250000 -18 ) ( -468 332 -1180 -8.031250 -18 ) )\r
-( ( -468 276 -1208 -8.250000 -17.562500 ) ( -468 304 -1180 -8.031250 -17.781250 ) ( -468 332 -1152 -7.812500 -18 ) )\r
-( ( -468 276 -1180 -8.031250 -17.562500 ) ( -468 276 -1152 -7.812500 -17.562500 ) ( -468 304 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 84\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -428 304 -1208 0 0 ) ( -436 304 -1208 0 0.062500 ) ( -444 304 -1208 0 0.125000 ) )\r
-( ( -428 276 -1208 0.218750 0 ) ( -436 276 -1208 0.218750 0.062500 ) ( -444 276 -1208 0.218750 0.125000 ) )\r
-( ( -428 276 -1180 0.437500 0 ) ( -436 276 -1180 0.437500 0.062500 ) ( -444 276 -1180 0.437500 0.125000 ) )\r
-( ( -428 276 -1152 0.656250 0 ) ( -436 276 -1152 0.656250 0.062500 ) ( -444 276 -1152 0.656250 0.125000 ) )\r
-( ( -428 304 -1152 0.875000 0 ) ( -436 304 -1152 0.875000 0.062500 ) ( -444 304 -1152 0.875000 0.125000 ) )\r
-( ( -428 332 -1152 1.093750 0 ) ( -436 332 -1152 1.093750 0.062500 ) ( -444 332 -1152 1.093750 0.125000 ) )\r
-( ( -428 332 -1180 1.312500 0 ) ( -436 332 -1180 1.312500 0.062500 ) ( -444 332 -1180 1.312500 0.125000 ) )\r
-( ( -428 332 -1208 1.531250 0 ) ( -436 332 -1208 1.531250 0.062500 ) ( -444 332 -1208 1.531250 0.125000 ) )\r
-( ( -428 304 -1208 1.750000 0 ) ( -436 304 -1208 1.750000 0.062500 ) ( -444 304 -1208 1.750000 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -428 332 -1180 -8.031250 -18 ) ( -428 332 -1208 -8.250000 -18 ) ( -428 304 -1208 -8.250000 -17.781250 ) )\r
-( ( -428 332 -1152 -7.812500 -18 ) ( -428 304 -1180 -8.031250 -17.781250 ) ( -428 276 -1208 -8.250000 -17.562500 ) )\r
-( ( -428 304 -1152 -7.812500 -17.781250 ) ( -428 276 -1152 -7.812500 -17.562500 ) ( -428 276 -1180 -8.031250 -17.562500 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -444 304 -1208 -8.250000 -17.781250 ) ( -444 332 -1208 -8.250000 -18 ) ( -444 332 -1180 -8.031250 -18 ) )\r
-( ( -444 276 -1208 -8.250000 -17.562500 ) ( -444 304 -1180 -8.031250 -17.781250 ) ( -444 332 -1152 -7.812500 -18 ) )\r
-( ( -444 276 -1180 -8.031250 -17.562500 ) ( -444 276 -1152 -7.812500 -17.562500 ) ( -444 304 -1152 -7.812500 -17.781250 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 85\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -752 848 -492 0 0 ) ( -752 848 -524 0 0.750000 ) ( -752 848 -556 0 1.500000 ) )\r
-( ( -784 848 -492 0.500000 0 ) ( -784 848 -524 0.500000 0.750000 ) ( -784 848 -556 0.500000 1.500000 ) )\r
-( ( -784 848 -492 0.500000 0 ) ( -784 848 -524 0.500000 0.750000 ) ( -784 848 -556 0.500000 1.500000 ) )\r
-( ( -784 912 -492 1.500000 0 ) ( -784 912 -524 1.500000 0.750000 ) ( -784 912 -556 1.500000 1.500000 ) )\r
-( ( -720 912 -492 2.500000 0 ) ( -720 912 -524 2.500000 0.750000 ) ( -720 912 -556 2.500000 1.500000 ) )\r
-( ( -720 912 -492 2.500000 0 ) ( -720 912 -524 2.500000 0.750000 ) ( -720 912 -556 2.500000 1.500000 ) )\r
-( ( -720 848 -492 3.500000 0 ) ( -720 848 -524 3.500000 0.750000 ) ( -720 848 -556 3.500000 1.500000 ) )\r
-( ( -752 848 -492 4 0 ) ( -752 848 -524 4 0.750000 ) ( -752 848 -556 4 1.500000 ) )\r
-( ( -752 848 -492 4 0 ) ( -752 848 -524 4 0.750000 ) ( -752 848 -556 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -720 848 -492 -11.875000 -34.250000 ) ( -752 848 -492 -11.875000 -34.750000 ) ( -752 848 -492 -11.875000 -34.750000 ) )\r
-( ( -720 912 -492 -10.875000 -34.250000 ) ( -752 880 -492 -11.375000 -34.750000 ) ( -784 848 -492 -11.875000 -35.250000 ) )\r
-( ( -720 912 -492 -10.875000 -34.250000 ) ( -784 912 -492 -10.875000 -35.250000 ) ( -784 848 -492 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 848 -556 -11.875000 -34.750000 ) ( -752 848 -556 -11.875000 -34.750000 ) ( -720 848 -556 -11.875000 -34.250000 ) )\r
-( ( -784 848 -556 -11.875000 -35.250000 ) ( -752 880 -556 -11.375000 -34.750000 ) ( -720 912 -556 -10.875000 -34.250000 ) )\r
-( ( -784 848 -556 -11.875000 -35.250000 ) ( -784 912 -556 -10.875000 -35.250000 ) ( -720 912 -556 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 86\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -752 848 -460 0 0 ) ( -752 848 -476 0 0.750000 ) ( -752 848 -492 0 1.500000 ) )\r
-( ( -784 848 -460 0.500000 0 ) ( -784 848 -476 0.500000 0.750000 ) ( -784 848 -492 0.500000 1.500000 ) )\r
-( ( -784 848 -460 0.500000 0 ) ( -784 848 -476 0.500000 0.750000 ) ( -784 848 -492 0.500000 1.500000 ) )\r
-( ( -784 912 -460 1.500000 0 ) ( -784 912 -476 1.500000 0.750000 ) ( -784 912 -492 1.500000 1.500000 ) )\r
-( ( -720 912 -460 2.500000 0 ) ( -720 912 -476 2.500000 0.750000 ) ( -720 912 -492 2.500000 1.500000 ) )\r
-( ( -720 912 -460 2.500000 0 ) ( -720 912 -476 2.500000 0.750000 ) ( -720 912 -492 2.500000 1.500000 ) )\r
-( ( -720 848 -460 3.500000 0 ) ( -720 848 -476 3.500000 0.750000 ) ( -720 848 -492 3.500000 1.500000 ) )\r
-( ( -752 848 -460 4 0 ) ( -752 848 -476 4 0.750000 ) ( -752 848 -492 4 1.500000 ) )\r
-( ( -752 848 -460 4 0 ) ( -752 848 -476 4 0.750000 ) ( -752 848 -492 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -720 848 -460 -11.875000 -34.250000 ) ( -752 848 -460 -11.875000 -34.750000 ) ( -752 848 -460 -11.875000 -34.750000 ) )\r
-( ( -720 912 -460 -10.875000 -34.250000 ) ( -752 880 -460 -11.375000 -34.750000 ) ( -784 848 -460 -11.875000 -35.250000 ) )\r
-( ( -720 912 -460 -10.875000 -34.250000 ) ( -784 912 -460 -10.875000 -35.250000 ) ( -784 848 -460 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 848 -492 -11.875000 -34.750000 ) ( -752 848 -492 -11.875000 -34.750000 ) ( -720 848 -492 -11.875000 -34.250000 ) )\r
-( ( -784 848 -492 -11.875000 -35.250000 ) ( -752 880 -492 -11.375000 -34.750000 ) ( -720 912 -492 -10.875000 -34.250000 ) )\r
-( ( -784 848 -492 -11.875000 -35.250000 ) ( -784 912 -492 -10.875000 -35.250000 ) ( -720 912 -492 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 87\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -192 880 -460 0 0 ) ( -192 880 -476 0 0.750000 ) ( -192 880 -492 0 1.500000 ) )\r
-( ( -192 912 -460 0.500000 0 ) ( -192 912 -476 0.500000 0.750000 ) ( -192 912 -492 0.500000 1.500000 ) )\r
-( ( -192 912 -460 0.500000 0 ) ( -192 912 -476 0.500000 0.750000 ) ( -192 912 -492 0.500000 1.500000 ) )\r
-( ( -128 912 -460 1.500000 0 ) ( -128 912 -476 1.500000 0.750000 ) ( -128 912 -492 1.500000 1.500000 ) )\r
-( ( -128 848 -460 2.500000 0 ) ( -128 848 -476 2.500000 0.750000 ) ( -128 848 -492 2.500000 1.500000 ) )\r
-( ( -128 848 -460 2.500000 0 ) ( -128 848 -476 2.500000 0.750000 ) ( -128 848 -492 2.500000 1.500000 ) )\r
-( ( -192 848 -460 3.500000 0 ) ( -192 848 -476 3.500000 0.750000 ) ( -192 848 -492 3.500000 1.500000 ) )\r
-( ( -192 880 -460 4 0 ) ( -192 880 -476 4 0.750000 ) ( -192 880 -492 4 1.500000 ) )\r
-( ( -192 880 -460 4 0 ) ( -192 880 -476 4 0.750000 ) ( -192 880 -492 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 848 -460 -11.875000 -34.250000 ) ( -192 880 -460 -11.875000 -34.750000 ) ( -192 880 -460 -11.875000 -34.750000 ) )\r
-( ( -128 848 -460 -10.875000 -34.250000 ) ( -160 880 -460 -11.375000 -34.750000 ) ( -192 912 -460 -11.875000 -35.250000 ) )\r
-( ( -128 848 -460 -10.875000 -34.250000 ) ( -128 912 -460 -10.875000 -35.250000 ) ( -192 912 -460 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 880 -492 -11.875000 -34.750000 ) ( -192 880 -492 -11.875000 -34.750000 ) ( -192 848 -492 -11.875000 -34.250000 ) )\r
-( ( -192 912 -492 -11.875000 -35.250000 ) ( -160 880 -492 -11.375000 -34.750000 ) ( -128 848 -492 -10.875000 -34.250000 ) )\r
-( ( -192 912 -492 -11.875000 -35.250000 ) ( -128 912 -492 -10.875000 -35.250000 ) ( -128 848 -492 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 88\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -160 456 -460 0 0 ) ( -160 456 -476 0 0.750000 ) ( -160 456 -492 0 1.500000 ) )\r
-( ( -128 456 -460 0.500000 0 ) ( -128 456 -476 0.500000 0.750000 ) ( -128 456 -492 0.500000 1.500000 ) )\r
-( ( -128 456 -460 0.500000 0 ) ( -128 456 -476 0.500000 0.750000 ) ( -128 456 -492 0.500000 1.500000 ) )\r
-( ( -128 392 -460 1.500000 0 ) ( -128 392 -476 1.500000 0.750000 ) ( -128 392 -492 1.500000 1.500000 ) )\r
-( ( -192 392 -460 2.500000 0 ) ( -192 392 -476 2.500000 0.750000 ) ( -192 392 -492 2.500000 1.500000 ) )\r
-( ( -192 392 -460 2.500000 0 ) ( -192 392 -476 2.500000 0.750000 ) ( -192 392 -492 2.500000 1.500000 ) )\r
-( ( -192 456 -460 3.500000 0 ) ( -192 456 -476 3.500000 0.750000 ) ( -192 456 -492 3.500000 1.500000 ) )\r
-( ( -160 456 -460 4 0 ) ( -160 456 -476 4 0.750000 ) ( -160 456 -492 4 1.500000 ) )\r
-( ( -160 456 -460 4 0 ) ( -160 456 -476 4 0.750000 ) ( -160 456 -492 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 456 -460 -11.875000 -34.250000 ) ( -160 456 -460 -11.875000 -34.750000 ) ( -160 456 -460 -11.875000 -34.750000 ) )\r
-( ( -192 392 -460 -10.875000 -34.250000 ) ( -160 424 -460 -11.375000 -34.750000 ) ( -128 456 -460 -11.875000 -35.250000 ) )\r
-( ( -192 392 -460 -10.875000 -34.250000 ) ( -128 392 -460 -10.875000 -35.250000 ) ( -128 456 -460 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -160 456 -492 -11.875000 -34.750000 ) ( -160 456 -492 -11.875000 -34.750000 ) ( -192 456 -492 -11.875000 -34.250000 ) )\r
-( ( -128 456 -492 -11.875000 -35.250000 ) ( -160 424 -492 -11.375000 -34.750000 ) ( -192 392 -492 -10.875000 -34.250000 ) )\r
-( ( -128 456 -492 -11.875000 -35.250000 ) ( -128 392 -492 -10.875000 -35.250000 ) ( -192 392 -492 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 89\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -712 424 -460 0 0 ) ( -712 424 -476 0 0.750000 ) ( -712 424 -492 0 1.500000 ) )\r
-( ( -712 392 -460 0.500000 0 ) ( -712 392 -476 0.500000 0.750000 ) ( -712 392 -492 0.500000 1.500000 ) )\r
-( ( -712 392 -460 0.500000 0 ) ( -712 392 -476 0.500000 0.750000 ) ( -712 392 -492 0.500000 1.500000 ) )\r
-( ( -784 392 -460 1.500000 0 ) ( -784 392 -476 1.500000 0.750000 ) ( -784 392 -492 1.500000 1.500000 ) )\r
-( ( -784 456 -460 2.500000 0 ) ( -784 456 -476 2.500000 0.750000 ) ( -784 456 -492 2.500000 1.500000 ) )\r
-( ( -784 456 -460 2.500000 0 ) ( -784 456 -476 2.500000 0.750000 ) ( -784 456 -492 2.500000 1.500000 ) )\r
-( ( -712 456 -460 3.500000 0 ) ( -712 456 -476 3.500000 0.750000 ) ( -712 456 -492 3.500000 1.500000 ) )\r
-( ( -712 424 -460 4 0 ) ( -712 424 -476 4 0.750000 ) ( -712 424 -492 4 1.500000 ) )\r
-( ( -712 424 -460 4 0 ) ( -712 424 -476 4 0.750000 ) ( -712 424 -492 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -712 456 -460 -11.875000 -34.250000 ) ( -712 424 -460 -11.875000 -34.750000 ) ( -712 424 -460 -11.875000 -34.750000 ) )\r
-( ( -784 456 -460 -10.875000 -34.250000 ) ( -748 424 -460 -11.375000 -34.750000 ) ( -712 392 -460 -11.875000 -35.250000 ) )\r
-( ( -784 456 -460 -10.875000 -34.250000 ) ( -784 392 -460 -10.875000 -35.250000 ) ( -712 392 -460 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -712 424 -492 -11.875000 -34.750000 ) ( -712 424 -492 -11.875000 -34.750000 ) ( -712 456 -492 -11.875000 -34.250000 ) )\r
-( ( -712 392 -492 -11.875000 -35.250000 ) ( -748 424 -492 -11.375000 -34.750000 ) ( -784 456 -492 -10.875000 -34.250000 ) )\r
-( ( -712 392 -492 -11.875000 -35.250000 ) ( -784 392 -492 -10.875000 -35.250000 ) ( -784 456 -492 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 90\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -192 880 -492 0 0 ) ( -192 880 -524 0 0.750000 ) ( -192 880 -556 0 1.500000 ) )\r
-( ( -192 912 -492 0.500000 0 ) ( -192 912 -524 0.500000 0.750000 ) ( -192 912 -556 0.500000 1.500000 ) )\r
-( ( -192 912 -492 0.500000 0 ) ( -192 912 -524 0.500000 0.750000 ) ( -192 912 -556 0.500000 1.500000 ) )\r
-( ( -128 912 -492 1.500000 0 ) ( -128 912 -524 1.500000 0.750000 ) ( -128 912 -556 1.500000 1.500000 ) )\r
-( ( -128 848 -492 2.500000 0 ) ( -128 848 -524 2.500000 0.750000 ) ( -128 848 -556 2.500000 1.500000 ) )\r
-( ( -128 848 -492 2.500000 0 ) ( -128 848 -524 2.500000 0.750000 ) ( -128 848 -556 2.500000 1.500000 ) )\r
-( ( -192 848 -492 3.500000 0 ) ( -192 848 -524 3.500000 0.750000 ) ( -192 848 -556 3.500000 1.500000 ) )\r
-( ( -192 880 -492 4 0 ) ( -192 880 -524 4 0.750000 ) ( -192 880 -556 4 1.500000 ) )\r
-( ( -192 880 -492 4 0 ) ( -192 880 -524 4 0.750000 ) ( -192 880 -556 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 848 -492 -11.875000 -34.250000 ) ( -192 880 -492 -11.875000 -34.750000 ) ( -192 880 -492 -11.875000 -34.750000 ) )\r
-( ( -128 848 -492 -10.875000 -34.250000 ) ( -160 880 -492 -11.375000 -34.750000 ) ( -192 912 -492 -11.875000 -35.250000 ) )\r
-( ( -128 848 -492 -10.875000 -34.250000 ) ( -128 912 -492 -10.875000 -35.250000 ) ( -192 912 -492 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 880 -556 -11.875000 -34.750000 ) ( -192 880 -556 -11.875000 -34.750000 ) ( -192 848 -556 -11.875000 -34.250000 ) )\r
-( ( -192 912 -556 -11.875000 -35.250000 ) ( -160 880 -556 -11.375000 -34.750000 ) ( -128 848 -556 -10.875000 -34.250000 ) )\r
-( ( -192 912 -556 -11.875000 -35.250000 ) ( -128 912 -556 -10.875000 -35.250000 ) ( -128 848 -556 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 91\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -160 456 -492 0 0 ) ( -160 456 -524 0 0.750000 ) ( -160 456 -556 0 1.500000 ) )\r
-( ( -128 456 -492 0.500000 0 ) ( -128 456 -524 0.500000 0.750000 ) ( -128 456 -556 0.500000 1.500000 ) )\r
-( ( -128 456 -492 0.500000 0 ) ( -128 456 -524 0.500000 0.750000 ) ( -128 456 -556 0.500000 1.500000 ) )\r
-( ( -128 392 -492 1.500000 0 ) ( -128 392 -524 1.500000 0.750000 ) ( -128 392 -556 1.500000 1.500000 ) )\r
-( ( -192 392 -492 2.500000 0 ) ( -192 392 -524 2.500000 0.750000 ) ( -192 392 -556 2.500000 1.500000 ) )\r
-( ( -192 392 -492 2.500000 0 ) ( -192 392 -524 2.500000 0.750000 ) ( -192 392 -556 2.500000 1.500000 ) )\r
-( ( -192 456 -492 3.500000 0 ) ( -192 456 -524 3.500000 0.750000 ) ( -192 456 -556 3.500000 1.500000 ) )\r
-( ( -160 456 -492 4 0 ) ( -160 456 -524 4 0.750000 ) ( -160 456 -556 4 1.500000 ) )\r
-( ( -160 456 -492 4 0 ) ( -160 456 -524 4 0.750000 ) ( -160 456 -556 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 456 -492 -11.875000 -34.250000 ) ( -160 456 -492 -11.875000 -34.750000 ) ( -160 456 -492 -11.875000 -34.750000 ) )\r
-( ( -192 392 -492 -10.875000 -34.250000 ) ( -160 424 -492 -11.375000 -34.750000 ) ( -128 456 -492 -11.875000 -35.250000 ) )\r
-( ( -192 392 -492 -10.875000 -34.250000 ) ( -128 392 -492 -10.875000 -35.250000 ) ( -128 456 -492 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -160 456 -556 -11.875000 -34.750000 ) ( -160 456 -556 -11.875000 -34.750000 ) ( -192 456 -556 -11.875000 -34.250000 ) )\r
-( ( -128 456 -556 -11.875000 -35.250000 ) ( -160 424 -556 -11.375000 -34.750000 ) ( -192 392 -556 -10.875000 -34.250000 ) )\r
-( ( -128 456 -556 -11.875000 -35.250000 ) ( -128 392 -556 -10.875000 -35.250000 ) ( -192 392 -556 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 92\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -712 424 -492 0 0 ) ( -712 424 -524 0 0.750000 ) ( -712 424 -556 0 1.500000 ) )\r
-( ( -712 392 -492 0.500000 0 ) ( -712 392 -524 0.500000 0.750000 ) ( -712 392 -556 0.500000 1.500000 ) )\r
-( ( -712 392 -492 0.500000 0 ) ( -712 392 -524 0.500000 0.750000 ) ( -712 392 -556 0.500000 1.500000 ) )\r
-( ( -784 392 -492 1.500000 0 ) ( -784 392 -524 1.500000 0.750000 ) ( -784 392 -556 1.500000 1.500000 ) )\r
-( ( -784 456 -492 2.500000 0 ) ( -784 456 -524 2.500000 0.750000 ) ( -784 456 -556 2.500000 1.500000 ) )\r
-( ( -784 456 -492 2.500000 0 ) ( -784 456 -524 2.500000 0.750000 ) ( -784 456 -556 2.500000 1.500000 ) )\r
-( ( -712 456 -492 3.500000 0 ) ( -712 456 -524 3.500000 0.750000 ) ( -712 456 -556 3.500000 1.500000 ) )\r
-( ( -712 424 -492 4 0 ) ( -712 424 -524 4 0.750000 ) ( -712 424 -556 4 1.500000 ) )\r
-( ( -712 424 -492 4 0 ) ( -712 424 -524 4 0.750000 ) ( -712 424 -556 4 1.500000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -712 456 -492 -11.875000 -34.250000 ) ( -712 424 -492 -11.875000 -34.750000 ) ( -712 424 -492 -11.875000 -34.750000 ) )\r
-( ( -784 456 -492 -10.875000 -34.250000 ) ( -748 424 -492 -11.375000 -34.750000 ) ( -712 392 -492 -11.875000 -35.250000 ) )\r
-( ( -784 456 -492 -10.875000 -34.250000 ) ( -784 392 -492 -10.875000 -35.250000 ) ( -712 392 -492 -11.875000 -35.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -712 424 -556 -11.875000 -34.750000 ) ( -712 424 -556 -11.875000 -34.750000 ) ( -712 456 -556 -11.875000 -34.250000 ) )\r
-( ( -712 392 -556 -11.875000 -35.250000 ) ( -748 424 -556 -11.375000 -34.750000 ) ( -784 456 -556 -10.875000 -34.250000 ) )\r
-( ( -712 392 -556 -11.875000 -35.250000 ) ( -784 392 -556 -10.875000 -35.250000 ) ( -784 456 -556 -10.875000 -34.250000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 93\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -212 976 -252 0 1.500000 ) ( -212 944 -252 0 0.750000 ) ( -212 912 -252 0 0 ) )\r
-( ( -128 976 -252 0.500000 1.500000 ) ( -128 944 -252 0.500000 0.750000 ) ( -128 912 -252 0.500000 0 ) )\r
-( ( -128 976 -252 0.500000 1.500000 ) ( -128 944 -252 0.500000 0.750000 ) ( -128 912 -252 0.500000 0 ) )\r
-( ( -128 976 222.000061 1.500000 1.500000 ) ( -128 944 222.000061 1.500000 0.750000 ) ( -128 912 222.000061 1.500000 0 ) )\r
-( ( -296 976 222.000061 2.500000 1.500000 ) ( -296 944 222.000061 2.500000 0.750000 ) ( -296 912 222.000061 2.500000 0 ) )\r
-( ( -296 976 222.000061 2.500000 1.500000 ) ( -296 944 222.000061 2.500000 0.750000 ) ( -296 912 222.000061 2.500000 0 ) )\r
-( ( -296 976 -252 3.500000 1.500000 ) ( -296 944 -252 3.500000 0.750000 ) ( -296 912 -252 3.500000 0 ) )\r
-( ( -212 976 -252 4 1.500000 ) ( -212 944 -252 4 0.750000 ) ( -212 912 -252 4 0 ) )\r
-( ( -212 976 -252 4 1.500000 ) ( -212 944 -252 4 0.750000 ) ( -212 912 -252 4 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -212 912 -252 -19.812500 1.749999 ) ( -212 912 -252 -19.812500 1.749999 ) ( -296 912 -252 -18.500000 1.749999 ) )\r
-( ( -128 912 -252 -21.125000 1.749999 ) ( -212 912 -16.445087 -19.812500 -0.796876 ) ( -296 912 222.000061 -18.500000 -3.375000 ) )\r
-( ( -128 912 -252 -21.125000 1.749999 ) ( -128 912 222.000061 -21.125000 -3.375000 ) ( -296 912 222.000061 -18.500000 -3.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/blackdrawer\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -296 976 -252 -18.500000 1.749999 ) ( -212 976 -252 -19.812500 1.749999 ) ( -212 976 -252 -19.812500 1.749999 ) )\r
-( ( -296 976 222.000061 -18.500000 -3.375000 ) ( -212 976 -16.445087 -19.812500 -0.796876 ) ( -128 976 -252 -21.125000 1.749999 ) )\r
-( ( -296 976 222.000061 -18.500000 -3.375000 ) ( -128 976 222.000061 -21.125000 -3.375000 ) ( -128 976 -252 -21.125000 1.749999 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 94\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -212 912 -252 0 1.500000 ) ( -212 896 -252 0 0.750000 ) ( -212 880 -252 0 0 ) )\r
-( ( -128 912 -252 0.500000 1.500000 ) ( -128 896 -252 0.500000 0.750000 ) ( -128 880 -252 0.500000 0 ) )\r
-( ( -128 912 -252 0.500000 1.500000 ) ( -128 896 -252 0.500000 0.750000 ) ( -128 880 -252 0.500000 0 ) )\r
-( ( -128 912 222.000061 1.500000 1.500000 ) ( -128 896 222.000061 1.500000 0.750000 ) ( -128 880 222.000061 1.500000 0 ) )\r
-( ( -296 912 222.000061 2.500000 1.500000 ) ( -296 896 222.000061 2.500000 0.750000 ) ( -296 880 222.000061 2.500000 0 ) )\r
-( ( -296 912 222.000061 2.500000 1.500000 ) ( -296 896 222.000061 2.500000 0.750000 ) ( -296 880 222.000061 2.500000 0 ) )\r
-( ( -296 912 -252 3.500000 1.500000 ) ( -296 896 -252 3.500000 0.750000 ) ( -296 880 -252 3.500000 0 ) )\r
-( ( -212 912 -252 4 1.500000 ) ( -212 896 -252 4 0.750000 ) ( -212 880 -252 4 0 ) )\r
-( ( -212 912 -252 4 1.500000 ) ( -212 896 -252 4 0.750000 ) ( -212 880 -252 4 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -212 880 -252 -19.812500 1.749999 ) ( -212 880 -252 -19.812500 1.749999 ) ( -296 880 -252 -18.500000 1.749999 ) )\r
-( ( -128 880 -252 -21.125000 1.749999 ) ( -212 880 -16.445107 -19.812500 -0.796876 ) ( -296 880 222.000061 -18.500000 -3.375000 ) )\r
-( ( -128 880 -252 -21.125000 1.749999 ) ( -128 880 222.000061 -21.125000 -3.375000 ) ( -296 880 222.000061 -18.500000 -3.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/chair\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -296 912 -252 -18.500000 1.749999 ) ( -212 912 -252 -19.812500 1.749999 ) ( -212 912 -252 -19.812500 1.749999 ) )\r
-( ( -296 912 222.000061 -18.500000 -3.375000 ) ( -212 912 -16.445107 -19.812500 -0.796876 ) ( -128 912 -252 -21.125000 1.749999 ) )\r
-( ( -296 912 222.000061 -18.500000 -3.375000 ) ( -128 912 222.000061 -21.125000 -3.375000 ) ( -128 912 -252 -21.125000 1.749999 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 95\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/plastic\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( 60 -200 -12 0 0.937500 ) ( 60 -208 -12 0 0.468750 ) ( 60 -216 -12 0 0 ) )\r
-( ( 60 -200 -36 0.500000 0.937500 ) ( 60 -208 -36 0.500000 0.468750 ) ( 60 -216 -36 0.500000 0 ) )\r
-( ( 156 -200 -36 2 0.937500 ) ( 156 -208 -36 2 0.468750 ) ( 156 -216 -36 2 0 ) )\r
-( ( 252 -200 -36 3.500000 0.937500 ) ( 252 -208 -36 3.500000 0.468750 ) ( 252 -216 -36 3.500000 0 ) )\r
-( ( 252 -200 -12 4 0.937500 ) ( 252 -208 -12 4 0.468750 ) ( 252 -216 -12 4 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/plastic\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 60 -200 -12 1.875000 0.375000 ) ( 60 -200 -36 1.875000 1.125000 ) ( 156 -200 -36 4.875000 1.125000 ) )\r
-( ( 156 -200 -12 4.875000 0.375000 ) ( 156 -200 -36 4.875000 1.125000 ) ( 156 -200 -36 4.875000 1.125000 ) )\r
-( ( 252 -200 -12 7.875000 0.375000 ) ( 252 -200 -36 7.875000 1.125000 ) ( 156 -200 -36 4.875000 1.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   desktop/plastic\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 156 -216 -36 4.875000 1.125000 ) ( 60 -216 -36 1.875000 1.125000 ) ( 60 -216 -12 1.875000 0.375000 ) )\r
-( ( 156 -216 -36 4.875000 1.125000 ) ( 156 -216 -36 4.875000 1.125000 ) ( 156 -216 -12 4.875000 0.375000 ) )\r
-( ( 156 -216 -36 4.875000 1.125000 ) ( 252 -216 -36 7.875000 1.125000 ) ( 252 -216 -12 7.875000 0.375000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 96\r
-{\r
-"classname" "light"\r
-"light" "500"\r
-"origin" "-54 -312 8"\r
-}\r
diff --git a/docs/developer/TstMaps/komap1.map b/docs/developer/TstMaps/komap1.map
deleted file mode 100644 (file)
index a606548..0000000
+++ /dev/null
@@ -1,3452 +0,0 @@
-{\r
-"classname" "worldspawn"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   ko/flamegray1\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -136 189 352 0 0 ) ( -136 189 372 0 0.156250 ) ( -136 189 392 0 0.312500 ) )\r
-( ( -136 165 352 0.375000 0 ) ( -136 165 372 0.375000 0.156250 ) ( -136 165 392 0.375000 0.312500 ) )\r
-( ( -112 165 352 0.750000 0 ) ( -112 165 372 0.750000 0.156250 ) ( -112 165 392 0.750000 0.312500 ) )\r
-( ( -88 165 352 1.125000 0 ) ( -88 165 372 1.125000 0.156250 ) ( -88 165 392 1.125000 0.312500 ) )\r
-( ( -88 189 352 1.500000 0 ) ( -88 189 372 1.500000 0.156250 ) ( -88 189 392 1.500000 0.312500 ) )\r
-( ( -88 213 352 1.875000 0 ) ( -88 213 372 1.875000 0.156250 ) ( -88 213 392 1.875000 0.312500 ) )\r
-( ( -112 213 352 2.250000 0 ) ( -112 213 372 2.250000 0.156250 ) ( -112 213 392 2.250000 0.312500 ) )\r
-( ( -136 213 352 2.625000 0 ) ( -136 213 372 2.625000 0.156250 ) ( -136 213 392 2.625000 0.312500 ) )\r
-( ( -136 189 352 3 0 ) ( -136 189 372 3 0.156250 ) ( -136 189 392 3 0.312500 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   cqjbko/kolamp\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -143 189 366 0 0 ) ( -143 189 343 0 0.179688 ) ( -112 189 346.285706 0 0.423232 ) )\r
-( ( -143 158 366 0.242188 0 ) ( -143 158 343 0.242188 0.179688 ) ( -112 189 346.285706 0.242188 0.423232 ) )\r
-( ( -112 158 366 0.484375 0 ) ( -112 158 343 0.484375 0.179688 ) ( -112 189 346.285706 0.484375 0.423232 ) )\r
-( ( -81 158 366 0.726563 0 ) ( -81 158 343 0.726563 0.179688 ) ( -112 189 346.285706 0.726563 0.423232 ) )\r
-( ( -81 189 366 0.968750 0 ) ( -81 189 343 0.968750 0.179688 ) ( -112 189 346.285706 0.968750 0.423232 ) )\r
-( ( -81 220 366 1.210938 0 ) ( -81 220 343 1.210938 0.179688 ) ( -112 189 346.285706 1.210938 0.423232 ) )\r
-( ( -112 220 366 1.453125 0 ) ( -112 220 343 1.453125 0.179688 ) ( -112 189 346.285706 1.453125 0.423232 ) )\r
-( ( -143 220 366 1.695313 0 ) ( -143 220 343 1.695313 0.179688 ) ( -112 189 346.285706 1.695313 0.423232 ) )\r
-( ( -143 189 366 1.937500 0 ) ( -143 189 343 1.937500 0.179688 ) ( -112 189 346.285706 1.937500 0.423232 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
-{\r
-( -111 188 347 ) ( -111 190 347 ) ( -113 190 347 ) gothic_trim/pitted_rust3 -24 32 0 0.500000 -0.500000 134217728 0 0\r
-( -113 190 573 ) ( -111 190 573 ) ( -111 188 573 ) gothic_trim/pitted_rust3 -24 32 0 0.500000 -0.500000 134217728 0 0\r
-( -115 190 398 ) ( -115 188 398 ) ( -115 188 394 ) gothic_trim/pitted_rust3 32 -224 0 0.500000 -0.500000 134217728 0 0\r
-( -113 186 398 ) ( -111 186 398 ) ( -111 186 394 ) gothic_trim/pitted_rust3 -24 -224 0 0.500000 -0.500000 134217728 0 0\r
-( -109 188 398 ) ( -109 190 398 ) ( -109 190 394 ) gothic_trim/pitted_rust3 32 -224 0 0.500000 -0.500000 134217728 0 0\r
-( -111 192 398 ) ( -113 192 398 ) ( -113 192 394 ) gothic_trim/pitted_rust3 -24 -224 0 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 3\r
-{\r
-( -1344 480 0 ) ( -1376 480 0 ) ( -1376 352 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1376 352 776 ) ( -1376 480 776 ) ( -1344 480 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1360 -480 784 ) ( -1328 -480 784 ) ( -1328 -480 768 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1344 352 784 ) ( -1344 480 784 ) ( -1344 480 768 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -1344 480 784 ) ( -1376 480 784 ) ( -1376 480 768 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1376 480 784 ) ( -1376 352 784 ) ( -1376 352 768 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 4\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 -64 576 0 0 ) ( -1232 -64 576 0 0.500000 ) ( -1200 -64 576 0 1 ) )\r
-( ( -1264 -64 584 0.125000 0 ) ( -1232 -64 584 0.125000 0.500000 ) ( -1200 -64 584 0.125000 1 ) )\r
-( ( -1264 -64 592 0.250000 0 ) ( -1232 -64 592 0.250000 0.500000 ) ( -1200 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 5\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 48 592 0 0 ) ( -1232 48 592 0 0.500000 ) ( -1200 48 592 0 1 ) )\r
-( ( -1264 56 592 0.125000 0 ) ( -1232 56 592 0.125000 0.500000 ) ( -1200 56 592 0.125000 1 ) )\r
-( ( -1264 64 592 0.250000 0 ) ( -1232 64 592 0.250000 0.500000 ) ( -1200 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 6\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1264 64 592 0 0 ) ( -1232 64 592 0 0.500000 ) ( -1200 64 592 0 1 ) )\r
-( ( -1264 63.720482 636.732056 0.698952 0 ) ( -1232 63.720482 636.732056 0.698952 0.500000 ) ( -1200 63.720482 636.732056 0.698952 1 ) )\r
-( ( -1264 48.007172 677.478271 1.381312 0 ) ( -1232 48.007172 677.478271 1.381312 0.500000 ) ( -1200 48.007172 677.478271 1.381312 1 ) )\r
-( ( -1264 34.606335 714.944580 2.003044 0 ) ( -1232 34.606335 714.944580 2.003044 0.500000 ) ( -1200 34.606335 714.944580 2.003044 1 ) )\r
-( ( -1264 11.439175 739.186829 2.526983 0 ) ( -1232 11.439175 739.186829 2.526983 0.500000 ) ( -1200 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 7\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1200 48 592 0 0 ) ( -1232 48 592 0 0.500000 ) ( -1264 48 592 0 1 ) )\r
-( ( -1200 48 633.754395 0.652412 0 ) ( -1232 48 633.754395 0.652412 0.500000 ) ( -1264 48 633.754395 0.652412 1 ) )\r
-( ( -1200 33 671.929871 1.293298 0 ) ( -1232 33 671.929871 1.293298 0.500000 ) ( -1264 33 671.929871 1.293298 1 ) )\r
-( ( -1200 21 706.526306 1.865462 0 ) ( -1232 21 706.526306 1.865462 0.500000 ) ( -1264 21 706.526306 1.865462 1 ) )\r
-( ( -1200 0 728 2.334763 0 ) ( -1232 0 728 2.334763 0.500000 ) ( -1264 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 8\r
-{\r
-( -1120 64 576 ) ( -2656 64 576 ) ( -2656 56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -2656 56 592 ) ( -2656 64 592 ) ( -1120 64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -2656 48 592 ) ( -1120 48 592 ) ( -1120 48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1200 56 592 ) ( -1200 64 592 ) ( -1200 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -288 64 592 ) ( -1824 64 592 ) ( -1824 64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1264 64 592 ) ( -1264 56 592 ) ( -1264 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 9\r
-{\r
-( -1344 -64 576 ) ( 192 -64 576 ) ( 192 -56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 192 -56 592 ) ( 192 -64 592 ) ( -1344 -64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 192 -48 592 ) ( -1344 -48 592 ) ( -1344 -48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1264 -56 592 ) ( -1264 -64 592 ) ( -1264 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -2176 -64 592 ) ( -640 -64 592 ) ( -640 -64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1200 -64 592 ) ( -1200 -56 592 ) ( -1200 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 10\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 -48 592 0 0 ) ( -1232 -48 592 0 0.500000 ) ( -1264 -48 592 0 1 ) )\r
-( ( -1200 -56 592 0.125000 0 ) ( -1232 -56 592 0.125000 0.500000 ) ( -1264 -56 592 0.125000 1 ) )\r
-( ( -1200 -64 592 0.250000 0 ) ( -1232 -64 592 0.250000 0.500000 ) ( -1264 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 11\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 0 728 0 0 ) ( -1232 0 728 0 0.500000 ) ( -1264 0 728 0 1 ) )\r
-( ( -1200 5.719587 733.593384 0.125000 0 ) ( -1232 5.719587 733.593384 0.125000 0.500000 ) ( -1264 5.719587 733.593384 0.125000 1 ) )\r
-( ( -1200 11.439175 739.186829 0.250000 0 ) ( -1232 11.439175 739.186829 0.250000 0.500000 ) ( -1264 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 12\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1200 -64 592 0 0 ) ( -1232 -64 592 0 0.500000 ) ( -1264 -64 592 0 1 ) )\r
-( ( -1200 -64 637 0.703125 0 ) ( -1232 -64 637 0.703125 0.500000 ) ( -1264 -64 637 0.703125 1 ) )\r
-( ( -1200 -48 677 1.376271 0 ) ( -1232 -48 677 1.376271 0.500000 ) ( -1264 -48 677 1.376271 1 ) )\r
-( ( -1200 -35 715 2.003805 0 ) ( -1232 -35 715 2.003805 0.500000 ) ( -1264 -35 715 2.003805 1 ) )\r
-( ( -1200 -11 739 2.534135 0 ) ( -1232 -11 739 2.534135 0.500000 ) ( -1264 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 13\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 0 728 0 0 ) ( -1232 0 728 0 0.500000 ) ( -1200 0 728 0 1 ) )\r
-( ( -1264 -6 734 0.132583 0 ) ( -1232 -6 734 0.132583 0.500000 ) ( -1200 -6 734 0.132583 1 ) )\r
-( ( -1264 -11 739 0.243068 0 ) ( -1232 -11 739 0.243068 0.500000 ) ( -1200 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 14\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1200 -48 592 0 0 ) ( -1200 -56 592 0 0.125000 ) ( -1200 -64 592 0 0.250000 ) )\r
-( ( -1200 -48 634 0.656250 0 ) ( -1200 -56 635 0.656250 0.125000 ) ( -1200 -64 637 0.656250 0.250000 ) )\r
-( ( -1200 -33 672 1.294584 0 ) ( -1200 -41 675 1.294584 0.125000 ) ( -1200 -48 677 1.294584 0.250000 ) )\r
-( ( -1200 -21 707 1.872709 0 ) ( -1200 -28 711 1.872709 0.125000 ) ( -1200 -35 715 1.872709 0.250000 ) )\r
-( ( -1200 0 728 2.336748 0 ) ( -1200 0 735 2.336748 0.125000 ) ( -1200 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 15\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1264 -64 592 0 0 ) ( -1264 -56 592 0 0.125000 ) ( -1264 -48 592 0 0.250000 ) )\r
-( ( -1264 -64 637 0.703125 0 ) ( -1264 -56 635 0.703125 0.125000 ) ( -1264 -48 634 0.703125 0.250000 ) )\r
-( ( -1264 -48 677 1.376271 0 ) ( -1264 -41 675 1.376271 0.125000 ) ( -1264 -33 672 1.376271 0.250000 ) )\r
-( ( -1264 -35 715 2.003805 0 ) ( -1264 -28 711 2.003805 0.125000 ) ( -1264 -21 707 2.003805 0.250000 ) )\r
-( ( -1264 0 744 2.714012 0 ) ( -1264 0 735 2.714012 0.125000 ) ( -1264 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 16\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1264 48 592 0 0 ) ( -1264 56 592 0 0.125000 ) ( -1264 64 592 0 0.250000 ) )\r
-( ( -1264 48 634 0.656250 0 ) ( -1264 56 635 0.656250 0.125000 ) ( -1264 64 637 0.656250 0.250000 ) )\r
-( ( -1264 33 672 1.294584 0 ) ( -1264 41 675 1.294584 0.125000 ) ( -1264 48 677 1.294584 0.250000 ) )\r
-( ( -1264 21 707 1.872709 0 ) ( -1264 28 711 1.872709 0.125000 ) ( -1264 35 715 1.872709 0.250000 ) )\r
-( ( -1264 0 728 2.336748 0 ) ( -1264 0 735 2.336748 0.125000 ) ( -1264 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 17\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1200 64 592 0 0 ) ( -1200 56 592 0 0.125000 ) ( -1200 48 592 0 0.250000 ) )\r
-( ( -1200 64 637 0.703125 0 ) ( -1200 56 635 0.703125 0.125000 ) ( -1200 48 634 0.703125 0.250000 ) )\r
-( ( -1200 48 677 1.376271 0 ) ( -1200 41 675 1.376271 0.125000 ) ( -1200 33 672 1.376271 0.250000 ) )\r
-( ( -1200 35 715 2.003805 0 ) ( -1200 28 711 2.003805 0.125000 ) ( -1200 21 707 2.003805 0.250000 ) )\r
-( ( -1200 0 744 2.714012 0 ) ( -1200 0 735 2.714012 0.125000 ) ( -1200 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 18\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -976 64 592 0 0 ) ( -976 56 592 0 0.125000 ) ( -976 48 592 0 0.250000 ) )\r
-( ( -976 64 637 0.703125 0 ) ( -976 56 635 0.703125 0.125000 ) ( -976 48 634 0.703125 0.250000 ) )\r
-( ( -976 48 677 1.376271 0 ) ( -976 41 675 1.376271 0.125000 ) ( -976 33 672 1.376271 0.250000 ) )\r
-( ( -976 35 715 2.003805 0 ) ( -976 28 711 2.003805 0.125000 ) ( -976 21 707 2.003805 0.250000 ) )\r
-( ( -976 0 744 2.714012 0 ) ( -976 0 735 2.714012 0.125000 ) ( -976 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 19\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1040 48 592 0 0 ) ( -1040 56 592 0 0.125000 ) ( -1040 64 592 0 0.250000 ) )\r
-( ( -1040 48 634 0.656250 0 ) ( -1040 56 635 0.656250 0.125000 ) ( -1040 64 637 0.656250 0.250000 ) )\r
-( ( -1040 33 672 1.294584 0 ) ( -1040 41 675 1.294584 0.125000 ) ( -1040 48 677 1.294584 0.250000 ) )\r
-( ( -1040 21 707 1.872709 0 ) ( -1040 28 711 1.872709 0.125000 ) ( -1040 35 715 1.872709 0.250000 ) )\r
-( ( -1040 0 728 2.336748 0 ) ( -1040 0 735 2.336748 0.125000 ) ( -1040 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 20\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1040 -64 592 0 0 ) ( -1040 -56 592 0 0.125000 ) ( -1040 -48 592 0 0.250000 ) )\r
-( ( -1040 -64 637 0.703125 0 ) ( -1040 -56 635 0.703125 0.125000 ) ( -1040 -48 634 0.703125 0.250000 ) )\r
-( ( -1040 -48 677 1.376271 0 ) ( -1040 -41 675 1.376271 0.125000 ) ( -1040 -33 672 1.376271 0.250000 ) )\r
-( ( -1040 -35 715 2.003805 0 ) ( -1040 -28 711 2.003805 0.125000 ) ( -1040 -21 707 2.003805 0.250000 ) )\r
-( ( -1040 0 744 2.714012 0 ) ( -1040 0 735 2.714012 0.125000 ) ( -1040 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 21\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -976 -48 592 0 0 ) ( -976 -56 592 0 0.125000 ) ( -976 -64 592 0 0.250000 ) )\r
-( ( -976 -48 634 0.656250 0 ) ( -976 -56 635 0.656250 0.125000 ) ( -976 -64 637 0.656250 0.250000 ) )\r
-( ( -976 -33 672 1.294584 0 ) ( -976 -41 675 1.294584 0.125000 ) ( -976 -48 677 1.294584 0.250000 ) )\r
-( ( -976 -21 707 1.872709 0 ) ( -976 -28 711 1.872709 0.125000 ) ( -976 -35 715 1.872709 0.250000 ) )\r
-( ( -976 0 728 2.336748 0 ) ( -976 0 735 2.336748 0.125000 ) ( -976 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 22\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 0 728 0 0 ) ( -1008 0 728 0 0.500000 ) ( -976 0 728 0 1 ) )\r
-( ( -1040 -6 734 0.132583 0 ) ( -1008 -6 734 0.132583 0.500000 ) ( -976 -6 734 0.132583 1 ) )\r
-( ( -1040 -11 739 0.243068 0 ) ( -1008 -11 739 0.243068 0.500000 ) ( -976 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 23\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -976 -64 592 0 0 ) ( -1008 -64 592 0 0.500000 ) ( -1040 -64 592 0 1 ) )\r
-( ( -976 -64 637 0.703125 0 ) ( -1008 -64 637 0.703125 0.500000 ) ( -1040 -64 637 0.703125 1 ) )\r
-( ( -976 -48 677 1.376271 0 ) ( -1008 -48 677 1.376271 0.500000 ) ( -1040 -48 677 1.376271 1 ) )\r
-( ( -976 -35 715 2.003805 0 ) ( -1008 -35 715 2.003805 0.500000 ) ( -1040 -35 715 2.003805 1 ) )\r
-( ( -976 -11 739 2.534135 0 ) ( -1008 -11 739 2.534135 0.500000 ) ( -1040 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 24\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 0 728 0 0 ) ( -1008 0 728 0 0.500000 ) ( -1040 0 728 0 1 ) )\r
-( ( -976 5.719587 733.593384 0.125000 0 ) ( -1008 5.719587 733.593384 0.125000 0.500000 ) ( -1040 5.719587 733.593384 0.125000 1 ) )\r
-( ( -976 11.439175 739.186829 0.250000 0 ) ( -1008 11.439175 739.186829 0.250000 0.500000 ) ( -1040 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 25\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 -48 592 0 0 ) ( -1008 -48 592 0 0.500000 ) ( -1040 -48 592 0 1 ) )\r
-( ( -976 -56 592 0.125000 0 ) ( -1008 -56 592 0.125000 0.500000 ) ( -1040 -56 592 0.125000 1 ) )\r
-( ( -976 -64 592 0.250000 0 ) ( -1008 -64 592 0.250000 0.500000 ) ( -1040 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 26\r
-{\r
-( -1120 -64 576 ) ( 416 -64 576 ) ( 416 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 416 -56 592 ) ( 416 -64 592 ) ( -1120 -64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 416 -48 592 ) ( -1120 -48 592 ) ( -1120 -48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1040 -56 592 ) ( -1040 -64 592 ) ( -1040 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1952 -64 592 ) ( -416 -64 592 ) ( -416 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -976 -64 592 ) ( -976 -56 592 ) ( -976 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 27\r
-{\r
-( -896 64 576 ) ( -2432 64 576 ) ( -2432 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -2432 56 592 ) ( -2432 64 592 ) ( -896 64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -2432 48 592 ) ( -896 48 592 ) ( -896 48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -976 56 592 ) ( -976 64 592 ) ( -976 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 64 592 ) ( -1600 64 592 ) ( -1600 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1040 64 592 ) ( -1040 56 592 ) ( -1040 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 28\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -976 48 592 0 0 ) ( -1008 48 592 0 0.500000 ) ( -1040 48 592 0 1 ) )\r
-( ( -976 48 633.754395 0.652412 0 ) ( -1008 48 633.754395 0.652412 0.500000 ) ( -1040 48 633.754395 0.652412 1 ) )\r
-( ( -976 33 671.929871 1.293298 0 ) ( -1008 33 671.929871 1.293298 0.500000 ) ( -1040 33 671.929871 1.293298 1 ) )\r
-( ( -976 21 706.526306 1.865462 0 ) ( -1008 21 706.526306 1.865462 0.500000 ) ( -1040 21 706.526306 1.865462 1 ) )\r
-( ( -976 0 728 2.334763 0 ) ( -1008 0 728 2.334763 0.500000 ) ( -1040 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 29\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1040 64 592 0 0 ) ( -1008 64 592 0 0.500000 ) ( -976 64 592 0 1 ) )\r
-( ( -1040 63.720482 636.732056 0.698952 0 ) ( -1008 63.720482 636.732056 0.698952 0.500000 ) ( -976 63.720482 636.732056 0.698952 1 ) )\r
-( ( -1040 48.007172 677.478271 1.381312 0 ) ( -1008 48.007172 677.478271 1.381312 0.500000 ) ( -976 48.007172 677.478271 1.381312 1 ) )\r
-( ( -1040 34.606335 714.944580 2.003044 0 ) ( -1008 34.606335 714.944580 2.003044 0.500000 ) ( -976 34.606335 714.944580 2.003044 1 ) )\r
-( ( -1040 11.439175 739.186829 2.526983 0 ) ( -1008 11.439175 739.186829 2.526983 0.500000 ) ( -976 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 30\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 48 592 0 0 ) ( -1008 48 592 0 0.500000 ) ( -976 48 592 0 1 ) )\r
-( ( -1040 56 592 0.125000 0 ) ( -1008 56 592 0.125000 0.500000 ) ( -976 56 592 0.125000 1 ) )\r
-( ( -1040 64 592 0.250000 0 ) ( -1008 64 592 0.250000 0.500000 ) ( -976 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 31\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 -64 576 0 0 ) ( -1008 -64 576 0 0.500000 ) ( -976 -64 576 0 1 ) )\r
-( ( -1040 -64 584 0.125000 0 ) ( -1008 -64 584 0.125000 0.500000 ) ( -976 -64 584 0.125000 1 ) )\r
-( ( -1040 -64 592 0.250000 0 ) ( -1008 -64 592 0.250000 0.500000 ) ( -976 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 32\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 -64 576 0 0 ) ( -784 -64 576 0 0.500000 ) ( -752 -64 576 0 1 ) )\r
-( ( -816 -64 584 0.125000 0 ) ( -784 -64 584 0.125000 0.500000 ) ( -752 -64 584 0.125000 1 ) )\r
-( ( -816 -64 592 0.250000 0 ) ( -784 -64 592 0.250000 0.500000 ) ( -752 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 33\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 48 592 0 0 ) ( -784 48 592 0 0.500000 ) ( -752 48 592 0 1 ) )\r
-( ( -816 56 592 0.125000 0 ) ( -784 56 592 0.125000 0.500000 ) ( -752 56 592 0.125000 1 ) )\r
-( ( -816 64 592 0.250000 0 ) ( -784 64 592 0.250000 0.500000 ) ( -752 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 34\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -816 64 592 0 0 ) ( -784 64 592 0 0.500000 ) ( -752 64 592 0 1 ) )\r
-( ( -816 63.720482 636.732056 0.698952 0 ) ( -784 63.720482 636.732056 0.698952 0.500000 ) ( -752 63.720482 636.732056 0.698952 1 ) )\r
-( ( -816 48.007172 677.478271 1.381312 0 ) ( -784 48.007172 677.478271 1.381312 0.500000 ) ( -752 48.007172 677.478271 1.381312 1 ) )\r
-( ( -816 34.606335 714.944580 2.003044 0 ) ( -784 34.606335 714.944580 2.003044 0.500000 ) ( -752 34.606335 714.944580 2.003044 1 ) )\r
-( ( -816 11.439175 739.186829 2.526983 0 ) ( -784 11.439175 739.186829 2.526983 0.500000 ) ( -752 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 35\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -752 48 592 0 0 ) ( -784 48 592 0 0.500000 ) ( -816 48 592 0 1 ) )\r
-( ( -752 48 633.754395 0.652412 0 ) ( -784 48 633.754395 0.652412 0.500000 ) ( -816 48 633.754395 0.652412 1 ) )\r
-( ( -752 33 671.929871 1.293298 0 ) ( -784 33 671.929871 1.293298 0.500000 ) ( -816 33 671.929871 1.293298 1 ) )\r
-( ( -752 21 706.526306 1.865462 0 ) ( -784 21 706.526306 1.865462 0.500000 ) ( -816 21 706.526306 1.865462 1 ) )\r
-( ( -752 0 728 2.334763 0 ) ( -784 0 728 2.334763 0.500000 ) ( -816 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 36\r
-{\r
-( -672 64 576 ) ( -2208 64 576 ) ( -2208 56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -2208 56 592 ) ( -2208 64 592 ) ( -672 64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -2208 48 592 ) ( -672 48 592 ) ( -672 48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -752 56 592 ) ( -752 64 592 ) ( -752 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 160 64 592 ) ( -1376 64 592 ) ( -1376 64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -816 64 592 ) ( -816 56 592 ) ( -816 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 37\r
-{\r
-( -896 -64 576 ) ( 640 -64 576 ) ( 640 -56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 640 -56 592 ) ( 640 -64 592 ) ( -896 -64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 640 -48 592 ) ( -896 -48 592 ) ( -896 -48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -816 -56 592 ) ( -816 -64 592 ) ( -816 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 -64 592 ) ( -192 -64 592 ) ( -192 -64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -752 -64 592 ) ( -752 -56 592 ) ( -752 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 38\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 -48 592 0 0 ) ( -784 -48 592 0 0.500000 ) ( -816 -48 592 0 1 ) )\r
-( ( -752 -56 592 0.125000 0 ) ( -784 -56 592 0.125000 0.500000 ) ( -816 -56 592 0.125000 1 ) )\r
-( ( -752 -64 592 0.250000 0 ) ( -784 -64 592 0.250000 0.500000 ) ( -816 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 39\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 0 728 0 0 ) ( -784 0 728 0 0.500000 ) ( -816 0 728 0 1 ) )\r
-( ( -752 5.719587 733.593384 0.125000 0 ) ( -784 5.719587 733.593384 0.125000 0.500000 ) ( -816 5.719587 733.593384 0.125000 1 ) )\r
-( ( -752 11.439175 739.186829 0.250000 0 ) ( -784 11.439175 739.186829 0.250000 0.500000 ) ( -816 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 40\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -752 -64 592 0 0 ) ( -784 -64 592 0 0.500000 ) ( -816 -64 592 0 1 ) )\r
-( ( -752 -64 637 0.703125 0 ) ( -784 -64 637 0.703125 0.500000 ) ( -816 -64 637 0.703125 1 ) )\r
-( ( -752 -48 677 1.376271 0 ) ( -784 -48 677 1.376271 0.500000 ) ( -816 -48 677 1.376271 1 ) )\r
-( ( -752 -35 715 2.003805 0 ) ( -784 -35 715 2.003805 0.500000 ) ( -816 -35 715 2.003805 1 ) )\r
-( ( -752 -11 739 2.534135 0 ) ( -784 -11 739 2.534135 0.500000 ) ( -816 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 41\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 0 728 0 0 ) ( -784 0 728 0 0.500000 ) ( -752 0 728 0 1 ) )\r
-( ( -816 -6 734 0.132583 0 ) ( -784 -6 734 0.132583 0.500000 ) ( -752 -6 734 0.132583 1 ) )\r
-( ( -816 -11 739 0.243068 0 ) ( -784 -11 739 0.243068 0.500000 ) ( -752 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 42\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -752 -48 592 0 0 ) ( -752 -56 592 0 0.125000 ) ( -752 -64 592 0 0.250000 ) )\r
-( ( -752 -48 634 0.656250 0 ) ( -752 -56 635 0.656250 0.125000 ) ( -752 -64 637 0.656250 0.250000 ) )\r
-( ( -752 -33 672 1.294584 0 ) ( -752 -41 675 1.294584 0.125000 ) ( -752 -48 677 1.294584 0.250000 ) )\r
-( ( -752 -21 707 1.872709 0 ) ( -752 -28 711 1.872709 0.125000 ) ( -752 -35 715 1.872709 0.250000 ) )\r
-( ( -752 0 728 2.336748 0 ) ( -752 0 735 2.336748 0.125000 ) ( -752 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 43\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -816 -64 592 0 0 ) ( -816 -56 592 0 0.125000 ) ( -816 -48 592 0 0.250000 ) )\r
-( ( -816 -64 637 0.703125 0 ) ( -816 -56 635 0.703125 0.125000 ) ( -816 -48 634 0.703125 0.250000 ) )\r
-( ( -816 -48 677 1.376271 0 ) ( -816 -41 675 1.376271 0.125000 ) ( -816 -33 672 1.376271 0.250000 ) )\r
-( ( -816 -35 715 2.003805 0 ) ( -816 -28 711 2.003805 0.125000 ) ( -816 -21 707 2.003805 0.250000 ) )\r
-( ( -816 0 744 2.714012 0 ) ( -816 0 735 2.714012 0.125000 ) ( -816 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 44\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -816 48 592 0 0 ) ( -816 56 592 0 0.125000 ) ( -816 64 592 0 0.250000 ) )\r
-( ( -816 48 634 0.656250 0 ) ( -816 56 635 0.656250 0.125000 ) ( -816 64 637 0.656250 0.250000 ) )\r
-( ( -816 33 672 1.294584 0 ) ( -816 41 675 1.294584 0.125000 ) ( -816 48 677 1.294584 0.250000 ) )\r
-( ( -816 21 707 1.872709 0 ) ( -816 28 711 1.872709 0.125000 ) ( -816 35 715 1.872709 0.250000 ) )\r
-( ( -816 0 728 2.336748 0 ) ( -816 0 735 2.336748 0.125000 ) ( -816 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 45\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -752 64 592 0 0 ) ( -752 56 592 0 0.125000 ) ( -752 48 592 0 0.250000 ) )\r
-( ( -752 64 637 0.703125 0 ) ( -752 56 635 0.703125 0.125000 ) ( -752 48 634 0.703125 0.250000 ) )\r
-( ( -752 48 677 1.376271 0 ) ( -752 41 675 1.376271 0.125000 ) ( -752 33 672 1.376271 0.250000 ) )\r
-( ( -752 35 715 2.003805 0 ) ( -752 28 711 2.003805 0.125000 ) ( -752 21 707 2.003805 0.250000 ) )\r
-( ( -752 0 744 2.714012 0 ) ( -752 0 735 2.714012 0.125000 ) ( -752 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 46\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -528 64 592 0 0 ) ( -528 56 592 0 0.125000 ) ( -528 48 592 0 0.250000 ) )\r
-( ( -528 64 637 0.703125 0 ) ( -528 56 635 0.703125 0.125000 ) ( -528 48 634 0.703125 0.250000 ) )\r
-( ( -528 48 677 1.376271 0 ) ( -528 41 675 1.376271 0.125000 ) ( -528 33 672 1.376271 0.250000 ) )\r
-( ( -528 35 715 2.003805 0 ) ( -528 28 711 2.003805 0.125000 ) ( -528 21 707 2.003805 0.250000 ) )\r
-( ( -528 0 744 2.714012 0 ) ( -528 0 735 2.714012 0.125000 ) ( -528 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 47\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -592 48 592 0 0 ) ( -592 56 592 0 0.125000 ) ( -592 64 592 0 0.250000 ) )\r
-( ( -592 48 634 0.656250 0 ) ( -592 56 635 0.656250 0.125000 ) ( -592 64 637 0.656250 0.250000 ) )\r
-( ( -592 33 672 1.294584 0 ) ( -592 41 675 1.294584 0.125000 ) ( -592 48 677 1.294584 0.250000 ) )\r
-( ( -592 21 707 1.872709 0 ) ( -592 28 711 1.872709 0.125000 ) ( -592 35 715 1.872709 0.250000 ) )\r
-( ( -592 0 728 2.336748 0 ) ( -592 0 735 2.336748 0.125000 ) ( -592 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 48\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -592 -64 592 0 0 ) ( -592 -56 592 0 0.125000 ) ( -592 -48 592 0 0.250000 ) )\r
-( ( -592 -64 637 0.703125 0 ) ( -592 -56 635 0.703125 0.125000 ) ( -592 -48 634 0.703125 0.250000 ) )\r
-( ( -592 -48 677 1.376271 0 ) ( -592 -41 675 1.376271 0.125000 ) ( -592 -33 672 1.376271 0.250000 ) )\r
-( ( -592 -35 715 2.003805 0 ) ( -592 -28 711 2.003805 0.125000 ) ( -592 -21 707 2.003805 0.250000 ) )\r
-( ( -592 0 744 2.714012 0 ) ( -592 0 735 2.714012 0.125000 ) ( -592 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 49\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -528 -48 592 0 0 ) ( -528 -56 592 0 0.125000 ) ( -528 -64 592 0 0.250000 ) )\r
-( ( -528 -48 634 0.656250 0 ) ( -528 -56 635 0.656250 0.125000 ) ( -528 -64 637 0.656250 0.250000 ) )\r
-( ( -528 -33 672 1.294584 0 ) ( -528 -41 675 1.294584 0.125000 ) ( -528 -48 677 1.294584 0.250000 ) )\r
-( ( -528 -21 707 1.872709 0 ) ( -528 -28 711 1.872709 0.125000 ) ( -528 -35 715 1.872709 0.250000 ) )\r
-( ( -528 0 728 2.336748 0 ) ( -528 0 735 2.336748 0.125000 ) ( -528 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 50\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 0 728 0 0 ) ( -560 0 728 0 0.500000 ) ( -528 0 728 0 1 ) )\r
-( ( -592 -6 734 0.132583 0 ) ( -560 -6 734 0.132583 0.500000 ) ( -528 -6 734 0.132583 1 ) )\r
-( ( -592 -11 739 0.243068 0 ) ( -560 -11 739 0.243068 0.500000 ) ( -528 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 51\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -528 -64 592 0 0 ) ( -560 -64 592 0 0.500000 ) ( -592 -64 592 0 1 ) )\r
-( ( -528 -64 637 0.703125 0 ) ( -560 -64 637 0.703125 0.500000 ) ( -592 -64 637 0.703125 1 ) )\r
-( ( -528 -48 677 1.376271 0 ) ( -560 -48 677 1.376271 0.500000 ) ( -592 -48 677 1.376271 1 ) )\r
-( ( -528 -35 715 2.003805 0 ) ( -560 -35 715 2.003805 0.500000 ) ( -592 -35 715 2.003805 1 ) )\r
-( ( -528 -11 739 2.534135 0 ) ( -560 -11 739 2.534135 0.500000 ) ( -592 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 52\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 0 728 0 0 ) ( -560 0 728 0 0.500000 ) ( -592 0 728 0 1 ) )\r
-( ( -528 5.719587 733.593384 0.125000 0 ) ( -560 5.719587 733.593384 0.125000 0.500000 ) ( -592 5.719587 733.593384 0.125000 1 ) )\r
-( ( -528 11.439175 739.186829 0.250000 0 ) ( -560 11.439175 739.186829 0.250000 0.500000 ) ( -592 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 53\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 -48 592 0 0 ) ( -560 -48 592 0 0.500000 ) ( -592 -48 592 0 1 ) )\r
-( ( -528 -56 592 0.125000 0 ) ( -560 -56 592 0.125000 0.500000 ) ( -592 -56 592 0.125000 1 ) )\r
-( ( -528 -64 592 0.250000 0 ) ( -560 -64 592 0.250000 0.500000 ) ( -592 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 54\r
-{\r
-( -672 -64 576 ) ( 864 -64 576 ) ( 864 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 864 -56 592 ) ( 864 -64 592 ) ( -672 -64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 864 -48 592 ) ( -672 -48 592 ) ( -672 -48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -592 -56 592 ) ( -592 -64 592 ) ( -592 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1504 -64 592 ) ( 32 -64 592 ) ( 32 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -528 -64 592 ) ( -528 -56 592 ) ( -528 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 55\r
-{\r
-( -448 64 576 ) ( -1984 64 576 ) ( -1984 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1984 56 592 ) ( -1984 64 592 ) ( -448 64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1984 48 592 ) ( -448 48 592 ) ( -448 48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -528 56 592 ) ( -528 64 592 ) ( -528 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 64 592 ) ( -1152 64 592 ) ( -1152 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -592 64 592 ) ( -592 56 592 ) ( -592 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 56\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -528 48 592 0 0 ) ( -560 48 592 0 0.500000 ) ( -592 48 592 0 1 ) )\r
-( ( -528 48 633.754395 0.652412 0 ) ( -560 48 633.754395 0.652412 0.500000 ) ( -592 48 633.754395 0.652412 1 ) )\r
-( ( -528 33 671.929871 1.293298 0 ) ( -560 33 671.929871 1.293298 0.500000 ) ( -592 33 671.929871 1.293298 1 ) )\r
-( ( -528 21 706.526306 1.865462 0 ) ( -560 21 706.526306 1.865462 0.500000 ) ( -592 21 706.526306 1.865462 1 ) )\r
-( ( -528 0 728 2.334763 0 ) ( -560 0 728 2.334763 0.500000 ) ( -592 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 57\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -592 64 592 0 0 ) ( -560 64 592 0 0.500000 ) ( -528 64 592 0 1 ) )\r
-( ( -592 63.720482 636.732056 0.698952 0 ) ( -560 63.720482 636.732056 0.698952 0.500000 ) ( -528 63.720482 636.732056 0.698952 1 ) )\r
-( ( -592 48.007172 677.478271 1.381312 0 ) ( -560 48.007172 677.478271 1.381312 0.500000 ) ( -528 48.007172 677.478271 1.381312 1 ) )\r
-( ( -592 34.606335 714.944580 2.003044 0 ) ( -560 34.606335 714.944580 2.003044 0.500000 ) ( -528 34.606335 714.944580 2.003044 1 ) )\r
-( ( -592 11.439175 739.186829 2.526983 0 ) ( -560 11.439175 739.186829 2.526983 0.500000 ) ( -528 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 58\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 48 592 0 0 ) ( -560 48 592 0 0.500000 ) ( -528 48 592 0 1 ) )\r
-( ( -592 56 592 0.125000 0 ) ( -560 56 592 0.125000 0.500000 ) ( -528 56 592 0.125000 1 ) )\r
-( ( -592 64 592 0.250000 0 ) ( -560 64 592 0.250000 0.500000 ) ( -528 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 59\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 -64 576 0 0 ) ( -560 -64 576 0 0.500000 ) ( -528 -64 576 0 1 ) )\r
-( ( -592 -64 584 0.125000 0 ) ( -560 -64 584 0.125000 0.500000 ) ( -528 -64 584 0.125000 1 ) )\r
-( ( -592 -64 592 0.250000 0 ) ( -560 -64 592 0.250000 0.500000 ) ( -528 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 60\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 -64 576 0 0 ) ( -336 -64 576 0 0.500000 ) ( -304 -64 576 0 1 ) )\r
-( ( -368 -64 584 0.125000 0 ) ( -336 -64 584 0.125000 0.500000 ) ( -304 -64 584 0.125000 1 ) )\r
-( ( -368 -64 592 0.250000 0 ) ( -336 -64 592 0.250000 0.500000 ) ( -304 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 61\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 48 592 0 0 ) ( -336 48 592 0 0.500000 ) ( -304 48 592 0 1 ) )\r
-( ( -368 56 592 0.125000 0 ) ( -336 56 592 0.125000 0.500000 ) ( -304 56 592 0.125000 1 ) )\r
-( ( -368 64 592 0.250000 0 ) ( -336 64 592 0.250000 0.500000 ) ( -304 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 62\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -368 64 592 0 0 ) ( -336 64 592 0 0.500000 ) ( -304 64 592 0 1 ) )\r
-( ( -368 63.720482 636.732056 0.698952 0 ) ( -336 63.720482 636.732056 0.698952 0.500000 ) ( -304 63.720482 636.732056 0.698952 1 ) )\r
-( ( -368 48.007172 677.478271 1.381312 0 ) ( -336 48.007172 677.478271 1.381312 0.500000 ) ( -304 48.007172 677.478271 1.381312 1 ) )\r
-( ( -368 34.606335 714.944580 2.003044 0 ) ( -336 34.606335 714.944580 2.003044 0.500000 ) ( -304 34.606335 714.944580 2.003044 1 ) )\r
-( ( -368 11.439175 739.186829 2.526983 0 ) ( -336 11.439175 739.186829 2.526983 0.500000 ) ( -304 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 63\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -304 48 592 0 0 ) ( -336 48 592 0 0.500000 ) ( -368 48 592 0 1 ) )\r
-( ( -304 48 633.754395 0.652412 0 ) ( -336 48 633.754395 0.652412 0.500000 ) ( -368 48 633.754395 0.652412 1 ) )\r
-( ( -304 33 671.929871 1.293298 0 ) ( -336 33 671.929871 1.293298 0.500000 ) ( -368 33 671.929871 1.293298 1 ) )\r
-( ( -304 21 706.526306 1.865462 0 ) ( -336 21 706.526306 1.865462 0.500000 ) ( -368 21 706.526306 1.865462 1 ) )\r
-( ( -304 0 728 2.334763 0 ) ( -336 0 728 2.334763 0.500000 ) ( -368 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 64\r
-{\r
-( -224 64 576 ) ( -1760 64 576 ) ( -1760 56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1760 56 592 ) ( -1760 64 592 ) ( -224 64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1760 48 592 ) ( -224 48 592 ) ( -224 48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -304 56 592 ) ( -304 64 592 ) ( -304 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 608 64 592 ) ( -928 64 592 ) ( -928 64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -368 64 592 ) ( -368 56 592 ) ( -368 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 65\r
-{\r
-( -448 -64 576 ) ( 1088 -64 576 ) ( 1088 -56 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 1088 -56 592 ) ( 1088 -64 592 ) ( -448 -64 592 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( 1088 -48 592 ) ( -448 -48 592 ) ( -448 -48 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -368 -56 592 ) ( -368 -64 592 ) ( -368 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1280 -64 592 ) ( 256 -64 592 ) ( 256 -64 576 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -304 -64 592 ) ( -304 -56 592 ) ( -304 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 66\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 -48 592 0 0 ) ( -336 -48 592 0 0.500000 ) ( -368 -48 592 0 1 ) )\r
-( ( -304 -56 592 0.125000 0 ) ( -336 -56 592 0.125000 0.500000 ) ( -368 -56 592 0.125000 1 ) )\r
-( ( -304 -64 592 0.250000 0 ) ( -336 -64 592 0.250000 0.500000 ) ( -368 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 67\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 0 728 0 0 ) ( -336 0 728 0 0.500000 ) ( -368 0 728 0 1 ) )\r
-( ( -304 5.719587 733.593384 0.125000 0 ) ( -336 5.719587 733.593384 0.125000 0.500000 ) ( -368 5.719587 733.593384 0.125000 1 ) )\r
-( ( -304 11.439175 739.186829 0.250000 0 ) ( -336 11.439175 739.186829 0.250000 0.500000 ) ( -368 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 68\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -304 -64 592 0 0 ) ( -336 -64 592 0 0.500000 ) ( -368 -64 592 0 1 ) )\r
-( ( -304 -64 637 0.703125 0 ) ( -336 -64 637 0.703125 0.500000 ) ( -368 -64 637 0.703125 1 ) )\r
-( ( -304 -48 677 1.376271 0 ) ( -336 -48 677 1.376271 0.500000 ) ( -368 -48 677 1.376271 1 ) )\r
-( ( -304 -35 715 2.003805 0 ) ( -336 -35 715 2.003805 0.500000 ) ( -368 -35 715 2.003805 1 ) )\r
-( ( -304 -11 739 2.534135 0 ) ( -336 -11 739 2.534135 0.500000 ) ( -368 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 69\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 0 728 0 0 ) ( -336 0 728 0 0.500000 ) ( -304 0 728 0 1 ) )\r
-( ( -368 -6 734 0.132583 0 ) ( -336 -6 734 0.132583 0.500000 ) ( -304 -6 734 0.132583 1 ) )\r
-( ( -368 -11 739 0.243068 0 ) ( -336 -11 739 0.243068 0.500000 ) ( -304 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 70\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -304 -48 592 0 0 ) ( -304 -56 592 0 0.125000 ) ( -304 -64 592 0 0.250000 ) )\r
-( ( -304 -48 634 0.656250 0 ) ( -304 -56 635 0.656250 0.125000 ) ( -304 -64 637 0.656250 0.250000 ) )\r
-( ( -304 -33 672 1.294584 0 ) ( -304 -41 675 1.294584 0.125000 ) ( -304 -48 677 1.294584 0.250000 ) )\r
-( ( -304 -21 707 1.872709 0 ) ( -304 -28 711 1.872709 0.125000 ) ( -304 -35 715 1.872709 0.250000 ) )\r
-( ( -304 0 728 2.336748 0 ) ( -304 0 735 2.336748 0.125000 ) ( -304 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 71\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -368 -64 592 0 0 ) ( -368 -56 592 0 0.125000 ) ( -368 -48 592 0 0.250000 ) )\r
-( ( -368 -64 637 0.703125 0 ) ( -368 -56 635 0.703125 0.125000 ) ( -368 -48 634 0.703125 0.250000 ) )\r
-( ( -368 -48 677 1.376271 0 ) ( -368 -41 675 1.376271 0.125000 ) ( -368 -33 672 1.376271 0.250000 ) )\r
-( ( -368 -35 715 2.003805 0 ) ( -368 -28 711 2.003805 0.125000 ) ( -368 -21 707 2.003805 0.250000 ) )\r
-( ( -368 0 744 2.714012 0 ) ( -368 0 735 2.714012 0.125000 ) ( -368 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 72\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -368 48 592 0 0 ) ( -368 56 592 0 0.125000 ) ( -368 64 592 0 0.250000 ) )\r
-( ( -368 48 634 0.656250 0 ) ( -368 56 635 0.656250 0.125000 ) ( -368 64 637 0.656250 0.250000 ) )\r
-( ( -368 33 672 1.294584 0 ) ( -368 41 675 1.294584 0.125000 ) ( -368 48 677 1.294584 0.250000 ) )\r
-( ( -368 21 707 1.872709 0 ) ( -368 28 711 1.872709 0.125000 ) ( -368 35 715 1.872709 0.250000 ) )\r
-( ( -368 0 728 2.336748 0 ) ( -368 0 735 2.336748 0.125000 ) ( -368 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 73\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -304 64 592 0 0 ) ( -304 56 592 0 0.125000 ) ( -304 48 592 0 0.250000 ) )\r
-( ( -304 64 637 0.703125 0 ) ( -304 56 635 0.703125 0.125000 ) ( -304 48 634 0.703125 0.250000 ) )\r
-( ( -304 48 677 1.376271 0 ) ( -304 41 675 1.376271 0.125000 ) ( -304 33 672 1.376271 0.250000 ) )\r
-( ( -304 35 715 2.003805 0 ) ( -304 28 711 2.003805 0.125000 ) ( -304 21 707 2.003805 0.250000 ) )\r
-( ( -304 0 744 2.714012 0 ) ( -304 0 735 2.714012 0.125000 ) ( -304 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 74\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -80 64 592 0 0 ) ( -80 56 592 0 0.125000 ) ( -80 48 592 0 0.250000 ) )\r
-( ( -80 64 637 0.703125 0 ) ( -80 56 635 0.703125 0.125000 ) ( -80 48 634 0.703125 0.250000 ) )\r
-( ( -80 48 677 1.376271 0 ) ( -80 41 675 1.376271 0.125000 ) ( -80 33 672 1.376271 0.250000 ) )\r
-( ( -80 35 715 2.003805 0 ) ( -80 28 711 2.003805 0.125000 ) ( -80 21 707 2.003805 0.250000 ) )\r
-( ( -80 0 744 2.714012 0 ) ( -80 0 735 2.714012 0.125000 ) ( -80 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 75\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -144 48 592 0 0 ) ( -144 56 592 0 0.125000 ) ( -144 64 592 0 0.250000 ) )\r
-( ( -144 48 634 0.656250 0 ) ( -144 56 635 0.656250 0.125000 ) ( -144 64 637 0.656250 0.250000 ) )\r
-( ( -144 33 672 1.294584 0 ) ( -144 41 675 1.294584 0.125000 ) ( -144 48 677 1.294584 0.250000 ) )\r
-( ( -144 21 707 1.872709 0 ) ( -144 28 711 1.872709 0.125000 ) ( -144 35 715 1.872709 0.250000 ) )\r
-( ( -144 0 728 2.336748 0 ) ( -144 0 735 2.336748 0.125000 ) ( -144 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 76\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -144 -64 592 0 0 ) ( -144 -56 592 0 0.125000 ) ( -144 -48 592 0 0.250000 ) )\r
-( ( -144 -64 637 0.703125 0 ) ( -144 -56 635 0.703125 0.125000 ) ( -144 -48 634 0.703125 0.250000 ) )\r
-( ( -144 -48 677 1.376271 0 ) ( -144 -41 675 1.376271 0.125000 ) ( -144 -33 672 1.376271 0.250000 ) )\r
-( ( -144 -35 715 2.003805 0 ) ( -144 -28 711 2.003805 0.125000 ) ( -144 -21 707 2.003805 0.250000 ) )\r
-( ( -144 0 744 2.714012 0 ) ( -144 0 735 2.714012 0.125000 ) ( -144 0 728 2.714012 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 77\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -80 -48 592 0 0 ) ( -80 -56 592 0 0.125000 ) ( -80 -64 592 0 0.250000 ) )\r
-( ( -80 -48 634 0.656250 0 ) ( -80 -56 635 0.656250 0.125000 ) ( -80 -64 637 0.656250 0.250000 ) )\r
-( ( -80 -33 672 1.294584 0 ) ( -80 -41 675 1.294584 0.125000 ) ( -80 -48 677 1.294584 0.250000 ) )\r
-( ( -80 -21 707 1.872709 0 ) ( -80 -28 711 1.872709 0.125000 ) ( -80 -35 715 1.872709 0.250000 ) )\r
-( ( -80 0 728 2.336748 0 ) ( -80 0 735 2.336748 0.125000 ) ( -80 0 744 2.336748 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 78\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 0 728 0 0 ) ( -112 0 728 0 0.500000 ) ( -80 0 728 0 1 ) )\r
-( ( -144 -6 734 0.132583 0 ) ( -112 -6 734 0.132583 0.500000 ) ( -80 -6 734 0.132583 1 ) )\r
-( ( -144 -11 739 0.243068 0 ) ( -112 -11 739 0.243068 0.500000 ) ( -80 -11 739 0.243068 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 79\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -80 -64 592 0 0 ) ( -112 -64 592 0 0.500000 ) ( -144 -64 592 0 1 ) )\r
-( ( -80 -64 637 0.703125 0 ) ( -112 -64 637 0.703125 0.500000 ) ( -144 -64 637 0.703125 1 ) )\r
-( ( -80 -48 677 1.376271 0 ) ( -112 -48 677 1.376271 0.500000 ) ( -144 -48 677 1.376271 1 ) )\r
-( ( -80 -35 715 2.003805 0 ) ( -112 -35 715 2.003805 0.500000 ) ( -144 -35 715 2.003805 1 ) )\r
-( ( -80 -11 739 2.534135 0 ) ( -112 -11 739 2.534135 0.500000 ) ( -144 -11 739 2.534135 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 80\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 0 728 0 0 ) ( -111.999992 0 728 0 0.500000 ) ( -144 0 728 0 1 ) )\r
-( ( -80 5.719587 733.593384 0.125000 0 ) ( -111.999992 5.719587 733.593384 0.125000 0.500000 ) ( -144 5.719587 733.593384 0.125000 1 ) )\r
-( ( -80 11.439175 739.186829 0.250000 0 ) ( -111.999992 11.439175 739.186829 0.250000 0.500000 ) ( -144 11.439175 739.186829 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 81\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 -48 592 0 0 ) ( -112 -48 592 0 0.500000 ) ( -144 -48 592 0 1 ) )\r
-( ( -80 -56 592 0.125000 0 ) ( -112 -56 592 0.125000 0.500000 ) ( -144 -56 592 0.125000 1 ) )\r
-( ( -80 -64 592 0.250000 0 ) ( -112 -64 592 0.250000 0.500000 ) ( -144 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 82\r
-{\r
-( -224 -64 576 ) ( 1312 -64 576 ) ( 1312 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 1312 -56 592 ) ( 1312 -64 592 ) ( -224 -64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 1312 -48 592 ) ( -224 -48 592 ) ( -224 -48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 -56 592 ) ( -144 -64 592 ) ( -144 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1056 -64 592 ) ( 480 -64 592 ) ( 480 -64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -80 -64 592 ) ( -80 -56 592 ) ( -80 -56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 83\r
-{\r
-( 0 64 576 ) ( -1536 64 576 ) ( -1536 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1536 56 592 ) ( -1536 64 592 ) ( 0 64 592 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1536 48 592 ) ( 0 48 592 ) ( 0 48 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -80 56 592 ) ( -80 64 592 ) ( -80 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 64 592 ) ( -704 64 592 ) ( -704 64 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 64 592 ) ( -144 56 592 ) ( -144 56 576 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 84\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -80 48 592 0 0 ) ( -111.999992 48 592 0 0.500000 ) ( -144 48 592 0 1 ) )\r
-( ( -80 48 633.754395 0.652412 0 ) ( -111.999992 48 633.754395 0.652412 0.500000 ) ( -144 48 633.754395 0.652412 1 ) )\r
-( ( -80 33 671.929871 1.293298 0 ) ( -111.999992 33 671.929871 1.293298 0.500000 ) ( -144 33 671.929871 1.293298 1 ) )\r
-( ( -80 21 706.526306 1.865462 0 ) ( -111.999992 21 706.526306 1.865462 0.500000 ) ( -144 21 706.526306 1.865462 1 ) )\r
-( ( -80 0 728 2.334763 0 ) ( -111.999992 0 728 2.334763 0.500000 ) ( -144 0 728 2.334763 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 85\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -144 64 592 0 0 ) ( -111.999992 64 592 0 0.500000 ) ( -80 64 592 0 1 ) )\r
-( ( -144 63.720482 636.732056 0.698952 0 ) ( -111.999992 63.720482 636.732056 0.698952 0.500000 ) ( -80 63.720482 636.732056 0.698952 1 ) )\r
-( ( -144 48.007172 677.478271 1.381312 0 ) ( -111.999992 48.007172 677.478271 1.381312 0.500000 ) ( -80 48.007172 677.478271 1.381312 1 ) )\r
-( ( -144 34.606335 714.944580 2.003044 0 ) ( -111.999992 34.606335 714.944580 2.003044 0.500000 ) ( -80 34.606335 714.944580 2.003044 1 ) )\r
-( ( -144 11.439175 739.186829 2.526983 0 ) ( -111.999992 11.439175 739.186829 2.526983 0.500000 ) ( -80 11.439175 739.186829 2.526983 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 86\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 48 592 0 0 ) ( -111.999992 48 592 0 0.500000 ) ( -80 48 592 0 1 ) )\r
-( ( -144 56 592 0.125000 0 ) ( -111.999992 56 592 0.125000 0.500000 ) ( -80 56 592 0.125000 1 ) )\r
-( ( -144 64 592 0.250000 0 ) ( -111.999992 64 592 0.250000 0.500000 ) ( -80 64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 87\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 -64 576 0 0 ) ( -112 -64 576 0 0.500000 ) ( -80 -64 576 0 1 ) )\r
-( ( -144 -64 584 0.125000 0 ) ( -112 -64 584 0.125000 0.500000 ) ( -80 -64 584 0.125000 1 ) )\r
-( ( -144 -64 592 0.250000 0 ) ( -112 -64 592 0.250000 0.500000 ) ( -80 -64 592 0.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 88\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/pitted_rust3\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -32.000008 64 592 0 0 ) ( -687.999939 64 592 0 5.875000 ) ( -1344 64 592 0 11.750000 ) )\r
-( ( -32.000008 64 638.666687 0.364583 0 ) ( -687.999939 64 638.666687 0.364583 5.875000 ) ( -1344 64 638.666687 0.364583 11.750000 ) )\r
-( ( -32.000008 44 681.333374 0.732721 0 ) ( -687.999939 44 681.333374 0.732721 5.875000 ) ( -1344 44 681.333374 0.732721 11.750000 ) )\r
-( ( -32.000008 28 720 1.059645 0 ) ( -687.999939 28 720 1.059645 5.875000 ) ( -1344 28 720 1.059645 11.750000 ) )\r
-( ( -32.000008 0 744 1.347756 0 ) ( -687.999939 0 744 1.347756 5.875000 ) ( -1344 0 744 1.347756 11.750000 ) )\r
-)\r
-  }\r
- }\r
-// brush 89\r
-{\r
-( 256 -464 256 ) ( 256 -448 256 ) ( 176 -448 256 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( 176 -448 776 ) ( 256 -448 776 ) ( 256 -464 776 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( -1344 -448 1024 ) ( -1344 -464 1024 ) ( -1344 -464 320 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( -720 -464 1024 ) ( -640 -464 1024 ) ( -640 -464 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -496 1024 ) ( 0 -480 1024 ) ( 0 -480 320 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( 448 -448 1024 ) ( 368 -448 1024 ) ( 368 -448 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 90\r
-{\r
-( 256 448 256 ) ( 256 464 256 ) ( 176 464 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 176 464 776 ) ( 256 464 776 ) ( 256 448 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1344 464 1024 ) ( -1344 448 1024 ) ( -1344 448 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -528 448 1024 ) ( -448 448 1024 ) ( -448 448 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 416 1024 ) ( 0 432 1024 ) ( 0 432 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 464 1024 ) ( 176 464 1024 ) ( 176 464 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 91\r
-{\r
-( -1168 -448 256 ) ( -1168 -80 256 ) ( -1168 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1280 -448 256 ) ( -1168 -448 256 ) ( -1168 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1296 -80 256 ) ( -1296 -448 256 ) ( -1296 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1168 -432 224 ) ( -1280 -432 224 ) ( -1280 -432 192 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1168 -80 256 ) ( -1168 -448 256 ) ( -1280 -448 256 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-( -1280 -448 224 ) ( -1168 -448 224 ) ( -1168 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-}\r
-// brush 92\r
-{\r
-( -1240 -480 216 ) ( -1240 -552 216 ) ( -1240 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -992 -428 216 ) ( -664 -428 216 ) ( -664 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1256 -500 216 ) ( -1256 -428 216 ) ( -1256 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -688 -432 216 ) ( -1016 -432 216 ) ( -1016 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -640 -496 224 ) ( -640 -424 224 ) ( -968 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1248 -428 258 ) ( -1240 -428 232 ) ( -1240 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1248 -428 258 ) ( -1256 -432 232 ) ( -1256 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 93\r
-{\r
-( -1240 -428 220 ) ( -1240 -438 220 ) ( -1240 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1256 -428 220 ) ( -1240 -428 220 ) ( -1240 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1256 -438 220 ) ( -1256 -428 220 ) ( -1256 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1240 -448 220 ) ( -1256 -448 220 ) ( -1256 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1240 -438 220 ) ( -1240 -428 220 ) ( -1256 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1256 -428 224 ) ( -1240 -428 224 ) ( -1240 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 94\r
-{\r
-( -1208 -480 216 ) ( -1208 -552 216 ) ( -1208 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -960 -428 216 ) ( -632 -428 216 ) ( -632 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1224 -500 216 ) ( -1224 -428 216 ) ( -1224 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -656 -432 216 ) ( -984 -432 216 ) ( -984 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -608 -496 224 ) ( -608 -424 224 ) ( -936 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1216 -428 258 ) ( -1208 -428 232 ) ( -1208 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1216 -428 258 ) ( -1224 -432 232 ) ( -1224 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 95\r
-{\r
-( -1208 -428 220 ) ( -1208 -438 220 ) ( -1208 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1224 -428 220 ) ( -1208 -428 220 ) ( -1208 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1224 -438 220 ) ( -1224 -428 220 ) ( -1224 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1208 -448 220 ) ( -1224 -448 220 ) ( -1224 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1208 -438 220 ) ( -1208 -428 220 ) ( -1224 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1224 -428 224 ) ( -1208 -428 224 ) ( -1208 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 96\r
-{\r
-( -1272 -480 216 ) ( -1272 -552 216 ) ( -1272 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1024 -428 216 ) ( -696 -428 216 ) ( -696 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1288 -500 216 ) ( -1288 -428 216 ) ( -1288 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -720 -432 216 ) ( -1048 -432 216 ) ( -1048 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -672 -496 224 ) ( -672 -424 224 ) ( -1000 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1280 -428 258 ) ( -1272 -428 232 ) ( -1272 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1280 -428 258 ) ( -1288 -432 232 ) ( -1288 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 97\r
-{\r
-( -1272 -428 220 ) ( -1272 -438 220 ) ( -1272 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1288 -428 220 ) ( -1272 -428 220 ) ( -1272 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1288 -438 220 ) ( -1288 -428 220 ) ( -1288 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1272 -448 220 ) ( -1288 -448 220 ) ( -1288 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1272 -438 220 ) ( -1272 -428 220 ) ( -1288 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1288 -428 224 ) ( -1272 -428 224 ) ( -1272 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 98\r
-{\r
-( -1176 -480 216 ) ( -1176 -552 216 ) ( -1176 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -928 -428 216 ) ( -600 -428 216 ) ( -600 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1192 -500 216 ) ( -1192 -428 216 ) ( -1192 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -624 -432 216 ) ( -952 -432 216 ) ( -952 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -576 -496 224 ) ( -576 -424 224 ) ( -904 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1184 -428 258 ) ( -1176 -428 232 ) ( -1176 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1184 -428 258 ) ( -1192 -432 232 ) ( -1192 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 99\r
-{\r
-( -1176 -428 220 ) ( -1176 -438 220 ) ( -1176 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1192 -428 220 ) ( -1176 -428 220 ) ( -1176 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1192 -438 220 ) ( -1192 -428 220 ) ( -1192 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1176 -448 220 ) ( -1192 -448 220 ) ( -1192 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1176 -438 220 ) ( -1176 -428 220 ) ( -1192 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1192 -428 224 ) ( -1176 -428 224 ) ( -1176 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 100\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 -448 256 0 0 ) ( -1264 -440 256 0 0.125000 ) ( -1264 -432 256 0 0.250000 ) )\r
-( ( -1264 -448 592 5.250000 0 ) ( -1264 -440 584 5.250000 0.125000 ) ( -1264 -440 584 5.250000 0.250000 ) )\r
-( ( -1264 -64 592 11.250000 0 ) ( -1264 -64 584 11.250000 0.125000 ) ( -1264 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 101\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 -432 256 0 0 ) ( -1200 -440 256 0 0.125000 ) ( -1200 -448 256 0 0.250000 ) )\r
-( ( -1200 -440 584 5.126524 0 ) ( -1200 -440 584 5.126524 0.125000 ) ( -1200 -448 592 5.126524 0.250000 ) )\r
-( ( -1200 -64 576 11.002853 0 ) ( -1200 -64 584 11.002853 0.125000 ) ( -1200 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 102\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 -448 256 0 0 ) ( -1232 -448 256 0 0.500000 ) ( -1264 -448 256 0 1 ) )\r
-( ( -1200 -448 592 5.250000 0 ) ( -1232 -448 592 5.250000 0.500000 ) ( -1264 -448 592 5.250000 1 ) )\r
-( ( -1200 -64 592 11.250000 0 ) ( -1232 -64 592 11.250000 0.500000 ) ( -1264 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 103\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 -448 256 0 0 ) ( -1008 -448 256 0 0.500000 ) ( -1040 -448 256 0 1 ) )\r
-( ( -976 -448 592 5.250000 0 ) ( -1008 -448 592 5.250000 0.500000 ) ( -1040 -448 592 5.250000 1 ) )\r
-( ( -976 -64 592 11.250000 0 ) ( -1008 -64 592 11.250000 0.500000 ) ( -1040 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 104\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 -432 256 0 0 ) ( -976 -440 256 0 0.125000 ) ( -976 -448 256 0 0.250000 ) )\r
-( ( -976 -440 584 5.126524 0 ) ( -976 -440 584 5.126524 0.125000 ) ( -976 -448 592 5.126524 0.250000 ) )\r
-( ( -976 -64 576 11.002853 0 ) ( -976 -64 584 11.002853 0.125000 ) ( -976 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 105\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 -448 256 0 0 ) ( -1040 -440 256 0 0.125000 ) ( -1040 -432 256 0 0.250000 ) )\r
-( ( -1040 -448 592 5.250000 0 ) ( -1040 -440 584 5.250000 0.125000 ) ( -1040 -440 584 5.250000 0.250000 ) )\r
-( ( -1040 -64 592 11.250000 0 ) ( -1040 -64 584 11.250000 0.125000 ) ( -1040 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 106\r
-{\r
-( -968 -428 224 ) ( -952 -428 224 ) ( -952 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -952 -438 220 ) ( -952 -428 220 ) ( -968 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -952 -448 220 ) ( -968 -448 220 ) ( -968 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -968 -438 220 ) ( -968 -428 220 ) ( -968 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -968 -428 220 ) ( -952 -428 220 ) ( -952 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -952 -428 220 ) ( -952 -438 220 ) ( -952 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 107\r
-{\r
-( -960 -428 258 ) ( -968 -432 232 ) ( -968 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -960 -428 258 ) ( -952 -428 232 ) ( -952 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -352 -496 224 ) ( -352 -424 224 ) ( -680 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -400 -432 216 ) ( -728 -432 216 ) ( -728 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -968 -500 216 ) ( -968 -428 216 ) ( -968 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -704 -428 216 ) ( -376 -428 216 ) ( -376 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -952 -480 216 ) ( -952 -552 216 ) ( -952 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 108\r
-{\r
-( -1064 -428 224 ) ( -1048 -428 224 ) ( -1048 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1048 -438 220 ) ( -1048 -428 220 ) ( -1064 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1048 -448 220 ) ( -1064 -448 220 ) ( -1064 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1064 -438 220 ) ( -1064 -428 220 ) ( -1064 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1064 -428 220 ) ( -1048 -428 220 ) ( -1048 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1048 -428 220 ) ( -1048 -438 220 ) ( -1048 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 109\r
-{\r
-( -1056 -428 258 ) ( -1064 -432 232 ) ( -1064 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1056 -428 258 ) ( -1048 -428 232 ) ( -1048 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -448 -496 224 ) ( -448 -424 224 ) ( -776 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -496 -432 216 ) ( -824 -432 216 ) ( -824 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1064 -500 216 ) ( -1064 -428 216 ) ( -1064 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -800 -428 216 ) ( -472 -428 216 ) ( -472 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1048 -480 216 ) ( -1048 -552 216 ) ( -1048 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 110\r
-{\r
-( -1000 -428 224 ) ( -984 -428 224 ) ( -984 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -984 -438 220 ) ( -984 -428 220 ) ( -1000 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -984 -448 220 ) ( -1000 -448 220 ) ( -1000 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1000 -438 220 ) ( -1000 -428 220 ) ( -1000 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1000 -428 220 ) ( -984 -428 220 ) ( -984 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -984 -428 220 ) ( -984 -438 220 ) ( -984 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 111\r
-{\r
-( -992 -428 258 ) ( -1000 -432 232 ) ( -1000 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -992 -428 258 ) ( -984 -428 232 ) ( -984 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -384 -496 224 ) ( -384 -424 224 ) ( -712 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -432 -432 216 ) ( -760 -432 216 ) ( -760 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1000 -500 216 ) ( -1000 -428 216 ) ( -1000 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -736 -428 216 ) ( -408 -428 216 ) ( -408 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -984 -480 216 ) ( -984 -552 216 ) ( -984 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 112\r
-{\r
-( -1032 -428 224 ) ( -1016 -428 224 ) ( -1016 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1016 -438 220 ) ( -1016 -428 220 ) ( -1032 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -1016 -448 220 ) ( -1032 -448 220 ) ( -1032 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1032 -438 220 ) ( -1032 -428 220 ) ( -1032 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1032 -428 220 ) ( -1016 -428 220 ) ( -1016 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1016 -428 220 ) ( -1016 -438 220 ) ( -1016 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 113\r
-{\r
-( -1024 -428 258 ) ( -1032 -432 232 ) ( -1032 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1024 -428 258 ) ( -1016 -428 232 ) ( -1016 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -416 -496 224 ) ( -416 -424 224 ) ( -744 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -464 -432 216 ) ( -792 -432 216 ) ( -792 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1032 -500 216 ) ( -1032 -428 216 ) ( -1032 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -768 -428 216 ) ( -440 -428 216 ) ( -440 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -1016 -480 216 ) ( -1016 -552 216 ) ( -1016 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 114\r
-{\r
-( -1056 -448 224 ) ( -944 -448 224 ) ( -944 -80 224 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -944 -80 256 ) ( -944 -448 256 ) ( -1056 -448 256 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -944 -432 224 ) ( -1056 -432 224 ) ( -1056 -432 192 ) base_trim/spidertrim -64 0 -180 0.500000 -0.500000 0 0 0\r
-( -1072 -80 256 ) ( -1072 -448 256 ) ( -1072 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1056 -448 256 ) ( -944 -448 256 ) ( -944 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -944 -448 256 ) ( -944 -80 256 ) ( -944 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 115\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 -432 256 0 0 ) ( -1008 -432 256 0 0.250000 ) ( -976 -432 256 0 0.500001 ) )\r
-( ( -1040 -440 584 5.000002 0 ) ( -1008 -440 584 5.000002 0.250000 ) ( -976 -440 584 5.000002 0.500001 ) )\r
-( ( -1040 -64 576 10.750113 0 ) ( -1008 -64 576 10.750113 0.250000 ) ( -976 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 116\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 -432 256 0 0 ) ( -784 -432 256 0 0.250000 ) ( -752 -432 256 0 0.500001 ) )\r
-( ( -816 -440 584 5.000002 0 ) ( -784 -440 584 5.000002 0.250000 ) ( -752 -440 584 5.000002 0.500001 ) )\r
-( ( -816 -64 576 10.750113 0 ) ( -784 -64 576 10.750113 0.250000 ) ( -752 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 117\r
-{\r
-( -832 -448 224 ) ( -720 -448 224 ) ( -720 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-( -720 -80 256 ) ( -720 -448 256 ) ( -832 -448 256 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-( -720 -432 224 ) ( -832 -432 224 ) ( -832 -432 192 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -848 -80 256 ) ( -848 -448 256 ) ( -848 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -832 -448 256 ) ( -720 -448 256 ) ( -720 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -720 -448 256 ) ( -720 -80 256 ) ( -720 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 118\r
-{\r
-( -800 -428 258 ) ( -808 -432 232 ) ( -808 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -800 -428 258 ) ( -792 -428 232 ) ( -792 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -192 -496 224 ) ( -192 -424 224 ) ( -520 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -240 -432 216 ) ( -568 -432 216 ) ( -568 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -808 -500 216 ) ( -808 -428 216 ) ( -808 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -544 -428 216 ) ( -216 -428 216 ) ( -216 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -792 -480 216 ) ( -792 -552 216 ) ( -792 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 119\r
-{\r
-( -808 -428 224 ) ( -792 -428 224 ) ( -792 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -792 -438 220 ) ( -792 -428 220 ) ( -808 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -792 -448 220 ) ( -808 -448 220 ) ( -808 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -808 -438 220 ) ( -808 -428 220 ) ( -808 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -808 -428 220 ) ( -792 -428 220 ) ( -792 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -792 -428 220 ) ( -792 -438 220 ) ( -792 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 120\r
-{\r
-( -768 -428 258 ) ( -776 -432 232 ) ( -776 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -768 -428 258 ) ( -760 -428 232 ) ( -760 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -160 -496 224 ) ( -160 -424 224 ) ( -488 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -208 -432 216 ) ( -536 -432 216 ) ( -536 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -776 -500 216 ) ( -776 -428 216 ) ( -776 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -512 -428 216 ) ( -184 -428 216 ) ( -184 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -760 -480 216 ) ( -760 -552 216 ) ( -760 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 121\r
-{\r
-( -776 -428 224 ) ( -760 -428 224 ) ( -760 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -760 -438 220 ) ( -760 -428 220 ) ( -776 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -760 -448 220 ) ( -776 -448 220 ) ( -776 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -776 -438 220 ) ( -776 -428 220 ) ( -776 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -776 -428 220 ) ( -760 -428 220 ) ( -760 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -760 -428 220 ) ( -760 -438 220 ) ( -760 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 122\r
-{\r
-( -832 -428 258 ) ( -840 -432 232 ) ( -840 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -832 -428 258 ) ( -824 -428 232 ) ( -824 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -224 -496 224 ) ( -224 -424 224 ) ( -552 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -272 -432 216 ) ( -600 -432 216 ) ( -600 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -840 -500 216 ) ( -840 -428 216 ) ( -840 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -576 -428 216 ) ( -248 -428 216 ) ( -248 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -824 -480 216 ) ( -824 -552 216 ) ( -824 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 123\r
-{\r
-( -840 -428 224 ) ( -824 -428 224 ) ( -824 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -824 -438 220 ) ( -824 -428 220 ) ( -840 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -824 -448 220 ) ( -840 -448 220 ) ( -840 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -840 -438 220 ) ( -840 -428 220 ) ( -840 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -840 -428 220 ) ( -824 -428 220 ) ( -824 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -824 -428 220 ) ( -824 -438 220 ) ( -824 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 124\r
-{\r
-( -736 -428 258 ) ( -744 -432 232 ) ( -744 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -736 -428 258 ) ( -728 -428 232 ) ( -728 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -128 -496 224 ) ( -128 -424 224 ) ( -456 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -176 -432 216 ) ( -504 -432 216 ) ( -504 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -744 -500 216 ) ( -744 -428 216 ) ( -744 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -480 -428 216 ) ( -152 -428 216 ) ( -152 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -728 -480 216 ) ( -728 -552 216 ) ( -728 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 125\r
-{\r
-( -744 -428 224 ) ( -728 -428 224 ) ( -728 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -728 -438 220 ) ( -728 -428 220 ) ( -744 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -728 -448 220 ) ( -744 -448 220 ) ( -744 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -744 -438 220 ) ( -744 -428 220 ) ( -744 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -744 -428 220 ) ( -728 -428 220 ) ( -728 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -728 -428 220 ) ( -728 -438 220 ) ( -728 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 126\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 -448 256 0 0 ) ( -816 -440 256 0 0.125000 ) ( -816 -432 256 0 0.250000 ) )\r
-( ( -816 -448 592 5.250000 0 ) ( -816 -440 584 5.250000 0.125000 ) ( -816 -440 584 5.250000 0.250000 ) )\r
-( ( -816 -64 592 11.250000 0 ) ( -816 -64 584 11.250000 0.125000 ) ( -816 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 127\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 -432 256 0 0 ) ( -752 -440 256 0 0.125000 ) ( -752 -448 256 0 0.250000 ) )\r
-( ( -752 -440 584 5.126524 0 ) ( -752 -440 584 5.126524 0.125000 ) ( -752 -448 592 5.126524 0.250000 ) )\r
-( ( -752 -64 576 11.002853 0 ) ( -752 -64 584 11.002853 0.125000 ) ( -752 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 128\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 -448 256 0 0 ) ( -784 -448 256 0 0.500000 ) ( -816 -448 256 0 1 ) )\r
-( ( -752 -448 592 5.250000 0 ) ( -784 -448 592 5.250000 0.500000 ) ( -816 -448 592 5.250000 1 ) )\r
-( ( -752 -64 592 11.250000 0 ) ( -784 -64 592 11.250000 0.500000 ) ( -816 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 129\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 -448 256 0 0 ) ( -560 -448 256 0 0.500000 ) ( -592 -448 256 0 1 ) )\r
-( ( -528 -448 592 5.250000 0 ) ( -560 -448 592 5.250000 0.500000 ) ( -592 -448 592 5.250000 1 ) )\r
-( ( -528 -64 592 11.250000 0 ) ( -560 -64 592 11.250000 0.500000 ) ( -592 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 130\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 -432 256 0 0 ) ( -528 -440 256 0 0.125000 ) ( -528 -448 256 0 0.250000 ) )\r
-( ( -528 -440 584 5.126524 0 ) ( -528 -440 584 5.126524 0.125000 ) ( -528 -448 592 5.126524 0.250000 ) )\r
-( ( -528 -64 576 11.002853 0 ) ( -528 -64 584 11.002853 0.125000 ) ( -528 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 131\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 -448 256 0 0 ) ( -592 -440 256 0 0.125000 ) ( -592 -432 256 0 0.250000 ) )\r
-( ( -592 -448 592 5.250000 0 ) ( -592 -440 584 5.250000 0.125000 ) ( -592 -440 584 5.250000 0.250000 ) )\r
-( ( -592 -64 592 11.250000 0 ) ( -592 -64 584 11.250000 0.125000 ) ( -592 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 132\r
-{\r
-( -520 -428 224 ) ( -504 -428 224 ) ( -504 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -504 -438 220 ) ( -504 -428 220 ) ( -520 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -504 -448 220 ) ( -520 -448 220 ) ( -520 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -520 -438 220 ) ( -520 -428 220 ) ( -520 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -520 -428 220 ) ( -504 -428 220 ) ( -504 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -504 -428 220 ) ( -504 -438 220 ) ( -504 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 133\r
-{\r
-( -512 -428 258 ) ( -520 -432 232 ) ( -520 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -512 -428 258 ) ( -504 -428 232 ) ( -504 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 96 -496 224 ) ( 96 -424 224 ) ( -232 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( 48 -432 216 ) ( -280 -432 216 ) ( -280 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -520 -500 216 ) ( -520 -428 216 ) ( -520 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -256 -428 216 ) ( 72 -428 216 ) ( 72 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -504 -480 216 ) ( -504 -552 216 ) ( -504 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 134\r
-{\r
-( -616 -428 224 ) ( -600 -428 224 ) ( -600 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -600 -438 220 ) ( -600 -428 220 ) ( -616 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -600 -448 220 ) ( -616 -448 220 ) ( -616 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -616 -438 220 ) ( -616 -428 220 ) ( -616 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -616 -428 220 ) ( -600 -428 220 ) ( -600 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -600 -428 220 ) ( -600 -438 220 ) ( -600 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 135\r
-{\r
-( -608 -428 258 ) ( -616 -432 232 ) ( -616 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -608 -428 258 ) ( -600 -428 232 ) ( -600 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 0 -496 224 ) ( 0 -424 224 ) ( -328 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -48 -432 216 ) ( -376 -432 216 ) ( -376 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -616 -500 216 ) ( -616 -428 216 ) ( -616 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -352 -428 216 ) ( -24 -428 216 ) ( -24 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -600 -480 216 ) ( -600 -552 216 ) ( -600 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 136\r
-{\r
-( -552 -428 224 ) ( -536 -428 224 ) ( -536 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -536 -438 220 ) ( -536 -428 220 ) ( -552 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -536 -448 220 ) ( -552 -448 220 ) ( -552 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -552 -438 220 ) ( -552 -428 220 ) ( -552 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -552 -428 220 ) ( -536 -428 220 ) ( -536 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -536 -428 220 ) ( -536 -438 220 ) ( -536 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 137\r
-{\r
-( -544 -428 258 ) ( -552 -432 232 ) ( -552 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -544 -428 258 ) ( -536 -428 232 ) ( -536 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 64 -496 224 ) ( 64 -424 224 ) ( -264 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( 16 -432 216 ) ( -312 -432 216 ) ( -312 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -552 -500 216 ) ( -552 -428 216 ) ( -552 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -288 -428 216 ) ( 40 -428 216 ) ( 40 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -536 -480 216 ) ( -536 -552 216 ) ( -536 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 138\r
-{\r
-( -584 -428 224 ) ( -568 -428 224 ) ( -568 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -568 -438 220 ) ( -568 -428 220 ) ( -584 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -568 -448 220 ) ( -584 -448 220 ) ( -584 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -584 -438 220 ) ( -584 -428 220 ) ( -584 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -584 -428 220 ) ( -568 -428 220 ) ( -568 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -568 -428 220 ) ( -568 -438 220 ) ( -568 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 139\r
-{\r
-( -576 -428 258 ) ( -584 -432 232 ) ( -584 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -576 -428 258 ) ( -568 -428 232 ) ( -568 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 32 -496 224 ) ( 32 -424 224 ) ( -296 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -16 -432 216 ) ( -344 -432 216 ) ( -344 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -584 -500 216 ) ( -584 -428 216 ) ( -584 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -320 -428 216 ) ( 8 -428 216 ) ( 8 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -568 -480 216 ) ( -568 -552 216 ) ( -568 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 140\r
-{\r
-( -608 -448 224 ) ( -496 -448 224 ) ( -496 -80 224 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -496 -80 256 ) ( -496 -448 256 ) ( -608 -448 256 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -496 -432 224 ) ( -608 -432 224 ) ( -608 -432 192 ) base_trim/spidertrim -64 0 -180 0.500000 -0.500000 0 0 0\r
-( -624 -80 256 ) ( -624 -448 256 ) ( -624 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -608 -448 256 ) ( -496 -448 256 ) ( -496 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -496 -448 256 ) ( -496 -80 256 ) ( -496 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 141\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 -432 256 0 0 ) ( -560 -432 256 0 0.250000 ) ( -528 -432 256 0 0.500001 ) )\r
-( ( -592 -440 584 5.000002 0 ) ( -560 -440 584 5.000002 0.250000 ) ( -528 -440 584 5.000002 0.500001 ) )\r
-( ( -592 -64 576 10.750113 0 ) ( -560 -64 576 10.750113 0.250000 ) ( -528 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 142\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 -432 256 0 0 ) ( -336 -432 256 0 0.250000 ) ( -304 -432 256 0 0.500001 ) )\r
-( ( -368 -440 584 5.000002 0 ) ( -336 -440 584 5.000002 0.250000 ) ( -304 -440 584 5.000002 0.500001 ) )\r
-( ( -368 -64 576 10.750113 0 ) ( -336 -64 576 10.750113 0.250000 ) ( -304 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 143\r
-{\r
-( -384 -448 224 ) ( -272 -448 224 ) ( -272 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-( -272 -80 256 ) ( -272 -448 256 ) ( -384 -448 256 ) base_trim/spidertrim 0 0 -180 0.500000 0.500000 0 0 0\r
-( -272 -432 224 ) ( -384 -432 224 ) ( -384 -432 192 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -400 -80 256 ) ( -400 -448 256 ) ( -400 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -384 -448 256 ) ( -272 -448 256 ) ( -272 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -272 -448 256 ) ( -272 -80 256 ) ( -272 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 144\r
-{\r
-( -352 -428 258 ) ( -360 -432 232 ) ( -360 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -352 -428 258 ) ( -344 -428 232 ) ( -344 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 256 -496 224 ) ( 256 -424 224 ) ( -72 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( 208 -432 216 ) ( -120 -432 216 ) ( -120 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -360 -500 216 ) ( -360 -428 216 ) ( -360 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -96 -428 216 ) ( 232 -428 216 ) ( 232 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -344 -480 216 ) ( -344 -552 216 ) ( -344 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 145\r
-{\r
-( -360 -428 224 ) ( -344 -428 224 ) ( -344 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -344 -438 220 ) ( -344 -428 220 ) ( -360 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -344 -448 220 ) ( -360 -448 220 ) ( -360 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -360 -438 220 ) ( -360 -428 220 ) ( -360 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -360 -428 220 ) ( -344 -428 220 ) ( -344 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -344 -428 220 ) ( -344 -438 220 ) ( -344 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 146\r
-{\r
-( -320 -428 258 ) ( -328 -432 232 ) ( -328 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -320 -428 258 ) ( -312 -428 232 ) ( -312 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 288 -496 224 ) ( 288 -424 224 ) ( -40 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( 240 -432 216 ) ( -88 -432 216 ) ( -88 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -328 -500 216 ) ( -328 -428 216 ) ( -328 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -64 -428 216 ) ( 264 -428 216 ) ( 264 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -312 -480 216 ) ( -312 -552 216 ) ( -312 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 147\r
-{\r
-( -328 -428 224 ) ( -312 -428 224 ) ( -312 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -312 -438 220 ) ( -312 -428 220 ) ( -328 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -312 -448 220 ) ( -328 -448 220 ) ( -328 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -328 -438 220 ) ( -328 -428 220 ) ( -328 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -328 -428 220 ) ( -312 -428 220 ) ( -312 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -312 -428 220 ) ( -312 -438 220 ) ( -312 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 148\r
-{\r
-( -384 -428 258 ) ( -392 -432 232 ) ( -392 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -384 -428 258 ) ( -376 -428 232 ) ( -376 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 224 -496 224 ) ( 224 -424 224 ) ( -104 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( 176 -432 216 ) ( -152 -432 216 ) ( -152 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -392 -500 216 ) ( -392 -428 216 ) ( -392 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -128 -428 216 ) ( 200 -428 216 ) ( 200 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -376 -480 216 ) ( -376 -552 216 ) ( -376 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 149\r
-{\r
-( -392 -428 224 ) ( -376 -428 224 ) ( -376 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -376 -438 220 ) ( -376 -428 220 ) ( -392 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -376 -448 220 ) ( -392 -448 220 ) ( -392 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -392 -438 220 ) ( -392 -428 220 ) ( -392 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -392 -428 220 ) ( -376 -428 220 ) ( -376 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -376 -428 220 ) ( -376 -438 220 ) ( -376 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 150\r
-{\r
-( -288 -428 258 ) ( -296 -432 232 ) ( -296 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -288 -428 258 ) ( -280 -428 232 ) ( -280 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 320 -496 224 ) ( 320 -424 224 ) ( -8 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( 272 -432 216 ) ( -56 -432 216 ) ( -56 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -296 -500 216 ) ( -296 -428 216 ) ( -296 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -32 -428 216 ) ( 296 -428 216 ) ( 296 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -280 -480 216 ) ( -280 -552 216 ) ( -280 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 151\r
-{\r
-( -296 -428 224 ) ( -280 -428 224 ) ( -280 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -280 -438 220 ) ( -280 -428 220 ) ( -296 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -280 -448 220 ) ( -296 -448 220 ) ( -296 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -296 -438 220 ) ( -296 -428 220 ) ( -296 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -296 -428 220 ) ( -280 -428 220 ) ( -280 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -280 -428 220 ) ( -280 -438 220 ) ( -280 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 152\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 -448 256 0 0 ) ( -368 -440 256 0 0.125000 ) ( -368 -432 256 0 0.250000 ) )\r
-( ( -368 -448 592 5.250000 0 ) ( -368 -440 584 5.250000 0.125000 ) ( -368 -440 584 5.250000 0.250000 ) )\r
-( ( -368 -64 592 11.250000 0 ) ( -368 -64 584 11.250000 0.125000 ) ( -368 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 153\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 -432 256 0 0 ) ( -304 -440 256 0 0.125000 ) ( -304 -448 256 0 0.250000 ) )\r
-( ( -304 -440 584 5.126524 0 ) ( -304 -440 584 5.126524 0.125000 ) ( -304 -448 592 5.126524 0.250000 ) )\r
-( ( -304 -64 576 11.002853 0 ) ( -304 -64 584 11.002853 0.125000 ) ( -304 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 154\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 -448 256 0 0 ) ( -336 -448 256 0 0.500000 ) ( -368 -448 256 0 1 ) )\r
-( ( -304 -448 592 5.250000 0 ) ( -336 -448 592 5.250000 0.500000 ) ( -368 -448 592 5.250000 1 ) )\r
-( ( -304 -64 592 11.250000 0 ) ( -336 -64 592 11.250000 0.500000 ) ( -368 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 155\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 -448 256 0 0 ) ( -112 -448 256 0 0.500000 ) ( -144 -448 256 0 1 ) )\r
-( ( -80 -448 592 5.250000 0 ) ( -112 -448 592 5.250000 0.500000 ) ( -144 -448 592 5.250000 1 ) )\r
-( ( -80 -64 592 11.250000 0 ) ( -112 -64 592 11.250000 0.500000 ) ( -144 -64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 156\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 -432 256 0 0 ) ( -80 -440 256 0 0.125000 ) ( -80 -448 256 0 0.250000 ) )\r
-( ( -80 -440 584 5.126524 0 ) ( -80 -440 584 5.126524 0.125000 ) ( -80 -448 592 5.126524 0.250000 ) )\r
-( ( -80 -64 576 11.002853 0 ) ( -80 -64 584 11.002853 0.125000 ) ( -80 -64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 157\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 -448 256 0 0 ) ( -144 -440 256 0 0.125000 ) ( -144 -432 256 0 0.250000 ) )\r
-( ( -144 -448 592 5.250000 0 ) ( -144 -440 584 5.250000 0.125000 ) ( -144 -440 584 5.250000 0.250000 ) )\r
-( ( -144 -64 592 11.250000 0 ) ( -144 -64 584 11.250000 0.125000 ) ( -144 -64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 158\r
-{\r
-( -72 -428 224 ) ( -56 -428 224 ) ( -56 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -56 -438 220 ) ( -56 -428 220 ) ( -72 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -56 -448 220 ) ( -72 -448 220 ) ( -72 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -72 -438 220 ) ( -72 -428 220 ) ( -72 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -72 -428 220 ) ( -56 -428 220 ) ( -56 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -56 -428 220 ) ( -56 -438 220 ) ( -56 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 159\r
-{\r
-( -64 -428 258 ) ( -72 -432 232 ) ( -72 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -64 -428 258 ) ( -56 -428 232 ) ( -56 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 544 -496 224 ) ( 544 -424 224 ) ( 216 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( 496 -432 216 ) ( 168 -432 216 ) ( 168 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -72 -500 216 ) ( -72 -428 216 ) ( -72 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 192 -428 216 ) ( 520 -428 216 ) ( 520 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -56 -480 216 ) ( -56 -552 216 ) ( -56 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 160\r
-{\r
-( -168 -428 224 ) ( -152 -428 224 ) ( -152 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -152 -438 220 ) ( -152 -428 220 ) ( -168 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -152 -448 220 ) ( -168 -448 220 ) ( -168 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -168 -438 220 ) ( -168 -428 220 ) ( -168 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -168 -428 220 ) ( -152 -428 220 ) ( -152 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -152 -428 220 ) ( -152 -438 220 ) ( -152 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 161\r
-{\r
-( -160 -428 258 ) ( -168 -432 232 ) ( -168 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -160 -428 258 ) ( -152 -428 232 ) ( -152 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 448 -496 224 ) ( 448 -424 224 ) ( 120 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( 400 -432 216 ) ( 72 -432 216 ) ( 72 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -168 -500 216 ) ( -168 -428 216 ) ( -168 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 96 -428 216 ) ( 424 -428 216 ) ( 424 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -152 -480 216 ) ( -152 -552 216 ) ( -152 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 162\r
-{\r
-( -104 -428 224 ) ( -88 -428 224 ) ( -88 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -88 -438 220 ) ( -88 -428 220 ) ( -104 -428 220 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -88 -448 220 ) ( -104 -448 220 ) ( -104 -448 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -104 -438 220 ) ( -104 -428 220 ) ( -104 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -104 -428 220 ) ( -88 -428 220 ) ( -88 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -88 -428 220 ) ( -88 -438 220 ) ( -88 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 163\r
-{\r
-( -96 -428 258 ) ( -104 -432 232 ) ( -104 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -96 -428 258 ) ( -88 -428 232 ) ( -88 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 512 -496 224 ) ( 512 -424 224 ) ( 184 -424 224 ) base_trim/pewter 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( 464 -432 216 ) ( 136 -432 216 ) ( 136 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -104 -500 216 ) ( -104 -428 216 ) ( -104 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 160 -428 216 ) ( 488 -428 216 ) ( 488 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -88 -480 216 ) ( -88 -552 216 ) ( -88 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 164\r
-{\r
-( -136 -428 224 ) ( -120 -428 224 ) ( -120 -438 224 ) common/caulk 0 0 -180 0.500000 0.500000 134217728 0 0\r
-( -120 -438 220 ) ( -120 -428 220 ) ( -136 -428 220 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( -120 -448 220 ) ( -136 -448 220 ) ( -136 -448 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -136 -438 220 ) ( -136 -428 220 ) ( -136 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -136 -428 220 ) ( -120 -428 220 ) ( -120 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -120 -428 220 ) ( -120 -438 220 ) ( -120 -438 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 165\r
-{\r
-( -128 -428 258 ) ( -136 -432 232 ) ( -136 -428 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -128 -428 258 ) ( -120 -428 232 ) ( -120 -432 232 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 480 -496 224 ) ( 480 -424 224 ) ( 152 -424 224 ) base_trim/pewter -63 0 -180 0.500000 0.500000 134217728 0 0\r
-( 432 -432 216 ) ( 104 -432 216 ) ( 104 -432 224 ) common/caulk 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -136 -500 216 ) ( -136 -428 216 ) ( -136 -428 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-( 128 -428 216 ) ( 456 -428 216 ) ( 456 -428 224 ) base_trim/pewter -64 0 -180 0.500000 -0.500000 134217728 0 0\r
-( -120 -480 216 ) ( -120 -552 216 ) ( -120 -552 224 ) base_trim/pewter 0 0 -180 0.500000 -0.500000 134217728 0 0\r
-}\r
-// brush 166\r
-{\r
-( -160 -448 224 ) ( -48 -448 224 ) ( -48 -80 224 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -48 -80 256 ) ( -48 -448 256 ) ( -160 -448 256 ) base_trim/spidertrim -63 0 -180 0.500000 0.500000 0 0 0\r
-( -48 -432 224 ) ( -160 -432 224 ) ( -160 -432 192 ) base_trim/spidertrim -64 0 -180 0.500000 -0.500000 0 0 0\r
-( -176 -80 256 ) ( -176 -448 256 ) ( -176 -448 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -160 -448 256 ) ( -48 -448 256 ) ( -48 -448 224 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -48 -448 256 ) ( -48 -80 256 ) ( -48 -80 224 ) base_trim/spidertrim 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 167\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 -432 256 0 0 ) ( -112 -432 256 0 0.250000 ) ( -80 -432 256 0 0.500001 ) )\r
-( ( -144 -440 584 5.000002 0 ) ( -112 -440 584 5.000002 0.250000 ) ( -80 -440 584 5.000002 0.500001 ) )\r
-( ( -144 -64 576 10.750113 0 ) ( -112 -64 576 10.750113 0.250000 ) ( -80 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 168\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 432 256 0 0 ) ( -1232 432 256 0 0.250000 ) ( -1264 432 256 0 0.500001 ) )\r
-( ( -1200 440 584 5.000002 0 ) ( -1232 440 584 5.000002 0.250000 ) ( -1264 440 584 5.000002 0.500001 ) )\r
-( ( -1200 64 576 10.750113 0 ) ( -1232 64 576 10.750113 0.250000 ) ( -1264 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 169\r
-{\r
-( -1184 448 224 ) ( -1296 448 224 ) ( -1296 80 224 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1296 80 256 ) ( -1296 448 256 ) ( -1184 448 256 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1296 432 224 ) ( -1184 432 224 ) ( -1184 432 192 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -1168 80 256 ) ( -1168 448 256 ) ( -1168 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1184 448 256 ) ( -1296 448 256 ) ( -1296 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1296 448 256 ) ( -1296 80 256 ) ( -1296 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 170\r
-{\r
-( -1216 428 258 ) ( -1208 432 232 ) ( -1208 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1216 428 258 ) ( -1224 428 232 ) ( -1224 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1824 496 224 ) ( -1824 424 224 ) ( -1496 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1776 432 216 ) ( -1448 432 216 ) ( -1448 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1208 500 216 ) ( -1208 428 216 ) ( -1208 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1472 428 216 ) ( -1800 428 216 ) ( -1800 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1224 480 216 ) ( -1224 552 216 ) ( -1224 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 171\r
-{\r
-( -1208 428 224 ) ( -1224 428 224 ) ( -1224 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1224 438 220 ) ( -1224 428 220 ) ( -1208 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1224 448 220 ) ( -1208 448 220 ) ( -1208 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1208 438 220 ) ( -1208 428 220 ) ( -1208 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1208 428 220 ) ( -1224 428 220 ) ( -1224 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1224 428 220 ) ( -1224 438 220 ) ( -1224 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 172\r
-{\r
-( -1248 428 258 ) ( -1240 432 232 ) ( -1240 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1248 428 258 ) ( -1256 428 232 ) ( -1256 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1856 496 224 ) ( -1856 424 224 ) ( -1528 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1808 432 216 ) ( -1480 432 216 ) ( -1480 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1240 500 216 ) ( -1240 428 216 ) ( -1240 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1504 428 216 ) ( -1832 428 216 ) ( -1832 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1256 480 216 ) ( -1256 552 216 ) ( -1256 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 173\r
-{\r
-( -1240 428 224 ) ( -1256 428 224 ) ( -1256 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1256 438 220 ) ( -1256 428 220 ) ( -1240 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1256 448 220 ) ( -1240 448 220 ) ( -1240 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1240 438 220 ) ( -1240 428 220 ) ( -1240 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1240 428 220 ) ( -1256 428 220 ) ( -1256 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1256 428 220 ) ( -1256 438 220 ) ( -1256 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 174\r
-{\r
-( -1184 428 258 ) ( -1176 432 232 ) ( -1176 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1184 428 258 ) ( -1192 428 232 ) ( -1192 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1792 496 224 ) ( -1792 424 224 ) ( -1464 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1744 432 216 ) ( -1416 432 216 ) ( -1416 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1176 500 216 ) ( -1176 428 216 ) ( -1176 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1440 428 216 ) ( -1768 428 216 ) ( -1768 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1192 480 216 ) ( -1192 552 216 ) ( -1192 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 175\r
-{\r
-( -1176 428 224 ) ( -1192 428 224 ) ( -1192 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1192 438 220 ) ( -1192 428 220 ) ( -1176 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1192 448 220 ) ( -1176 448 220 ) ( -1176 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1176 438 220 ) ( -1176 428 220 ) ( -1176 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1176 428 220 ) ( -1192 428 220 ) ( -1192 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1192 428 220 ) ( -1192 438 220 ) ( -1192 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 176\r
-{\r
-( -1280 428 258 ) ( -1272 432 232 ) ( -1272 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1280 428 258 ) ( -1288 428 232 ) ( -1288 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1888 496 224 ) ( -1888 424 224 ) ( -1560 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1840 432 216 ) ( -1512 432 216 ) ( -1512 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1272 500 216 ) ( -1272 428 216 ) ( -1272 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1536 428 216 ) ( -1864 428 216 ) ( -1864 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1288 480 216 ) ( -1288 552 216 ) ( -1288 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 177\r
-{\r
-( -1272 428 224 ) ( -1288 428 224 ) ( -1288 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1288 438 220 ) ( -1288 428 220 ) ( -1272 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1288 448 220 ) ( -1272 448 220 ) ( -1272 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1272 438 220 ) ( -1272 428 220 ) ( -1272 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1272 428 220 ) ( -1288 428 220 ) ( -1288 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1288 428 220 ) ( -1288 438 220 ) ( -1288 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 178\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1200 448 256 0 0 ) ( -1200 440 256 0 0.125000 ) ( -1200 432 256 0 0.250000 ) )\r
-( ( -1200 448 592 5.250000 0 ) ( -1200 440 584 5.250000 0.125000 ) ( -1200 440 584 5.250000 0.250000 ) )\r
-( ( -1200 64 592 11.250000 0 ) ( -1200 64 584 11.250000 0.125000 ) ( -1200 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 179\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 432 256 0 0 ) ( -1264 440 256 0 0.125000 ) ( -1264 448 256 0 0.250000 ) )\r
-( ( -1264 440 584 5.126524 0 ) ( -1264 440 584 5.126524 0.125000 ) ( -1264 448 592 5.126524 0.250000 ) )\r
-( ( -1264 64 576 11.002853 0 ) ( -1264 64 584 11.002853 0.125000 ) ( -1264 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 180\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 448 256 0 0 ) ( -1232 448 256 0 0.500000 ) ( -1200 448 256 0 1 ) )\r
-( ( -1264 448 592 5.250000 0 ) ( -1232 448 592 5.250000 0.500000 ) ( -1200 448 592 5.250000 1 ) )\r
-( ( -1264 64 592 11.250000 0 ) ( -1232 64 592 11.250000 0.500000 ) ( -1200 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 181\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 448 256 0 0 ) ( -1008 448 256 0 0.500000 ) ( -976 448 256 0 1 ) )\r
-( ( -1040 448 592 5.250000 0 ) ( -1008 448 592 5.250000 0.500000 ) ( -976 448 592 5.250000 1 ) )\r
-( ( -1040 64 592 11.250000 0 ) ( -1008 64 592 11.250000 0.500000 ) ( -976 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 182\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1040 432 256 0 0 ) ( -1040 440 256 0 0.125000 ) ( -1040 448 256 0 0.250000 ) )\r
-( ( -1040 440 584 5.126524 0 ) ( -1040 440 584 5.126524 0.125000 ) ( -1040 448 592 5.126524 0.250000 ) )\r
-( ( -1040 64 576 11.002853 0 ) ( -1040 64 584 11.002853 0.125000 ) ( -1040 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 183\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 448 256 0 0 ) ( -976 440 256 0 0.125000 ) ( -976 432 256 0 0.250000 ) )\r
-( ( -976 448 592 5.250000 0 ) ( -976 440 584 5.250000 0.125000 ) ( -976 440 584 5.250000 0.250000 ) )\r
-( ( -976 64 592 11.250000 0 ) ( -976 64 584 11.250000 0.125000 ) ( -976 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 184\r
-{\r
-( -1048 428 224 ) ( -1064 428 224 ) ( -1064 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1064 438 220 ) ( -1064 428 220 ) ( -1048 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1064 448 220 ) ( -1048 448 220 ) ( -1048 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1048 438 220 ) ( -1048 428 220 ) ( -1048 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1048 428 220 ) ( -1064 428 220 ) ( -1064 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1064 428 220 ) ( -1064 438 220 ) ( -1064 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 185\r
-{\r
-( -1056 428 258 ) ( -1048 432 232 ) ( -1048 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1056 428 258 ) ( -1064 428 232 ) ( -1064 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1664 496 224 ) ( -1664 424 224 ) ( -1336 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1616 432 216 ) ( -1288 432 216 ) ( -1288 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1048 500 216 ) ( -1048 428 216 ) ( -1048 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1312 428 216 ) ( -1640 428 216 ) ( -1640 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1064 480 216 ) ( -1064 552 216 ) ( -1064 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 186\r
-{\r
-( -952 428 224 ) ( -968 428 224 ) ( -968 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -968 438 220 ) ( -968 428 220 ) ( -952 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -968 448 220 ) ( -952 448 220 ) ( -952 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -952 438 220 ) ( -952 428 220 ) ( -952 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -952 428 220 ) ( -968 428 220 ) ( -968 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -968 428 220 ) ( -968 438 220 ) ( -968 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 187\r
-{\r
-( -960 428 258 ) ( -952 432 232 ) ( -952 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -960 428 258 ) ( -968 428 232 ) ( -968 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1568 496 224 ) ( -1568 424 224 ) ( -1240 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1520 432 216 ) ( -1192 432 216 ) ( -1192 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -952 500 216 ) ( -952 428 216 ) ( -952 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1216 428 216 ) ( -1544 428 216 ) ( -1544 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -968 480 216 ) ( -968 552 216 ) ( -968 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 188\r
-{\r
-( -1016 428 224 ) ( -1032 428 224 ) ( -1032 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1032 438 220 ) ( -1032 428 220 ) ( -1016 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1032 448 220 ) ( -1016 448 220 ) ( -1016 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1016 438 220 ) ( -1016 428 220 ) ( -1016 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1016 428 220 ) ( -1032 428 220 ) ( -1032 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1032 428 220 ) ( -1032 438 220 ) ( -1032 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 189\r
-{\r
-( -1024 428 258 ) ( -1016 432 232 ) ( -1016 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1024 428 258 ) ( -1032 428 232 ) ( -1032 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1632 496 224 ) ( -1632 424 224 ) ( -1304 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1584 432 216 ) ( -1256 432 216 ) ( -1256 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1016 500 216 ) ( -1016 428 216 ) ( -1016 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1280 428 216 ) ( -1608 428 216 ) ( -1608 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1032 480 216 ) ( -1032 552 216 ) ( -1032 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 190\r
-{\r
-( -984 428 224 ) ( -1000 428 224 ) ( -1000 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1000 438 220 ) ( -1000 428 220 ) ( -984 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1000 448 220 ) ( -984 448 220 ) ( -984 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -984 438 220 ) ( -984 428 220 ) ( -984 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -984 428 220 ) ( -1000 428 220 ) ( -1000 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1000 428 220 ) ( -1000 438 220 ) ( -1000 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 191\r
-{\r
-( -992 428 258 ) ( -984 432 232 ) ( -984 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -992 428 258 ) ( -1000 428 232 ) ( -1000 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1600 496 224 ) ( -1600 424 224 ) ( -1272 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1552 432 216 ) ( -1224 432 216 ) ( -1224 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -984 500 216 ) ( -984 428 216 ) ( -984 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1248 428 216 ) ( -1576 428 216 ) ( -1576 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1000 480 216 ) ( -1000 552 216 ) ( -1000 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 192\r
-{\r
-( -960 448 224 ) ( -1072 448 224 ) ( -1072 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1072 80 256 ) ( -1072 448 256 ) ( -960 448 256 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -1072 432 224 ) ( -960 432 224 ) ( -960 432 192 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -944 80 256 ) ( -944 448 256 ) ( -944 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -960 448 256 ) ( -1072 448 256 ) ( -1072 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1072 448 256 ) ( -1072 80 256 ) ( -1072 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 193\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -976 432 256 0 0 ) ( -1008 432 256 0 0.250000 ) ( -1040 432 256 0 0.500001 ) )\r
-( ( -976 440 584 5.000002 0 ) ( -1008 440 584 5.000002 0.250000 ) ( -1040 440 584 5.000002 0.500001 ) )\r
-( ( -976 64 576 10.750113 0 ) ( -1008 64 576 10.750113 0.250000 ) ( -1040 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 194\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 432 256 0 0 ) ( -784 432 256 0 0.250000 ) ( -816 432 256 0 0.500001 ) )\r
-( ( -752 440 584 5.000002 0 ) ( -784 440 584 5.000002 0.250000 ) ( -816 440 584 5.000002 0.500001 ) )\r
-( ( -752 64 576 10.750113 0 ) ( -784 64 576 10.750113 0.250000 ) ( -816 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 195\r
-{\r
-( -736 448 224 ) ( -848 448 224 ) ( -848 80 224 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -848 80 256 ) ( -848 448 256 ) ( -736 448 256 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -848 432 224 ) ( -736 432 224 ) ( -736 432 192 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -720 80 256 ) ( -720 448 256 ) ( -720 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -736 448 256 ) ( -848 448 256 ) ( -848 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -848 448 256 ) ( -848 80 256 ) ( -848 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 196\r
-{\r
-( -768 428 258 ) ( -760 432 232 ) ( -760 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -768 428 258 ) ( -776 428 232 ) ( -776 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1376 496 224 ) ( -1376 424 224 ) ( -1048 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1328 432 216 ) ( -1000 432 216 ) ( -1000 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -760 500 216 ) ( -760 428 216 ) ( -760 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1024 428 216 ) ( -1352 428 216 ) ( -1352 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -776 480 216 ) ( -776 552 216 ) ( -776 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 197\r
-{\r
-( -760 428 224 ) ( -776 428 224 ) ( -776 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -776 438 220 ) ( -776 428 220 ) ( -760 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -776 448 220 ) ( -760 448 220 ) ( -760 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -760 438 220 ) ( -760 428 220 ) ( -760 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -760 428 220 ) ( -776 428 220 ) ( -776 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -776 428 220 ) ( -776 438 220 ) ( -776 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 198\r
-{\r
-( -800 428 258 ) ( -792 432 232 ) ( -792 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -800 428 258 ) ( -808 428 232 ) ( -808 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1408 496 224 ) ( -1408 424 224 ) ( -1080 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1360 432 216 ) ( -1032 432 216 ) ( -1032 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -792 500 216 ) ( -792 428 216 ) ( -792 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1056 428 216 ) ( -1384 428 216 ) ( -1384 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -808 480 216 ) ( -808 552 216 ) ( -808 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 199\r
-{\r
-( -792 428 224 ) ( -808 428 224 ) ( -808 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -808 438 220 ) ( -808 428 220 ) ( -792 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -808 448 220 ) ( -792 448 220 ) ( -792 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -792 438 220 ) ( -792 428 220 ) ( -792 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -792 428 220 ) ( -808 428 220 ) ( -808 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -808 428 220 ) ( -808 438 220 ) ( -808 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 200\r
-{\r
-( -736 428 258 ) ( -728 432 232 ) ( -728 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -736 428 258 ) ( -744 428 232 ) ( -744 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1344 496 224 ) ( -1344 424 224 ) ( -1016 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1296 432 216 ) ( -968 432 216 ) ( -968 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -728 500 216 ) ( -728 428 216 ) ( -728 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -992 428 216 ) ( -1320 428 216 ) ( -1320 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -744 480 216 ) ( -744 552 216 ) ( -744 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 201\r
-{\r
-( -728 428 224 ) ( -744 428 224 ) ( -744 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -744 438 220 ) ( -744 428 220 ) ( -728 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -744 448 220 ) ( -728 448 220 ) ( -728 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -728 438 220 ) ( -728 428 220 ) ( -728 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -728 428 220 ) ( -744 428 220 ) ( -744 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -744 428 220 ) ( -744 438 220 ) ( -744 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 202\r
-{\r
-( -832 428 258 ) ( -824 432 232 ) ( -824 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -832 428 258 ) ( -840 428 232 ) ( -840 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1440 496 224 ) ( -1440 424 224 ) ( -1112 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1392 432 216 ) ( -1064 432 216 ) ( -1064 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -824 500 216 ) ( -824 428 216 ) ( -824 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1088 428 216 ) ( -1416 428 216 ) ( -1416 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -840 480 216 ) ( -840 552 216 ) ( -840 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 203\r
-{\r
-( -824 428 224 ) ( -840 428 224 ) ( -840 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -840 438 220 ) ( -840 428 220 ) ( -824 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -840 448 220 ) ( -824 448 220 ) ( -824 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -824 438 220 ) ( -824 428 220 ) ( -824 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -824 428 220 ) ( -840 428 220 ) ( -840 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -840 428 220 ) ( -840 438 220 ) ( -840 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 204\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -752 448 256 0 0 ) ( -752 440 256 0 0.125000 ) ( -752 432 256 0 0.250000 ) )\r
-( ( -752 448 592 5.250000 0 ) ( -752 440 584 5.250000 0.125000 ) ( -752 440 584 5.250000 0.250000 ) )\r
-( ( -752 64 592 11.250000 0 ) ( -752 64 584 11.250000 0.125000 ) ( -752 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 205\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 432 256 0 0 ) ( -816 440 256 0 0.125000 ) ( -816 448 256 0 0.250000 ) )\r
-( ( -816 440 584 5.126524 0 ) ( -816 440 584 5.126524 0.125000 ) ( -816 448 592 5.126524 0.250000 ) )\r
-( ( -816 64 576 11.002853 0 ) ( -816 64 584 11.002853 0.125000 ) ( -816 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 206\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -816 448 256 0 0 ) ( -784 448 256 0 0.500000 ) ( -752 448 256 0 1 ) )\r
-( ( -816 448 592 5.250000 0 ) ( -784 448 592 5.250000 0.500000 ) ( -752 448 592 5.250000 1 ) )\r
-( ( -816 64 592 11.250000 0 ) ( -784 64 592 11.250000 0.500000 ) ( -752 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 207\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 448 256 0 0 ) ( -560 448 256 0 0.500000 ) ( -528 448 256 0 1 ) )\r
-( ( -592 448 592 5.250000 0 ) ( -560 448 592 5.250000 0.500000 ) ( -528 448 592 5.250000 1 ) )\r
-( ( -592 64 592 11.250000 0 ) ( -560 64 592 11.250000 0.500000 ) ( -528 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 208\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -592 432 256 0 0 ) ( -592 440 256 0 0.125000 ) ( -592 448 256 0 0.250000 ) )\r
-( ( -592 440 584 5.126524 0 ) ( -592 440 584 5.126524 0.125000 ) ( -592 448 592 5.126524 0.250000 ) )\r
-( ( -592 64 576 11.002853 0 ) ( -592 64 584 11.002853 0.125000 ) ( -592 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 209\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 448 256 0 0 ) ( -528 440 256 0 0.125000 ) ( -528 432 256 0 0.250000 ) )\r
-( ( -528 448 592 5.250000 0 ) ( -528 440 584 5.250000 0.125000 ) ( -528 440 584 5.250000 0.250000 ) )\r
-( ( -528 64 592 11.250000 0 ) ( -528 64 584 11.250000 0.125000 ) ( -528 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 210\r
-{\r
-( -600 428 224 ) ( -616 428 224 ) ( -616 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -616 438 220 ) ( -616 428 220 ) ( -600 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -616 448 220 ) ( -600 448 220 ) ( -600 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -600 438 220 ) ( -600 428 220 ) ( -600 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -600 428 220 ) ( -616 428 220 ) ( -616 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -616 428 220 ) ( -616 438 220 ) ( -616 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 211\r
-{\r
-( -608 428 258 ) ( -600 432 232 ) ( -600 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -608 428 258 ) ( -616 428 232 ) ( -616 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1216 496 224 ) ( -1216 424 224 ) ( -888 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1168 432 216 ) ( -840 432 216 ) ( -840 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -600 500 216 ) ( -600 428 216 ) ( -600 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -864 428 216 ) ( -1192 428 216 ) ( -1192 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -616 480 216 ) ( -616 552 216 ) ( -616 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 212\r
-{\r
-( -504 428 224 ) ( -520 428 224 ) ( -520 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -520 438 220 ) ( -520 428 220 ) ( -504 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -520 448 220 ) ( -504 448 220 ) ( -504 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -504 438 220 ) ( -504 428 220 ) ( -504 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -504 428 220 ) ( -520 428 220 ) ( -520 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -520 428 220 ) ( -520 438 220 ) ( -520 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 213\r
-{\r
-( -512 428 258 ) ( -504 432 232 ) ( -504 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -512 428 258 ) ( -520 428 232 ) ( -520 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1120 496 224 ) ( -1120 424 224 ) ( -792 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1072 432 216 ) ( -744 432 216 ) ( -744 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -504 500 216 ) ( -504 428 216 ) ( -504 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -768 428 216 ) ( -1096 428 216 ) ( -1096 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -520 480 216 ) ( -520 552 216 ) ( -520 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 214\r
-{\r
-( -568 428 224 ) ( -584 428 224 ) ( -584 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -584 438 220 ) ( -584 428 220 ) ( -568 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -584 448 220 ) ( -568 448 220 ) ( -568 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -568 438 220 ) ( -568 428 220 ) ( -568 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -568 428 220 ) ( -584 428 220 ) ( -584 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -584 428 220 ) ( -584 438 220 ) ( -584 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 215\r
-{\r
-( -576 428 258 ) ( -568 432 232 ) ( -568 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -576 428 258 ) ( -584 428 232 ) ( -584 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1184 496 224 ) ( -1184 424 224 ) ( -856 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -1136 432 216 ) ( -808 432 216 ) ( -808 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -568 500 216 ) ( -568 428 216 ) ( -568 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -832 428 216 ) ( -1160 428 216 ) ( -1160 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -584 480 216 ) ( -584 552 216 ) ( -584 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 216\r
-{\r
-( -536 428 224 ) ( -552 428 224 ) ( -552 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -552 438 220 ) ( -552 428 220 ) ( -536 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -552 448 220 ) ( -536 448 220 ) ( -536 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -536 438 220 ) ( -536 428 220 ) ( -536 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -536 428 220 ) ( -552 428 220 ) ( -552 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -552 428 220 ) ( -552 438 220 ) ( -552 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 217\r
-{\r
-( -544 428 258 ) ( -536 432 232 ) ( -536 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -544 428 258 ) ( -552 428 232 ) ( -552 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1152 496 224 ) ( -1152 424 224 ) ( -824 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -1104 432 216 ) ( -776 432 216 ) ( -776 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -536 500 216 ) ( -536 428 216 ) ( -536 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -800 428 216 ) ( -1128 428 216 ) ( -1128 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -552 480 216 ) ( -552 552 216 ) ( -552 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 218\r
-{\r
-( -512 448 224 ) ( -624 448 224 ) ( -624 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -624 80 256 ) ( -624 448 256 ) ( -512 448 256 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -624 432 224 ) ( -512 432 224 ) ( -512 432 192 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 80 256 ) ( -496 448 256 ) ( -496 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -512 448 256 ) ( -624 448 256 ) ( -624 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -624 448 256 ) ( -624 80 256 ) ( -624 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 219\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -528 432 256 0 0 ) ( -560 432 256 0 0.250000 ) ( -592 432 256 0 0.500001 ) )\r
-( ( -528 440 584 5.000002 0 ) ( -560 440 584 5.000002 0.250000 ) ( -592 440 584 5.000002 0.500001 ) )\r
-( ( -528 64 576 10.750113 0 ) ( -560 64 576 10.750113 0.250000 ) ( -592 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 220\r
-{\r
-( -1376 480 784 ) ( -1376 -472 784 ) ( -1376 -472 8 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 480 784 ) ( -672 480 784 ) ( -672 480 8 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -472 784 ) ( 24 480 784 ) ( 24 480 8 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -672 -480 784 ) ( 24 -480 784 ) ( 24 -480 8 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -672 -472 784 ) ( -672 480 784 ) ( 24 480 784 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 480 776 ) ( -672 480 776 ) ( -672 -472 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 221\r
-{\r
-( -896 -464 768 ) ( -816 -464 768 ) ( -816 -464 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1344 -416 768 ) ( -1344 -432 768 ) ( -1344 -432 64 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -1520 -448 768 ) ( -1600 -448 768 ) ( -1600 -448 64 ) gothic_block/killblock -128 0 0 0.500000 0.500000 0 0 0\r
-( 0 -464 768 ) ( 0 -448 768 ) ( 0 -448 64 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -816 -464 256 ) ( -896 -464 256 ) ( -896 -448 256 ) common/caulk 0 -63 -90 0.500000 0.500000 0 0 0\r
-( -896 -448 0 ) ( -896 -464 0 ) ( -816 -464 0 ) common/caulk 0 -63 -90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 222\r
-{\r
-( -1344 448 0 ) ( -1344 -448 0 ) ( -1344 -448 -144 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-( -688 448 0 ) ( -1344 448 0 ) ( -1344 448 -144 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -448 0 ) ( 16 448 0 ) ( 16 448 -144 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-( -1344 -448 0 ) ( -688 -448 0 ) ( -688 -448 -144 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-( -640 -448 0 ) ( -640 448 0 ) ( 16 448 0 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 448 -16 ) ( -640 448 -16 ) ( -640 -448 -16 ) gothic_trim/pitted_rust 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 223\r
-{\r
-( 256 448 0 ) ( 256 464 0 ) ( 176 464 0 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( 176 464 256 ) ( 256 464 256 ) ( 256 448 256 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( -1344 464 768 ) ( -1344 448 768 ) ( -1344 448 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -528 448 768 ) ( -448 448 768 ) ( -448 448 64 ) gothic_block/killblock 128 0 -180 0.500000 -0.500000 0 0 0\r
-( 0 416 768 ) ( 0 432 768 ) ( 0 432 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 464 768 ) ( 176 464 768 ) ( 176 464 64 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 224\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 432 256 0 0 ) ( -336 432 256 0 0.250000 ) ( -368 432 256 0 0.500001 ) )\r
-( ( -304 440 584 5.000002 0 ) ( -336 440 584 5.000002 0.250000 ) ( -368 440 584 5.000002 0.500001 ) )\r
-( ( -304 64 576 10.750113 0 ) ( -336 64 576 10.750113 0.250000 ) ( -368 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-// brush 225\r
-{\r
-( -288 448 224 ) ( -400 448 224 ) ( -400 80 224 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -400 80 256 ) ( -400 448 256 ) ( -288 448 256 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -400 432 224 ) ( -288 432 224 ) ( -288 432 192 ) base_trim/spidertrim 64 0 0 0.500000 0.500000 0 0 0\r
-( -272 80 256 ) ( -272 448 256 ) ( -272 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -288 448 256 ) ( -400 448 256 ) ( -400 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -400 448 256 ) ( -400 80 256 ) ( -400 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 226\r
-{\r
-( -320 428 258 ) ( -312 432 232 ) ( -312 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -320 428 258 ) ( -328 428 232 ) ( -328 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -928 496 224 ) ( -928 424 224 ) ( -600 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -880 432 216 ) ( -552 432 216 ) ( -552 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -312 500 216 ) ( -312 428 216 ) ( -312 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -576 428 216 ) ( -904 428 216 ) ( -904 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -328 480 216 ) ( -328 552 216 ) ( -328 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 227\r
-{\r
-( -312 428 224 ) ( -328 428 224 ) ( -328 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -328 438 220 ) ( -328 428 220 ) ( -312 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -328 448 220 ) ( -312 448 220 ) ( -312 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -312 438 220 ) ( -312 428 220 ) ( -312 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -312 428 220 ) ( -328 428 220 ) ( -328 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -328 428 220 ) ( -328 438 220 ) ( -328 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 228\r
-{\r
-( -352 428 258 ) ( -344 432 232 ) ( -344 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -352 428 258 ) ( -360 428 232 ) ( -360 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -960 496 224 ) ( -960 424 224 ) ( -632 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -912 432 216 ) ( -584 432 216 ) ( -584 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -344 500 216 ) ( -344 428 216 ) ( -344 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -608 428 216 ) ( -936 428 216 ) ( -936 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -360 480 216 ) ( -360 552 216 ) ( -360 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 229\r
-{\r
-( -344 428 224 ) ( -360 428 224 ) ( -360 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -360 438 220 ) ( -360 428 220 ) ( -344 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -360 448 220 ) ( -344 448 220 ) ( -344 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -344 438 220 ) ( -344 428 220 ) ( -344 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -344 428 220 ) ( -360 428 220 ) ( -360 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -360 428 220 ) ( -360 438 220 ) ( -360 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 230\r
-{\r
-( -288 428 258 ) ( -280 432 232 ) ( -280 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -288 428 258 ) ( -296 428 232 ) ( -296 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -896 496 224 ) ( -896 424 224 ) ( -568 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -848 432 216 ) ( -520 432 216 ) ( -520 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -280 500 216 ) ( -280 428 216 ) ( -280 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -544 428 216 ) ( -872 428 216 ) ( -872 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -296 480 216 ) ( -296 552 216 ) ( -296 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 231\r
-{\r
-( -280 428 224 ) ( -296 428 224 ) ( -296 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -296 438 220 ) ( -296 428 220 ) ( -280 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -296 448 220 ) ( -280 448 220 ) ( -280 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -280 438 220 ) ( -280 428 220 ) ( -280 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -280 428 220 ) ( -296 428 220 ) ( -296 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -296 428 220 ) ( -296 438 220 ) ( -296 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 232\r
-{\r
-( -384 428 258 ) ( -376 432 232 ) ( -376 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -384 428 258 ) ( -392 428 232 ) ( -392 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -992 496 224 ) ( -992 424 224 ) ( -664 424 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -944 432 216 ) ( -616 432 216 ) ( -616 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -376 500 216 ) ( -376 428 216 ) ( -376 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -640 428 216 ) ( -968 428 216 ) ( -968 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -392 480 216 ) ( -392 552 216 ) ( -392 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 233\r
-{\r
-( -376 428 224 ) ( -392 428 224 ) ( -392 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -392 438 220 ) ( -392 428 220 ) ( -376 428 220 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -392 448 220 ) ( -376 448 220 ) ( -376 448 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -376 438 220 ) ( -376 428 220 ) ( -376 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -376 428 220 ) ( -392 428 220 ) ( -392 428 224 ) base_trim/pewter 64 0 0 0.500000 0.500000 134217728 0 0\r
-( -392 428 220 ) ( -392 438 220 ) ( -392 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 234\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -304 448 256 0 0 ) ( -304 440 256 0 0.125000 ) ( -304 432 256 0 0.250000 ) )\r
-( ( -304 448 592 5.250000 0 ) ( -304 440 584 5.250000 0.125000 ) ( -304 440 584 5.250000 0.250000 ) )\r
-( ( -304 64 592 11.250000 0 ) ( -304 64 584 11.250000 0.125000 ) ( -304 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 235\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 432 256 0 0 ) ( -368 440 256 0 0.125000 ) ( -368 448 256 0 0.250000 ) )\r
-( ( -368 440 584 5.126524 0 ) ( -368 440 584 5.126524 0.125000 ) ( -368 448 592 5.126524 0.250000 ) )\r
-( ( -368 64 576 11.002853 0 ) ( -368 64 584 11.002853 0.125000 ) ( -368 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 236\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -368 448 256 0 0 ) ( -336 448 256 0 0.500000 ) ( -304 448 256 0 1 ) )\r
-( ( -368 448 592 5.250000 0 ) ( -336 448 592 5.250000 0.500000 ) ( -304 448 592 5.250000 1 ) )\r
-( ( -368 64 592 11.250000 0 ) ( -336 64 592 11.250000 0.500000 ) ( -304 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 237\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 448 256 0 0 ) ( -112 448 256 0 0.500000 ) ( -80 448 256 0 1 ) )\r
-( ( -144 448 592 5.250000 0 ) ( -112 448 592 5.250000 0.500000 ) ( -80 448 592 5.250000 1 ) )\r
-( ( -144 64 592 11.250000 0 ) ( -112 64 592 11.250000 0.500000 ) ( -80 64 592 11.250000 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 238\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -144 432 256 0 0 ) ( -144 440 256 0 0.125000 ) ( -144 448 256 0 0.250000 ) )\r
-( ( -144 440 584 5.126524 0 ) ( -144 440 584 5.126524 0.125000 ) ( -144 448 592 5.126524 0.250000 ) )\r
-( ( -144 64 576 11.002853 0 ) ( -144 64 584 11.002853 0.125000 ) ( -144 64 592 11.002853 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 239\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 448 256 0 0 ) ( -80 440 256 0 0.125000 ) ( -80 432 256 0 0.250000 ) )\r
-( ( -80 448 592 5.250000 0 ) ( -80 440 584 5.250000 0.125000 ) ( -80 440 584 5.250000 0.250000 ) )\r
-( ( -80 64 592 11.250000 0 ) ( -80 64 584 11.250000 0.125000 ) ( -80 64 576 11.250000 0.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 240\r
-{\r
-( -168 428 220 ) ( -168 438 220 ) ( -168 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -152 428 220 ) ( -168 428 220 ) ( -168 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -152 438 220 ) ( -152 428 220 ) ( -152 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -168 448 220 ) ( -152 448 220 ) ( -152 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -168 438 220 ) ( -168 428 220 ) ( -152 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -152 428 224 ) ( -168 428 224 ) ( -168 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 241\r
-{\r
-( -168 480 216 ) ( -168 552 216 ) ( -168 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -416 428 216 ) ( -744 428 216 ) ( -744 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -152 500 216 ) ( -152 428 216 ) ( -152 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -720 432 216 ) ( -392 432 216 ) ( -392 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -768 496 224 ) ( -768 424 224 ) ( -440 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -160 428 258 ) ( -168 428 232 ) ( -168 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -160 428 258 ) ( -152 432 232 ) ( -152 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 242\r
-{\r
-( -72 428 220 ) ( -72 438 220 ) ( -72 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -56 428 220 ) ( -72 428 220 ) ( -72 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -56 438 220 ) ( -56 428 220 ) ( -56 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -72 448 220 ) ( -56 448 220 ) ( -56 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -72 438 220 ) ( -72 428 220 ) ( -56 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -56 428 224 ) ( -72 428 224 ) ( -72 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 243\r
-{\r
-( -72 480 216 ) ( -72 552 216 ) ( -72 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -320 428 216 ) ( -648 428 216 ) ( -648 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -56 500 216 ) ( -56 428 216 ) ( -56 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -624 432 216 ) ( -296 432 216 ) ( -296 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -672 496 224 ) ( -672 424 224 ) ( -344 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -64 428 258 ) ( -72 428 232 ) ( -72 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -64 428 258 ) ( -56 432 232 ) ( -56 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 244\r
-{\r
-( -136 428 220 ) ( -136 438 220 ) ( -136 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -120 428 220 ) ( -136 428 220 ) ( -136 428 224 ) base_trim/pewter -64 0 0 0.500000 0.500000 134217728 0 0\r
-( -120 438 220 ) ( -120 428 220 ) ( -120 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -136 448 220 ) ( -120 448 220 ) ( -120 448 224 ) base_trim/pewter -64 0 0 0.500000 0.500000 134217728 0 0\r
-( -136 438 220 ) ( -136 428 220 ) ( -120 428 220 ) base_trim/pewter -64 0 0 0.500000 0.500000 134217728 0 0\r
-( -120 428 224 ) ( -136 428 224 ) ( -136 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 245\r
-{\r
-( -136 480 216 ) ( -136 552 216 ) ( -136 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -384 428 216 ) ( -712 428 216 ) ( -712 428 224 ) base_trim/pewter -64 0 0 0.500000 0.500000 134217728 0 0\r
-( -120 500 216 ) ( -120 428 216 ) ( -120 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -688 432 216 ) ( -360 432 216 ) ( -360 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -736 496 224 ) ( -736 424 224 ) ( -408 424 224 ) base_trim/pewter -64 0 0 0.500000 0.500000 134217728 0 0\r
-( -128 428 258 ) ( -136 428 232 ) ( -136 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -128 428 258 ) ( -120 432 232 ) ( -120 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 246\r
-{\r
-( -104 428 220 ) ( -104 438 220 ) ( -104 438 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -88 428 220 ) ( -104 428 220 ) ( -104 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -88 438 220 ) ( -88 428 220 ) ( -88 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -104 448 220 ) ( -88 448 220 ) ( -88 448 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -104 438 220 ) ( -104 428 220 ) ( -88 428 220 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -88 428 224 ) ( -104 428 224 ) ( -104 438 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 247\r
-{\r
-( -104 480 216 ) ( -104 552 216 ) ( -104 552 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -352 428 216 ) ( -680 428 216 ) ( -680 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -88 500 216 ) ( -88 428 216 ) ( -88 428 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -656 432 216 ) ( -328 432 216 ) ( -328 432 224 ) common/caulk 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -704 496 224 ) ( -704 424 224 ) ( -376 424 224 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -96 428 258 ) ( -104 428 232 ) ( -104 432 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-( -96 428 258 ) ( -88 432 232 ) ( -88 428 232 ) base_trim/pewter 0 0 0 0.500000 0.500000 134217728 0 0\r
-}\r
-// brush 248\r
-{\r
-( -176 448 256 ) ( -176 80 256 ) ( -176 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 448 256 ) ( -176 448 256 ) ( -176 448 224 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -48 80 256 ) ( -48 448 256 ) ( -48 448 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -176 432 224 ) ( -64 432 224 ) ( -64 432 192 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -176 80 256 ) ( -176 448 256 ) ( -64 448 256 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 448 224 ) ( -176 448 224 ) ( -176 80 224 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 249\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/pitted_rust3\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -0.000038 448 256 0 0 ) ( -672.000061 448 256 0 6 ) ( -1344 448 256 0 12 ) )\r
-( ( -0.000038 448 592 2.625000 0 ) ( -672.000061 448 592 2.625000 6 ) ( -1344 448 592 2.625000 12 ) )\r
-( ( -0.000038 64 592 5.625000 0 ) ( -672.000061 64 592 5.625000 6 ) ( -1344 64 592 5.625000 12 ) )\r
-)\r
-  }\r
- }\r
-// brush 250\r
-{\r
-( 40 192 336 ) ( 24 192 336 ) ( 24 144 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 144 464 ) ( 24 192 464 ) ( 40 192 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 144 464 ) ( 32 144 464 ) ( 32 144 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 144 464 ) ( 40 192 464 ) ( 40 192 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 192 464 ) ( 16 192 464 ) ( 16 192 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 192 464 ) ( 16 144 464 ) ( 16 144 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 251\r
-{\r
-( 40 368 336 ) ( 24 368 336 ) ( 24 320 336 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( 24 320 464 ) ( 24 368 464 ) ( 40 368 464 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( 16 320 464 ) ( 32 320 464 ) ( 32 320 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 320 464 ) ( 40 368 464 ) ( 40 368 240 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( 40 368 464 ) ( 24 368 464 ) ( 24 368 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 368 464 ) ( 16 320 464 ) ( 16 320 240 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 252\r
-{\r
-( 40 320 432 ) ( 24 320 432 ) ( 24 304 432 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 24 304 464 ) ( 24 320 464 ) ( 40 320 464 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 16 192 464 ) ( 32 192 464 ) ( 32 192 336 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 40 304 464 ) ( 40 320 464 ) ( 40 320 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 320 464 ) ( 16 320 464 ) ( 16 320 336 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 16 320 464 ) ( 16 304 464 ) ( 16 304 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 253\r
-{\r
-( 40 -192 432 ) ( 24 -192 432 ) ( 24 -208 432 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 24 -208 464 ) ( 24 -192 464 ) ( 40 -192 464 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 16 -320 464 ) ( 32 -320 464 ) ( 32 -320 336 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 40 -208 464 ) ( 40 -192 464 ) ( 40 -192 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -192 464 ) ( 16 -192 464 ) ( 16 -192 336 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 16 -192 464 ) ( 16 -208 464 ) ( 16 -208 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 254\r
-{\r
-( 40 -144 336 ) ( 24 -144 336 ) ( 24 -192 336 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( 24 -192 464 ) ( 24 -144 464 ) ( 40 -144 464 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( 16 -192 464 ) ( 32 -192 464 ) ( 32 -192 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -192 464 ) ( 40 -144 464 ) ( 40 -144 240 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( 40 -144 464 ) ( 24 -144 464 ) ( 24 -144 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -144 464 ) ( 16 -192 464 ) ( 16 -192 240 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 255\r
-{\r
-( 40 -320 336 ) ( 24 -320 336 ) ( 24 -368 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -368 464 ) ( 24 -320 464 ) ( 40 -320 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -368 464 ) ( 40 -368 464 ) ( 40 -368 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -368 464 ) ( 40 -320 464 ) ( 40 -320 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -320 464 ) ( 16 -320 464 ) ( 16 -320 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -320 464 ) ( 16 -368 464 ) ( 16 -368 240 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 256\r
-{\r
-( 16 384 64 ) ( 0 384 64 ) ( 0 352 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 352 776 ) ( 0 384 776 ) ( 16 384 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 352 768 ) ( 16 352 768 ) ( 16 352 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 704 768 ) ( 16 736 768 ) ( 16 736 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 384 768 ) ( 0 352 768 ) ( 0 352 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 448 400 ) ( -624 448 400 ) ( 16 448 80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 257\r
-{\r
-( 0 64 776 ) ( 0 96 776 ) ( 16 96 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 416 768 ) ( 16 448 768 ) ( 16 448 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 768 ) ( 0 64 768 ) ( 0 64 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 352 384 ) ( -624 352 384 ) ( -624 352 64 ) gothic_block/killblock -128 10 0 0.500000 0.500000 0 0 0\r
-( -624 160 400 ) ( 16 160 400 ) ( 16 160 80 ) gothic_block/killblock -128 10 0 0.500000 0.500000 0 0 0\r
-( -624 384 464 ) ( -624 160 464 ) ( 16 384 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 258\r
-{\r
-( 16 96 64 ) ( 0 96 64 ) ( 0 64 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 416 768 ) ( 16 448 768 ) ( 16 448 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 768 ) ( 0 64 768 ) ( 0 64 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 352 384 ) ( -624 352 384 ) ( -624 352 64 ) gothic_block/killblock -128 10 0 0.500000 0.500000 0 0 0\r
-( -624 160 400 ) ( 16 160 400 ) ( 16 160 80 ) gothic_block/killblock -128 10 0 0.500000 0.500000 0 0 0\r
-( -624 384 176 ) ( 16 384 176 ) ( -624 160 176 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 259\r
-{\r
-( 16 320 176 ) ( -16 320 176 ) ( -16 192 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 192 208 ) ( -16 320 208 ) ( 16 320 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 160 208 ) ( 16 160 208 ) ( 16 160 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 192 208 ) ( 24 320 208 ) ( 24 320 176 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 352 208 ) ( -16 352 208 ) ( -16 352 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 320 208 ) ( -16 192 208 ) ( -16 192 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 260\r
-{\r
-( 56 320 208 ) ( 24 320 208 ) ( 24 192 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 192 432 ) ( 24 320 432 ) ( 56 320 432 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 192 432 ) ( 56 192 432 ) ( 56 192 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 192 432 ) ( 40 320 432 ) ( 40 320 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 56 320 432 ) ( 24 320 432 ) ( 24 320 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 320 432 ) ( 24 192 432 ) ( 24 192 256 ) skies/hellsky2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 261\r
-{\r
-( 32 352 208 ) ( -32 352 208 ) ( -32 320 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 320 304 ) ( -32 352 304 ) ( 32 352 304 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 320 304 ) ( 32 320 304 ) ( 32 320 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 320 304 ) ( 24 352 304 ) ( 24 352 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 352 304 ) ( -32 352 304 ) ( -32 352 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 352 304 ) ( -16 320 304 ) ( -16 320 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 262\r
-{\r
-( 16 368 304 ) ( -16 368 304 ) ( -16 304 304 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 304 336 ) ( -16 368 336 ) ( 16 368 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 304 336 ) ( 16 304 336 ) ( 16 304 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 304 336 ) ( 40 368 336 ) ( 40 368 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 368 336 ) ( -16 368 336 ) ( -16 368 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 368 336 ) ( -32 304 336 ) ( -32 304 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 263\r
-{\r
-( 16 208 304 ) ( -16 208 304 ) ( -16 144 304 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 144 336 ) ( -16 208 336 ) ( 16 208 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 144 336 ) ( 16 144 336 ) ( 16 144 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 144 336 ) ( 40 208 336 ) ( 40 208 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 208 336 ) ( -16 208 336 ) ( -16 208 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 208 336 ) ( -32 144 336 ) ( -32 144 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 264\r
-{\r
-( 32 192 208 ) ( -32 192 208 ) ( -32 160 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 160 304 ) ( -32 192 304 ) ( 32 192 304 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 160 304 ) ( 32 160 304 ) ( 32 160 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 160 304 ) ( 24 192 304 ) ( 24 192 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 192 304 ) ( -32 192 304 ) ( -32 192 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 192 304 ) ( -16 160 304 ) ( -16 160 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 265\r
-{\r
-( 0 256 464 ) ( 0 160 336 ) ( 16 208 400 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 256 464 ) ( 0 160 464 ) ( 0 160 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 160 464 ) ( 16 256 464 ) ( 16 256 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 160 464 ) ( 16 160 464 ) ( 16 160 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 160 464 ) ( -16 256 464 ) ( 16 256 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 266\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_block/killblock\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -16 256 432 0 0 ) ( -16 208 400 0 0.450694 ) ( -16 192 336 0 0.966082 ) )\r
-( ( 4 256 432 0.156250 0 ) ( 4 208 400 0.156250 0.450694 ) ( 4 192 336 0.156250 0.966082 ) )\r
-( ( 24 256 432 0.312500 0 ) ( 24 208 400 0.312500 0.450694 ) ( 24 192 336 0.312500 0.966082 ) )\r
-( ( 24 256 448 0.437500 0 ) ( 24 197 411 0.437500 0.450694 ) ( 24 176 336 0.437500 0.966082 ) )\r
-( ( 24 256 464 0.562500 0 ) ( 24 185 423 0.562500 0.450694 ) ( 24 160 336 0.562500 0.966082 ) )\r
-( ( 4 256 464 0.718750 0 ) ( 4 185 423 0.718750 0.450694 ) ( 4 160 336 0.718750 0.966082 ) )\r
-( ( -16 256 464 0.875000 0 ) ( -16 185 423 0.875000 0.450694 ) ( -16 160 336 0.875000 0.966082 ) )\r
-( ( -16 256 448 1 0 ) ( -16 197 411 1 0.450694 ) ( -16 176 336 1 0.966082 ) )\r
-( ( -16 256 432 1.125000 0 ) ( -16 208 400 1.125000 0.450694 ) ( -16 192 336 1.125000 0.966082 ) )\r
-)\r
-  }\r
- }\r
-// brush 267\r
-{\r
-( 16 256 464 ) ( 16 352 336 ) ( 0 304 400 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 256 464 ) ( 16 352 464 ) ( 16 352 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 352 464 ) ( 0 256 464 ) ( 0 256 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 352 464 ) ( 0 352 464 ) ( 0 352 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 352 464 ) ( 32 256 464 ) ( 0 256 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 268\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_block/killblock\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 24 256 432 0 0 ) ( 24 304 400 0 0.450694 ) ( 24 320 336 0 0.966082 ) )\r
-( ( 4 256 432 0.156250 0 ) ( 4 304 400 0.156250 0.450694 ) ( 4 320 336 0.156250 0.966082 ) )\r
-( ( -16 256 432 0.312500 0 ) ( -16 304 400 0.312500 0.450694 ) ( -16 320 336 0.312500 0.966082 ) )\r
-( ( -16 256 448 0.437500 0 ) ( -16 315 411 0.437500 0.450694 ) ( -16 336 336 0.437500 0.966082 ) )\r
-( ( -16 256 464 0.562500 0 ) ( -16 327 423 0.562500 0.450694 ) ( -16 352 336 0.562500 0.966082 ) )\r
-( ( 4 256 464 0.718750 0 ) ( 4 327 423 0.718750 0.450694 ) ( 4 352 336 0.718750 0.966082 ) )\r
-( ( 24 256 464 0.875000 0 ) ( 24 327 423 0.875000 0.450694 ) ( 24 352 336 0.875000 0.966082 ) )\r
-( ( 24 256 448 1 0 ) ( 24 315 411 1 0.450694 ) ( 24 336 336 1 0.966082 ) )\r
-( ( 24 256 432 1.125000 0 ) ( 24 304 400 1.125000 0.450694 ) ( 24 320 336 1.125000 0.966082 ) )\r
-)\r
-  }\r
- }\r
-// brush 269\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_block/killblock\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 24 -256 432 0 0 ) ( 24 -208 400 0 0.450694 ) ( 24 -192 336 0 0.966082 ) )\r
-( ( 4 -256 432 0.156250 0 ) ( 4 -208 400 0.156250 0.450694 ) ( 4 -192 336 0.156250 0.966082 ) )\r
-( ( -16 -256 432 0.312500 0 ) ( -16 -208 400 0.312500 0.450694 ) ( -16 -192 336 0.312500 0.966082 ) )\r
-( ( -16 -256 448 0.437500 0 ) ( -16 -197 411 0.437500 0.450694 ) ( -16 -176 336 0.437500 0.966082 ) )\r
-( ( -16 -256 464 0.562500 0 ) ( -16 -185 423 0.562500 0.450694 ) ( -16 -160 336 0.562500 0.966082 ) )\r
-( ( 4 -256 464 0.718750 0 ) ( 4 -185 423 0.718750 0.450694 ) ( 4 -160 336 0.718750 0.966082 ) )\r
-( ( 24 -256 464 0.875000 0 ) ( 24 -185 423 0.875000 0.450694 ) ( 24 -160 336 0.875000 0.966082 ) )\r
-( ( 24 -256 448 1 0 ) ( 24 -197 411 1 0.450694 ) ( 24 -176 336 1 0.966082 ) )\r
-( ( 24 -256 432 1.125000 0 ) ( 24 -208 400 1.125000 0.450694 ) ( 24 -192 336 1.125000 0.966082 ) )\r
-)\r
-  }\r
- }\r
-// brush 270\r
-{\r
-( 16 -256 464 ) ( 16 -160 336 ) ( 0 -208 400 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -256 464 ) ( 16 -160 464 ) ( 16 -160 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -160 464 ) ( 0 -256 464 ) ( 0 -256 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -160 464 ) ( 0 -160 464 ) ( 0 -160 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -160 464 ) ( 32 -256 464 ) ( 0 -256 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 271\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_block/killblock\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -16 -256 432 0 0 ) ( -16 -304 400 0 0.450694 ) ( -16 -320 336 0 0.966082 ) )\r
-( ( 4 -256 432 0.156250 0 ) ( 4 -304 400 0.156250 0.450694 ) ( 4 -320 336 0.156250 0.966082 ) )\r
-( ( 24 -256 432 0.312500 0 ) ( 24 -304 400 0.312500 0.450694 ) ( 24 -320 336 0.312500 0.966082 ) )\r
-( ( 24 -256 448 0.437500 0 ) ( 24 -315 411 0.437500 0.450694 ) ( 24 -336 336 0.437500 0.966082 ) )\r
-( ( 24 -256 464 0.562500 0 ) ( 24 -327 423 0.562500 0.450694 ) ( 24 -352 336 0.562500 0.966082 ) )\r
-( ( 4 -256 464 0.718750 0 ) ( 4 -327 423 0.718750 0.450694 ) ( 4 -352 336 0.718750 0.966082 ) )\r
-( ( -16 -256 464 0.875000 0 ) ( -16 -327 423 0.875000 0.450694 ) ( -16 -352 336 0.875000 0.966082 ) )\r
-( ( -16 -256 448 1 0 ) ( -16 -315 411 1 0.450694 ) ( -16 -336 336 1 0.966082 ) )\r
-( ( -16 -256 432 1.125000 0 ) ( -16 -304 400 1.125000 0.450694 ) ( -16 -320 336 1.125000 0.966082 ) )\r
-)\r
-  }\r
- }\r
-// brush 272\r
-{\r
-( 0 -256 464 ) ( 0 -352 336 ) ( 16 -304 400 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -256 464 ) ( 0 -352 464 ) ( 0 -352 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -352 464 ) ( 16 -256 464 ) ( 16 -256 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -352 464 ) ( 16 -352 464 ) ( 16 -352 336 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -352 464 ) ( -16 -256 464 ) ( 16 -256 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 273\r
-{\r
-( 32 -320 208 ) ( -32 -320 208 ) ( -32 -352 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -352 304 ) ( -32 -320 304 ) ( 32 -320 304 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -352 304 ) ( 32 -352 304 ) ( 32 -352 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -352 304 ) ( 24 -320 304 ) ( 24 -320 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -320 304 ) ( -32 -320 304 ) ( -32 -320 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -320 304 ) ( -16 -352 304 ) ( -16 -352 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 274\r
-{\r
-( 16 -304 304 ) ( -16 -304 304 ) ( -16 -368 304 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -368 336 ) ( -16 -304 336 ) ( 16 -304 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -368 336 ) ( 16 -368 336 ) ( 16 -368 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -368 336 ) ( 40 -304 336 ) ( 40 -304 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -304 336 ) ( -16 -304 336 ) ( -16 -304 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -304 336 ) ( -32 -368 336 ) ( -32 -368 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 275\r
-{\r
-( 16 -144 304 ) ( -16 -144 304 ) ( -16 -208 304 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -208 336 ) ( -16 -144 336 ) ( 16 -144 336 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -208 336 ) ( 16 -208 336 ) ( 16 -208 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -208 336 ) ( 40 -144 336 ) ( 40 -144 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -144 336 ) ( -16 -144 336 ) ( -16 -144 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -144 336 ) ( -32 -208 336 ) ( -32 -208 320 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 276\r
-{\r
-( 32 -160 208 ) ( -32 -160 208 ) ( -32 -192 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -192 304 ) ( -32 -160 304 ) ( 32 -160 304 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 -192 304 ) ( 32 -192 304 ) ( 32 -192 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -192 304 ) ( 24 -160 304 ) ( 24 -160 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 32 -160 304 ) ( -32 -160 304 ) ( -32 -160 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -160 304 ) ( -16 -192 304 ) ( -16 -192 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 277\r
-{\r
-( 56 -192 208 ) ( 24 -192 208 ) ( 24 -320 208 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -320 432 ) ( 24 -192 432 ) ( 56 -192 432 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -320 432 ) ( 56 -320 432 ) ( 56 -320 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 40 -320 432 ) ( 40 -192 432 ) ( 40 -192 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 56 -192 432 ) ( 24 -192 432 ) ( 24 -192 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -192 432 ) ( 24 -320 432 ) ( 24 -320 256 ) skies/hellsky2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 278\r
-{\r
-( 16 -192 176 ) ( -16 -192 176 ) ( -16 -320 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -320 208 ) ( -16 -192 208 ) ( 16 -192 208 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -352 208 ) ( 16 -352 208 ) ( 16 -352 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 24 -320 208 ) ( 24 -192 208 ) ( 24 -192 176 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -160 208 ) ( -16 -160 208 ) ( -16 -160 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -192 208 ) ( -16 -320 208 ) ( -16 -320 176 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 279\r
-{\r
-( 16 -416 64 ) ( 0 -416 64 ) ( 0 -448 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -96 768 ) ( 16 -64 768 ) ( 16 -64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -416 768 ) ( 0 -448 768 ) ( 0 -448 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -160 384 ) ( -624 -160 384 ) ( -624 -160 64 ) gothic_block/killblock -384 10 0 0.500000 0.500000 0 0 0\r
-( -624 -352 400 ) ( 16 -352 400 ) ( 16 -352 80 ) gothic_block/killblock -384 10 0 0.500000 0.500000 0 0 0\r
-( -624 -128 176 ) ( 16 -128 176 ) ( -624 -352 176 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 280\r
-{\r
-( 0 -448 776 ) ( 0 -416 776 ) ( 16 -416 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -96 768 ) ( 16 -64 768 ) ( 16 -64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -416 768 ) ( 0 -448 768 ) ( 0 -448 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -160 384 ) ( -624 -160 384 ) ( -624 -160 64 ) gothic_block/killblock -384 10 0 0.500000 0.500000 0 0 0\r
-( -624 -352 400 ) ( 16 -352 400 ) ( 16 -352 80 ) gothic_block/killblock -384 10 0 0.500000 0.500000 0 0 0\r
-( -624 -128 464 ) ( -624 -352 464 ) ( 16 -128 464 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 281\r
-{\r
-( 16 -416 64 ) ( 0 -416 64 ) ( 0 -448 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -448 776 ) ( 0 -416 776 ) ( 16 -416 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -448 768 ) ( 16 -448 768 ) ( 16 -448 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -96 768 ) ( 16 -64 768 ) ( 16 -64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -416 768 ) ( 0 -448 768 ) ( 0 -448 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -352 400 ) ( -624 -352 400 ) ( 16 -352 80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 282\r
-{\r
-( 16 -416 64 ) ( 0 -416 64 ) ( 0 -448 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -448 776 ) ( 0 -416 776 ) ( 16 -416 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -96 768 ) ( 16 -64 768 ) ( 16 -64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -64 768 ) ( 0 -64 768 ) ( 0 -64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -416 768 ) ( 0 -448 768 ) ( 0 -448 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-( -624 -160 384 ) ( 16 -160 384 ) ( -624 -160 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 283\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/pitted_rust3\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1344 -448 255.999985 0 0 ) ( -672.000061 -448 255.999985 0 6 ) ( -0.000038 -448 255.999985 0 12 ) )\r
-( ( -1344 -448 592 2.625000 0 ) ( -672.000061 -448 592 2.625000 6 ) ( -0.000038 -448 592 2.625000 12 ) )\r
-( ( -1344 -64 592 5.625000 0 ) ( -672.000061 -64 592 5.625000 6 ) ( -0.000038 -64 592 5.625000 12 ) )\r
-)\r
-  }\r
- }\r
-// brush 284\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/pitted_rust3\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1344 -64 592 0 0 ) ( -687.999939 -64 592 0 5.875000 ) ( -32.000008 -64 592 0 11.750000 ) )\r
-( ( -1344 -64 639 0.367188 0 ) ( -687.999939 -64 639 0.367188 5.875000 ) ( -32.000008 -64 639 0.367188 11.750000 ) )\r
-( ( -1344 -44 681 0.730616 0 ) ( -687.999939 -44 681 0.730616 5.875000 ) ( -32.000008 -44 681 0.730616 11.750000 ) )\r
-( ( -1344 -28 720 1.059948 0 ) ( -687.999939 -28 720 1.059948 5.875000 ) ( -32.000008 -28 720 1.059948 11.750000 ) )\r
-( ( -1344 0 744 1.348058 0 ) ( -687.999939 0 744 1.348058 5.875000 ) ( -32.000008 0 744 1.348058 11.750000 ) )\r
-)\r
-  }\r
- }\r
-// brush 285\r
-{\r
-( 0 -64 0 ) ( -16 -64 0 ) ( -16 -448 0 ) common/caulk 34 0 0 0.500000 0.500000 0 0 0\r
-( 0 -96 80 ) ( 0 -448 80 ) ( -16 -448 64 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -16 -448 704 ) ( 0 -448 704 ) ( 0 -448 0 ) common/caulk 34 0 0 0.500000 0.500000 0 0 0\r
-( 0 -448 80 ) ( 0 -96 80 ) ( 0 -96 0 ) common/caulk 2 0 0 0.500000 0.500000 0 0 0\r
-( 0 -96 0 ) ( 0 -96 64 ) ( -16 -80 64 ) common/caulk 34 0 0 0.500000 0.500000 0 0 0\r
-( -16 -80 0 ) ( -16 -80 64 ) ( -16 -448 64 ) gothic_trim/baseboard09_i -28 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 286\r
-{\r
-( 0 448 0 ) ( -16 448 0 ) ( -16 64 0 ) common/caulk 32 0 0 0.500000 0.500000 0 0 0\r
-( 0 448 80 ) ( 0 96 80 ) ( -16 80 64 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 64 ) ( 0 96 0 ) ( -16 80 0 ) common/caulk 32 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 80 ) ( 0 448 80 ) ( 0 448 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 448 704 ) ( -16 448 704 ) ( -16 448 0 ) common/caulk 32 0 0 0.500000 0.500000 0 0 0\r
-( -16 80 64 ) ( -16 80 0 ) ( -16 448 0 ) gothic_trim/baseboard09_i 27 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 287\r
-{\r
-( 16 96 64 ) ( 0 96 64 ) ( 0 64 64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 64 776 ) ( 0 96 776 ) ( 16 96 776 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 64 768 ) ( 16 64 768 ) ( 16 64 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 416 768 ) ( 16 448 768 ) ( 16 448 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 160 736 ) ( 0 160 736 ) ( 0 160 -32 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 768 ) ( 0 64 768 ) ( 0 64 0 ) gothic_block/killblock 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 288\r
-{\r
-( -16 256 0 ) ( -32 256 0 ) ( -32 -256 0 ) common/caulk 1 0 0 0.500000 0.500000 0 0 0\r
-( -32 -256 776 ) ( -32 256 776 ) ( -16 256 776 ) common/caulk 1 0 0 0.500000 0.500000 0 0 0\r
-( 0 -96 784 ) ( 0 -96 0 ) ( -32 -64 0 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -96 0 ) ( 0 -96 784 ) ( 0 96 784 ) common/caulk 1 0 0 0.500000 0.500000 0 0 0\r
-( 0 96 0 ) ( 0 96 784 ) ( -32 64 784 ) base_trim/spidertrim 0 0 0 0.500000 0.500000 0 0 0\r
-( -32 256 16 ) ( -32 -256 16 ) ( -32 -256 0 ) gothic_wall/xiantourneywall_c1 126 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 1\r
-{\r
-"classname" "info_player_deathmatch"\r
-"origin" "-1280 0 24"\r
-}\r
-// entity 2\r
-{\r
-"type" "patchThick"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -144 -48 592 0 0 ) ( -112 -48 592 0 0.500000 ) ( -80 -48 592 0 1 ) )\r
-( ( -144 -48 634 0.656250 0 ) ( -112 -48 634 0.656250 0.500000 ) ( -80 -48 634 0.656250 1 ) )\r
-( ( -144 -33 672 1.294584 0 ) ( -112 -33 672 1.294584 0.500000 ) ( -80 -33 672 1.294584 1 ) )\r
-( ( -144 -21 707 1.872709 0 ) ( -112 -21 707 1.872709 0.500000 ) ( -80 -21 707 1.872709 1 ) )\r
-( ( -144 0 728 2.336748 0 ) ( -112 0 728 2.336748 0.500000 ) ( -80 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 3\r
-{\r
-"classname" "func_group"\r
-"type" "patchThick"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -80 432 256 0 0 ) ( -112 432 256 0 0.250000 ) ( -144 432 256 0 0.500001 ) )\r
-( ( -80 440 584 5.000002 0 ) ( -112 440 584 5.000002 0.250000 ) ( -144 440 584 5.000002 0.500001 ) )\r
-( ( -80 64 576 10.750113 0 ) ( -112 64 576 10.750113 0.250000 ) ( -144 64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 4\r
-{\r
-"type" "patchThick"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1264 -432 256 0 0 ) ( -1232 -432 256 0 0.250000 ) ( -1200 -432 256 0 0.500001 ) )\r
-( ( -1264 -440 584 5.000002 0 ) ( -1232 -440 584 5.000002 0.250000 ) ( -1200 -440 584 5.000002 0.500001 ) )\r
-( ( -1264 -64 576 10.750113 0 ) ( -1232 -64 576 10.750113 0.250000 ) ( -1200 -64 576 10.750113 0.500001 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 5\r
-{\r
-"classname" "func_group"\r
-"type" "patchThick"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -368 -48 592 0 0 ) ( -336 -48 592 0 0.500000 ) ( -304 -48 592 0 1 ) )\r
-( ( -368 -48 634 0.656250 0 ) ( -336 -48 634 0.656250 0.500000 ) ( -304 -48 634 0.656250 1 ) )\r
-( ( -368 -33 672 1.294584 0 ) ( -336 -33 672 1.294584 0.500000 ) ( -304 -33 672 1.294584 1 ) )\r
-( ( -368 -21 707 1.872709 0 ) ( -336 -21 707 1.872709 0.500000 ) ( -304 -21 707 1.872709 1 ) )\r
-( ( -368 0 728 2.336748 0 ) ( -336 0 728 2.336748 0.500000 ) ( -304 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 6\r
-{\r
-"type" "patchThick"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -592 -48 592 0 0 ) ( -560 -48 592 0 0.500000 ) ( -528 -48 592 0 1 ) )\r
-( ( -592 -48 634 0.656250 0 ) ( -560 -48 634 0.656250 0.500000 ) ( -528 -48 634 0.656250 1 ) )\r
-( ( -592 -33 672 1.294584 0 ) ( -560 -33 672 1.294584 0.500000 ) ( -528 -33 672 1.294584 1 ) )\r
-( ( -592 -21 707 1.872709 0 ) ( -560 -21 707 1.872709 0.500000 ) ( -528 -21 707 1.872709 1 ) )\r
-( ( -592 0 728 2.336748 0 ) ( -560 0 728 2.336748 0.500000 ) ( -528 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 7\r
-{\r
-"classname" "func_group"\r
-"type" "patchThick"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -816 -48 592 0 0 ) ( -784 -48 592 0 0.500000 ) ( -752 -48 592 0 1 ) )\r
-( ( -816 -48 634 0.656250 0 ) ( -784 -48 634 0.656250 0.500000 ) ( -752 -48 634 0.656250 1 ) )\r
-( ( -816 -33 672 1.294584 0 ) ( -784 -33 672 1.294584 0.500000 ) ( -752 -33 672 1.294584 1 ) )\r
-( ( -816 -21 707 1.872709 0 ) ( -784 -21 707 1.872709 0.500000 ) ( -752 -21 707 1.872709 1 ) )\r
-( ( -816 0 728 2.336748 0 ) ( -784 0 728 2.336748 0.500000 ) ( -752 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 8\r
-{\r
-"type" "patchThick"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1040 -48 592 0 0 ) ( -1008 -48 592 0 0.500000 ) ( -976 -48 592 0 1 ) )\r
-( ( -1040 -48 634 0.656250 0 ) ( -1008 -48 634 0.656250 0.500000 ) ( -976 -48 634 0.656250 1 ) )\r
-( ( -1040 -33 672 1.294584 0 ) ( -1008 -33 672 1.294584 0.500000 ) ( -976 -33 672 1.294584 1 ) )\r
-( ( -1040 -21 707 1.872709 0 ) ( -1008 -21 707 1.872709 0.500000 ) ( -976 -21 707 1.872709 1 ) )\r
-( ( -1040 0 728 2.336748 0 ) ( -1008 0 728 2.336748 0.500000 ) ( -976 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 9\r
-{\r
-"classname" "func_group"\r
-"type" "patchThick"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/spidertrim\r
-   ( 5 3 0 0 0 ) \r
-(\r
-( ( -1264 -48 592 0 0 ) ( -1232 -48 592 0 0.500000 ) ( -1200 -48 592 0 1 ) )\r
-( ( -1264 -48 634 0.656250 0 ) ( -1232 -48 634 0.656250 0.500000 ) ( -1200 -48 634 0.656250 1 ) )\r
-( ( -1264 -33 672 1.294584 0 ) ( -1232 -33 672 1.294584 0.500000 ) ( -1200 -33 672 1.294584 1 ) )\r
-( ( -1264 -21 707 1.872709 0 ) ( -1232 -21 707 1.872709 0.500000 ) ( -1200 -21 707 1.872709 1 ) )\r
-( ( -1264 0 728 2.336748 0 ) ( -1232 0 728 2.336748 0.500000 ) ( -1200 0 728 2.336748 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 10\r
-{\r
-"spawnflags" "1"\r
-"origin" "-112 189 328"\r
-"noise" "sound/world/firesoft.wav"\r
-"classname" "target_speaker"\r
-}\r
diff --git a/docs/developer/TstMaps/realloc.map b/docs/developer/TstMaps/realloc.map
deleted file mode 100644 (file)
index 5db0567..0000000
+++ /dev/null
@@ -1,4661 +0,0 @@
-{\r
-"classname" "worldspawn"\r
-// brush 0\r
-{\r
-brushDef\r
-{\r
-( -128 128 576 ) ( -128 0 576 ) ( -128 0 320 ) ( ( 0.007813 0 0.062500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 120 128 576 ) ( -128 128 576 ) ( -128 128 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 16 576 ) ( 640 144 576 ) ( 640 144 320 ) ( ( 0.007813 0 -0.062500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 0 576 ) ( 120 0 576 ) ( 120 0 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 0 328 ) ( -120 128 328 ) ( 128 128 328 ) ( ( 0.007813 0 -0.062500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 120 128 320 ) ( -128 128 320 ) ( -128 0 320 ) ( ( 0.007813 0 -0.062500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 1\r
-{\r
-brushDef\r
-{\r
-( 128 0 304 ) ( 128 -8 304 ) ( 128 -8 296 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 392 0 304 ) ( 128 0 304 ) ( 128 0 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) clan_xb/logo7 0 0 0\r
-( 384 -8 304 ) ( 384 0 304 ) ( 384 0 296 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 120 -8 304 ) ( 384 -8 304 ) ( 384 -8 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) clan_xb/logo7 0 0 0\r
-( 128 -8 328 ) ( 128 0 328 ) ( 392 0 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 392 0 280 ) ( 128 0 280 ) ( 128 -8 280 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 2\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 144 232 ) ( 56 136 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 328 ) ( -128 128 328 ) ( 32 136 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 3\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 376 ) ( 640 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 328 ) ( 192 128 328 ) ( 32 136 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 4\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -760 872 -8 ) ( -760 1200 -8 ) ( -760 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 5\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 1200 -8 ) ( -8 1200 -8 ) ( -384 1200 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 6\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1272 -320 -8 ) ( 1272 -648 -8 ) ( 1272 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 7\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1016 -640 -8 ) ( 640 -640 -8 ) ( 1016 -640 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 8\r
-{\r
-brushDef\r
-{\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -384 1216 888 ) ( -384 888 888 ) ( -8 1216 888 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-}\r
-}\r
-// brush 9\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -384 1208 -48 ) ( -8 1208 -48 ) ( -384 880 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-}\r
-}\r
-// brush 10\r
-{\r
-brushDef\r
-{\r
-( 320 192 296 ) ( 192 192 296 ) ( 192 176 296 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 304 ) ( 192 184 304 ) ( 320 184 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 304 ) ( 320 168 304 ) ( 320 168 280 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 168 304 ) ( 320 184 304 ) ( 320 184 280 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 184 304 ) ( 192 184 304 ) ( 192 184 280 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 184 304 ) ( 192 168 304 ) ( 192 168 280 ) ( ( 0.007813 0 0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 11\r
-{\r
-brushDef\r
-{\r
-( 320 168 296 ) ( 192 168 296 ) ( 192 152 296 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 312 ) ( 192 168 312 ) ( 320 168 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 312 ) ( 320 152 312 ) ( 320 152 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 152 312 ) ( 320 168 312 ) ( 320 168 288 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 168 312 ) ( 192 168 312 ) ( 192 168 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 312 ) ( 192 152 312 ) ( 192 152 288 ) ( ( 0.007813 0 0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 12\r
-{\r
-brushDef\r
-{\r
-( 320 152 296 ) ( 192 152 296 ) ( 192 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 136 320 ) ( 192 152 320 ) ( 320 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 136 320 ) ( 320 136 320 ) ( 320 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 136 320 ) ( 320 152 320 ) ( 320 152 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 152 320 ) ( 192 152 320 ) ( 192 152 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 320 ) ( 192 136 320 ) ( 192 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 13\r
-{\r
-brushDef\r
-{\r
-( 320 200 296 ) ( 192 200 296 ) ( 192 184 296 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 184 304 ) ( 192 200 304 ) ( 320 200 304 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 184 304 ) ( 320 184 304 ) ( 320 184 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 184 304 ) ( 320 200 304 ) ( 320 200 296 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 200 304 ) ( 192 200 304 ) ( 192 200 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 200 304 ) ( 192 184 304 ) ( 192 184 296 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 14\r
-{\r
-brushDef\r
-{\r
-( 320 184 304 ) ( 192 184 304 ) ( 192 168 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 312 ) ( 192 184 312 ) ( 320 184 312 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 312 ) ( 320 168 312 ) ( 320 168 304 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 168 312 ) ( 320 184 312 ) ( 320 184 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 184 312 ) ( 192 184 312 ) ( 192 184 304 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 184 312 ) ( 192 168 312 ) ( 192 168 304 ) ( ( 0.007813 0 0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 15\r
-{\r
-brushDef\r
-{\r
-( 320 168 312 ) ( 192 168 312 ) ( 192 152 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 320 ) ( 192 168 320 ) ( 320 168 320 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 320 ) ( 320 152 320 ) ( 320 152 312 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 152 320 ) ( 320 168 320 ) ( 320 168 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 168 320 ) ( 192 168 320 ) ( 192 168 312 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 168 320 ) ( 192 152 320 ) ( 192 152 312 ) ( ( 0.007813 0 0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 16\r
-{\r
-brushDef\r
-{\r
-( 320 152 320 ) ( 192 152 320 ) ( 192 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 136 328 ) ( 192 152 328 ) ( 320 152 328 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 136 328 ) ( 320 136 328 ) ( 320 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 136 328 ) ( 320 152 328 ) ( 320 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 320 152 328 ) ( 192 152 328 ) ( 192 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 192 152 328 ) ( 192 136 328 ) ( 192 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 17\r
-{\r
-brushDef\r
-{\r
-( -40 136 376 ) ( -48 136 376 ) ( -48 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 128 392 ) ( -40 128 392 ) ( -40 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 128 392 ) ( -40 136 392 ) ( -40 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 136 392 ) ( -48 136 392 ) ( -48 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 136 392 ) ( -48 128 392 ) ( -48 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 128 424 ) ( -8 136 424 ) ( 0 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 18\r
-{\r
-brushDef\r
-{\r
-( -40 128 480 ) ( -40 136 480 ) ( -32 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 128 392 ) ( -40 128 392 ) ( -40 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 128 392 ) ( -40 136 392 ) ( -40 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 136 392 ) ( -48 136 392 ) ( -48 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 136 392 ) ( -48 128 392 ) ( -48 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 136 432 ) ( -8 128 432 ) ( 0 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 19\r
-{\r
-brushDef\r
-{\r
-( 8 136 432 ) ( 8 136 424 ) ( 8 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -96 128 432 ) ( -96 136 432 ) ( -96 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 128 424 ) ( -8 128 432 ) ( 0 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -7.250001 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 128 432 ) ( -8 136 432 ) ( 0 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 136 432 ) ( -8 136 424 ) ( 0 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -7.250000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -8 136 424 ) ( -8 128 424 ) ( 0 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 11.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 20\r
-{\r
-brushDef\r
-{\r
-( 112 136 376 ) ( 104 136 376 ) ( 104 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 128 392 ) ( 112 128 392 ) ( 112 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 128 392 ) ( 112 136 392 ) ( 112 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 136 392 ) ( 104 136 392 ) ( 104 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 136 392 ) ( 104 128 392 ) ( 104 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 128 424 ) ( 144 136 424 ) ( 152 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 21\r
-{\r
-brushDef\r
-{\r
-( 112 128 480 ) ( 112 136 480 ) ( 120 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 128 392 ) ( 112 128 392 ) ( 112 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 128 392 ) ( 112 136 392 ) ( 112 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 136 392 ) ( 104 136 392 ) ( 104 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 136 392 ) ( 104 128 392 ) ( 104 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 136 432 ) ( 144 128 432 ) ( 152 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 22\r
-{\r
-brushDef\r
-{\r
-( 160 136 432 ) ( 160 136 424 ) ( 160 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 56 128 432 ) ( 56 136 432 ) ( 56 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 128 424 ) ( 144 128 432 ) ( 152 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -4.875001 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 128 432 ) ( 144 136 432 ) ( 152 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 136 432 ) ( 144 136 424 ) ( 152 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -4.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 144 136 424 ) ( 144 128 424 ) ( 152 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 9.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 23\r
-{\r
-brushDef\r
-{\r
-( 408 136 376 ) ( 400 136 376 ) ( 400 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 128 392 ) ( 408 128 392 ) ( 408 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 128 392 ) ( 408 136 392 ) ( 408 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 136 392 ) ( 400 136 392 ) ( 400 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 136 392 ) ( 400 128 392 ) ( 400 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 128 424 ) ( 440 136 424 ) ( 448 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 24\r
-{\r
-brushDef\r
-{\r
-( 408 128 480 ) ( 408 136 480 ) ( 416 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 128 392 ) ( 408 128 392 ) ( 408 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 128 392 ) ( 408 136 392 ) ( 408 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 136 392 ) ( 400 136 392 ) ( 400 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 136 392 ) ( 400 128 392 ) ( 400 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 136 432 ) ( 440 128 432 ) ( 448 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 25\r
-{\r
-brushDef\r
-{\r
-( 456 136 432 ) ( 456 136 424 ) ( 456 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 128 432 ) ( 352 136 432 ) ( 352 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 128 424 ) ( 440 128 432 ) ( 448 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -0.250000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 128 432 ) ( 440 136 432 ) ( 448 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 136 432 ) ( 440 136 424 ) ( 448 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -0.250000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 136 424 ) ( 440 128 424 ) ( 448 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 4.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 26\r
-{\r
-brushDef\r
-{\r
-( 560 136 376 ) ( 552 136 376 ) ( 552 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 128 392 ) ( 560 128 392 ) ( 560 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 128 392 ) ( 560 136 392 ) ( 560 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 136 392 ) ( 552 136 392 ) ( 552 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 136 392 ) ( 552 128 392 ) ( 552 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 128 424 ) ( 592 136 424 ) ( 600 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 27\r
-{\r
-brushDef\r
-{\r
-( 560 128 480 ) ( 560 136 480 ) ( 568 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 128 392 ) ( 560 128 392 ) ( 560 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 128 392 ) ( 560 136 392 ) ( 560 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 136 392 ) ( 552 136 392 ) ( 552 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 136 392 ) ( 552 128 392 ) ( 552 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 136 432 ) ( 592 128 432 ) ( 600 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 28\r
-{\r
-brushDef\r
-{\r
-( 608 136 432 ) ( 608 136 424 ) ( 608 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 128 432 ) ( 504 136 432 ) ( 504 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 128 424 ) ( 592 128 432 ) ( 600 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 2.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 128 432 ) ( 592 136 432 ) ( 600 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 136 432 ) ( 592 136 424 ) ( 600 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 2.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 592 136 424 ) ( 592 128 424 ) ( 600 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 2.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 29\r
-{\r
-brushDef\r
-{\r
-( 648 128 328 ) ( 632 128 328 ) ( 632 120 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 120 384 ) ( 632 128 384 ) ( 648 128 384 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 120 336 ) ( 648 120 336 ) ( 648 120 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 120 336 ) ( 640 128 336 ) ( 640 128 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 128 336 ) ( 632 128 336 ) ( 632 128 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 128 336 ) ( 632 120 336 ) ( 632 120 328 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 30\r
-{\r
-brushDef\r
-{\r
-( -112 128 328 ) ( -128 128 328 ) ( -128 120 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 120 384 ) ( -128 128 384 ) ( -112 128 384 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 120 336 ) ( -112 120 336 ) ( -112 120 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 120 336 ) ( -120 128 336 ) ( -120 128 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -112 128 336 ) ( -128 128 336 ) ( -128 128 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 128 336 ) ( -128 120 336 ) ( -128 120 328 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 31\r
-{\r
-brushDef\r
-{\r
-( 192 128 512 ) ( 192 136 512 ) ( 224 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 512 ) ( 224 128 512 ) ( 224 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 512 ) ( 320 136 512 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 512 ) ( 288 136 512 ) ( 288 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 512 ) ( 192 128 512 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 144 480 ) ( 192 136 480 ) ( 320 144 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 32\r
-{\r
-brushDef\r
-{\r
-( 216 136 224 ) ( 184 136 224 ) ( 184 128 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 512 ) ( 224 128 512 ) ( 224 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 512 ) ( 320 136 512 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 512 ) ( 288 136 512 ) ( 288 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 512 ) ( 192 128 512 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 328 ) ( 320 136 328 ) ( 192 128 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 33\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 480 ) ( 456 128 480 ) ( 456 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 504 128 480 ) ( 504 136 480 ) ( 504 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 34\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 480 ) ( 608 128 480 ) ( 608 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 35\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 480 ) ( 352 136 480 ) ( 352 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 36\r
-{\r
-brushDef\r
-{\r
-( 320 128 512 ) ( 320 136 512 ) ( 640 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 480 ) ( 320 128 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 37\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 136 232 ) ( 352 128 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 376 ) ( 1088 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 38\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 136 480 ) ( 8 128 480 ) ( 8 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 128 480 ) ( 56 136 480 ) ( 56 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 39\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 136 480 ) ( 160 128 480 ) ( 160 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 40\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 128 480 ) ( -96 136 480 ) ( -96 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 41\r
-{\r
-brushDef\r
-{\r
-( -128 128 512 ) ( -128 136 512 ) ( 192 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 480 ) ( -128 128 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 42\r
-{\r
-brushDef\r
-{\r
-( 640 968 512 ) ( 568 968 512 ) ( 568 920 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 448 776 768 ) ( 448 320 768 ) ( 64 320 768 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 320 768 ) ( 640 320 768 ) ( 640 128 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 448 320 768 ) ( 448 776 768 ) ( 640 968 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 640 776 768 ) ( -128 776 768 ) ( -128 968 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 64 776 768 ) ( 64 320 768 ) ( -128 128 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-}\r
-}\r
-// brush 43\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 560 824 8 0 0 ) ( 560 824 40 0 0.500000 ) ( 560 824 72 0 1 ) )\r
-( ( 560 816 8 0.125000 0 ) ( 560 816 40 0.125000 0.500000 ) ( 560 816 72 0.125000 1 ) )\r
-( ( 568 816 8 0.250000 0 ) ( 568 816 40 0.250000 0.500000 ) ( 568 816 72 0.250000 1 ) )\r
-( ( 576 816 8 0.375000 0 ) ( 576 816 40 0.375000 0.500000 ) ( 576 816 72 0.375000 1 ) )\r
-( ( 576 824 8 0.500000 0 ) ( 576 824 40 0.500000 0.500000 ) ( 576 824 72 0.500000 1 ) )\r
-( ( 576 832 8 0.625000 0 ) ( 576 832 40 0.625000 0.500000 ) ( 576 832 72 0.625000 1 ) )\r
-( ( 568 832 8 0.750000 0 ) ( 568 832 40 0.750000 0.500000 ) ( 568 832 72 0.750000 1 ) )\r
-( ( 560 832 8 0.875000 0 ) ( 560 832 40 0.875000 0.500000 ) ( 560 832 72 0.875000 1 ) )\r
-( ( 560 824 8 1 0 ) ( 560 824 40 1 0.500000 ) ( 560 824 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 44\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -64 824 8 0 0 ) ( -64 824 40 0 0.500000 ) ( -64 824 72 0 1 ) )\r
-( ( -64 816 8 0.125000 0 ) ( -64 816 40 0.125000 0.500000 ) ( -64 816 72 0.125000 1 ) )\r
-( ( -56 816 8 0.250000 0 ) ( -56 816 40 0.250000 0.500000 ) ( -56 816 72 0.250000 1 ) )\r
-( ( -48 816 8 0.375000 0 ) ( -48 816 40 0.375000 0.500000 ) ( -48 816 72 0.375000 1 ) )\r
-( ( -48 824 8 0.500000 0 ) ( -48 824 40 0.500000 0.500000 ) ( -48 824 72 0.500000 1 ) )\r
-( ( -48 832 8 0.625000 0 ) ( -48 832 40 0.625000 0.500000 ) ( -48 832 72 0.625000 1 ) )\r
-( ( -56 832 8 0.750000 0 ) ( -56 832 40 0.750000 0.500000 ) ( -56 832 72 0.750000 1 ) )\r
-( ( -64 832 8 0.875000 0 ) ( -64 832 40 0.875000 0.500000 ) ( -64 832 72 0.875000 1 ) )\r
-( ( -64 824 8 1 0 ) ( -64 824 40 1 0.500000 ) ( -64 824 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 45\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -64 928 8 0 0 ) ( -64 928 40 0 0.500000 ) ( -64 928 72 0 1 ) )\r
-( ( -64 920 8 0.125000 0 ) ( -64 920 40 0.125000 0.500000 ) ( -64 920 72 0.125000 1 ) )\r
-( ( -56 920 8 0.250000 0 ) ( -56 920 40 0.250000 0.500000 ) ( -56 920 72 0.250000 1 ) )\r
-( ( -48 920 8 0.375000 0 ) ( -48 920 40 0.375000 0.500000 ) ( -48 920 72 0.375000 1 ) )\r
-( ( -48 928 8 0.500000 0 ) ( -48 928 40 0.500000 0.500000 ) ( -48 928 72 0.500000 1 ) )\r
-( ( -48 936 8 0.625000 0 ) ( -48 936 40 0.625000 0.500000 ) ( -48 936 72 0.625000 1 ) )\r
-( ( -56 936 8 0.750000 0 ) ( -56 936 40 0.750000 0.500000 ) ( -56 936 72 0.750000 1 ) )\r
-( ( -64 936 8 0.875000 0 ) ( -64 936 40 0.875000 0.500000 ) ( -64 936 72 0.875000 1 ) )\r
-( ( -64 928 8 1 0 ) ( -64 928 40 1 0.500000 ) ( -64 928 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 46\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 8 744 8 0 0 ) ( 8 744 40 0 0.500000 ) ( 8 744 72 0 1 ) )\r
-( ( 8 736 8 0.125000 0 ) ( 8 736 40 0.125000 0.500000 ) ( 8 736 72 0.125000 1 ) )\r
-( ( 16 736 8 0.250000 0 ) ( 16 736 40 0.250000 0.500000 ) ( 16 736 72 0.250000 1 ) )\r
-( ( 24 736 8 0.375000 0 ) ( 24 736 40 0.375000 0.500000 ) ( 24 736 72 0.375000 1 ) )\r
-( ( 24 744 8 0.500000 0 ) ( 24 744 40 0.500000 0.500000 ) ( 24 744 72 0.500000 1 ) )\r
-( ( 24 752 8 0.625000 0 ) ( 24 752 40 0.625000 0.500000 ) ( 24 752 72 0.625000 1 ) )\r
-( ( 16 752 8 0.750000 0 ) ( 16 752 40 0.750000 0.500000 ) ( 16 752 72 0.750000 1 ) )\r
-( ( 8 752 8 0.875000 0 ) ( 8 752 40 0.875000 0.500000 ) ( 8 752 72 0.875000 1 ) )\r
-( ( 8 744 8 1 0 ) ( 8 744 40 1 0.500000 ) ( 8 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 47\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 104 744 8 0 0 ) ( 104 744 40 0 0.500000 ) ( 104 744 72 0 1 ) )\r
-( ( 104 736 8 0.125000 0 ) ( 104 736 40 0.125000 0.500000 ) ( 104 736 72 0.125000 1 ) )\r
-( ( 112 736 8 0.250000 0 ) ( 112 736 40 0.250000 0.500000 ) ( 112 736 72 0.250000 1 ) )\r
-( ( 120 736 8 0.375000 0 ) ( 120 736 40 0.375000 0.500000 ) ( 120 736 72 0.375000 1 ) )\r
-( ( 120 744 8 0.500000 0 ) ( 120 744 40 0.500000 0.500000 ) ( 120 744 72 0.500000 1 ) )\r
-( ( 120 752 8 0.625000 0 ) ( 120 752 40 0.625000 0.500000 ) ( 120 752 72 0.625000 1 ) )\r
-( ( 112 752 8 0.750000 0 ) ( 112 752 40 0.750000 0.500000 ) ( 112 752 72 0.750000 1 ) )\r
-( ( 104 752 8 0.875000 0 ) ( 104 752 40 0.875000 0.500000 ) ( 104 752 72 0.875000 1 ) )\r
-( ( 104 744 8 1 0 ) ( 104 744 40 1 0.500000 ) ( 104 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 48\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 272 744 8 0 0 ) ( 272 744 40 0 0.500000 ) ( 272 744 72 0 1 ) )\r
-( ( 272 736 8 0.125000 0 ) ( 272 736 40 0.125000 0.500000 ) ( 272 736 72 0.125000 1 ) )\r
-( ( 280 736 8 0.250000 0 ) ( 280 736 40 0.250000 0.500000 ) ( 280 736 72 0.250000 1 ) )\r
-( ( 288 736 8 0.375000 0 ) ( 288 736 40 0.375000 0.500000 ) ( 288 736 72 0.375000 1 ) )\r
-( ( 288 744 8 0.500000 0 ) ( 288 744 40 0.500000 0.500000 ) ( 288 744 72 0.500000 1 ) )\r
-( ( 288 752 8 0.625000 0 ) ( 288 752 40 0.625000 0.500000 ) ( 288 752 72 0.625000 1 ) )\r
-( ( 280 752 8 0.750000 0 ) ( 280 752 40 0.750000 0.500000 ) ( 280 752 72 0.750000 1 ) )\r
-( ( 272 752 8 0.875000 0 ) ( 272 752 40 0.875000 0.500000 ) ( 272 752 72 0.875000 1 ) )\r
-( ( 272 744 8 1 0 ) ( 272 744 40 1 0.500000 ) ( 272 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 49\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 376 744 8 0 0 ) ( 376 744 40 0 0.500000 ) ( 376 744 72 0 1 ) )\r
-( ( 376 736 8 0.125000 0 ) ( 376 736 40 0.125000 0.500000 ) ( 376 736 72 0.125000 1 ) )\r
-( ( 384 736 8 0.250000 0 ) ( 384 736 40 0.250000 0.500000 ) ( 384 736 72 0.250000 1 ) )\r
-( ( 392 736 8 0.375000 0 ) ( 392 736 40 0.375000 0.500000 ) ( 392 736 72 0.375000 1 ) )\r
-( ( 392 744 8 0.500000 0 ) ( 392 744 40 0.500000 0.500000 ) ( 392 744 72 0.500000 1 ) )\r
-( ( 392 752 8 0.625000 0 ) ( 392 752 40 0.625000 0.500000 ) ( 392 752 72 0.625000 1 ) )\r
-( ( 384 752 8 0.750000 0 ) ( 384 752 40 0.750000 0.500000 ) ( 384 752 72 0.750000 1 ) )\r
-( ( 376 752 8 0.875000 0 ) ( 376 752 40 0.875000 0.500000 ) ( 376 752 72 0.875000 1 ) )\r
-( ( 376 744 8 1 0 ) ( 376 744 40 1 0.500000 ) ( 376 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 50\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 464 744 8 0 0 ) ( 464 744 40 0 0.500000 ) ( 464 744 72 0 1 ) )\r
-( ( 464 736 8 0.125000 0 ) ( 464 736 40 0.125000 0.500000 ) ( 464 736 72 0.125000 1 ) )\r
-( ( 472 736 8 0.250000 0 ) ( 472 736 40 0.250000 0.500000 ) ( 472 736 72 0.250000 1 ) )\r
-( ( 480 736 8 0.375000 0 ) ( 480 736 40 0.375000 0.500000 ) ( 480 736 72 0.375000 1 ) )\r
-( ( 480 744 8 0.500000 0 ) ( 480 744 40 0.500000 0.500000 ) ( 480 744 72 0.500000 1 ) )\r
-( ( 480 752 8 0.625000 0 ) ( 480 752 40 0.625000 0.500000 ) ( 480 752 72 0.625000 1 ) )\r
-( ( 472 752 8 0.750000 0 ) ( 472 752 40 0.750000 0.500000 ) ( 472 752 72 0.750000 1 ) )\r
-( ( 464 752 8 0.875000 0 ) ( 464 752 40 0.875000 0.500000 ) ( 464 752 72 0.875000 1 ) )\r
-( ( 464 744 8 1 0 ) ( 464 744 40 1 0.500000 ) ( 464 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 51\r
-{\r
-brushDef\r
-{\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 336 72 ) ( 524 304 72 ) ( 532 304 72 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 304 80 ) ( 524 336 80 ) ( 524 304 24 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 52\r
-{\r
-brushDef\r
-{\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 304 80 ) ( 524 304 80 ) ( 524 336 80 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 336 128 ) ( 532 304 128 ) ( 532 336 72 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 53\r
-{\r
-brushDef\r
-{\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 96 ) ( 528 336 96 ) ( 536 304 96 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 304 80 ) ( 532 304 80 ) ( 524 336 80 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 54\r
-{\r
-brushDef\r
-{\r
-( 520 312 48 ) ( 520 304 48 ) ( 528 304 48 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 304 72 ) ( 524 336 72 ) ( 532 304 72 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 55\r
-{\r
-brushDef\r
-{\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 344 72 ) ( 524 312 72 ) ( 532 312 72 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 312 80 ) ( 524 344 80 ) ( 524 312 24 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 56\r
-{\r
-brushDef\r
-{\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 312 80 ) ( 524 312 80 ) ( 524 344 80 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 344 128 ) ( 532 312 128 ) ( 532 344 72 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 57\r
-{\r
-brushDef\r
-{\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 96 ) ( 528 336 96 ) ( 536 304 96 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 312 80 ) ( 532 312 80 ) ( 524 344 80 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 58\r
-{\r
-brushDef\r
-{\r
-( 520 336 48 ) ( 520 328 48 ) ( 528 328 48 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 312 72 ) ( 524 344 72 ) ( 532 312 72 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 59\r
-{\r
-brushDef\r
-{\r
-( 524 336 72 ) ( 524 304 72 ) ( 532 304 72 ) ( ( 0 -0.015625 -4.187500 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 304 80 ) ( 524 304 80 ) ( 524 336 80 ) ( ( 0 0.015625 -4.187500 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 304 128 ) ( 532 336 128 ) ( 532 336 72 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 532 336 80 ) ( 524 336 80 ) ( 524 336 24 ) ( ( 0.015625 0 5.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 336 80 ) ( 524 304 80 ) ( 524 304 24 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 524 304 80 ) ( 532 304 80 ) ( 532 304 24 ) ( ( 0.015625 0 -5.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 60\r
-{\r
-brushDef\r
-{\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 104 ) ( 528 336 104 ) ( 528 304 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 61\r
-{\r
-brushDef\r
-{\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 104 ) ( 528 336 104 ) ( 528 304 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 62\r
-{\r
-brushDef\r
-{\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 304 104 ) ( 528 304 104 ) ( 528 336 104 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 304 152 ) ( 536 336 152 ) ( 536 336 96 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 336 104 ) ( 528 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 104 ) ( 528 304 104 ) ( 528 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 104 ) ( 536 304 104 ) ( 536 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 63\r
-{\r
-brushDef\r
-{\r
-( 488 336 8 ) ( 496 336 8 ) ( 496 344 8 ) ( ( -0.015625 0 8.125000 ) ( 0 -0.015625 -15 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 336 40 ) ( 504 328 40 ) ( 496 328 40 ) ( ( -0.015625 0 8.125000 ) ( 0 -0.015625 15 ) ) gothic_trim/wood2 134217728 0 0\r
-( 488 344 8 ) ( 496 344 8 ) ( 504 336 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -3.368932 ) ) gothic_trim/wood2 134217728 0 0\r
-( 488 328 8 ) ( 488 336 8 ) ( 496 336 40 ) ( ( 0.015625 0 13.375000 ) ( 0 0.015625 -1.216441 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 336 8 ) ( 488 336 8 ) ( 496 328 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -3.368936 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 336 8 ) ( 496 328 8 ) ( 504 328 40 ) ( ( 0.015625 0 -13.375000 ) ( 0 0.015625 -1.216413 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 64\r
-{\r
-brushDef\r
-{\r
-( 496 296 8 ) ( 496 304 8 ) ( 488 304 8 ) ( ( 0 0.015625 11.625000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 312 40 ) ( 504 312 40 ) ( 504 304 40 ) ( ( 0 -0.015625 11.625000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 488 296 8 ) ( 488 304 8 ) ( 496 312 40 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -2.580697 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 296 8 ) ( 496 296 8 ) ( 496 304 40 ) ( ( 0.015625 0 10.125000 ) ( 0 0.015625 0.299379 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 304 8 ) ( 496 296 8 ) ( 504 304 40 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 -2.580694 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 304 8 ) ( 504 304 8 ) ( 504 312 40 ) ( ( 0.015625 0 -10.125000 ) ( 0 0.015625 0.299380 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 65\r
-{\r
-brushDef\r
-{\r
-( 536 304 8 ) ( 528 304 8 ) ( 528 296 8 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 304 40 ) ( 520 312 40 ) ( 528 312 40 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 -0.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 296 8 ) ( 528 296 8 ) ( 520 304 40 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 -0.761721 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 312 8 ) ( 536 304 8 ) ( 528 304 40 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -0.488851 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 8 ) ( 536 304 8 ) ( 528 312 40 ) ( ( 0.015625 0 1.500000 ) ( 0 0.015625 -0.761720 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 8 ) ( 528 312 8 ) ( 520 312 40 ) ( ( 0.015625 0 -2.625000 ) ( 0 0.015625 -0.488853 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 66\r
-{\r
-brushDef\r
-{\r
-( 528 344 8 ) ( 528 336 8 ) ( 536 336 8 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 328 40 ) ( 520 328 40 ) ( 520 336 40 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 344 8 ) ( 536 336 8 ) ( 528 328 40 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 -1.368011 ) ) gothic_trim/wood2 134217728 0 0\r
-( 520 344 8 ) ( 528 344 8 ) ( 528 336 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 -2.125928 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 8 ) ( 528 344 8 ) ( 520 336 40 ) ( ( 0.015625 0 8.250001 ) ( 0 0.015625 -1.368012 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 8 ) ( 520 336 8 ) ( 520 328 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 -2.125930 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 67\r
-{\r
-brushDef\r
-{\r
-( 496 328 40 ) ( 496 304 40 ) ( 528 304 40 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 48 ) ( 496 304 48 ) ( 496 328 48 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 304 48 ) ( 528 328 48 ) ( 528 328 40 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 528 336 48 ) ( 496 336 48 ) ( 496 336 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 328 48 ) ( 496 304 48 ) ( 496 304 40 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 496 304 48 ) ( 528 304 48 ) ( 528 304 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 68\r
-{\r
-brushDef\r
-{\r
-( 440 352 40 ) ( 464 352 40 ) ( 464 384 40 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 48 ) ( 464 352 48 ) ( 440 352 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 48 ) ( 440 384 48 ) ( 440 384 40 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 48 ) ( 432 352 48 ) ( 432 352 40 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 352 48 ) ( 464 352 48 ) ( 464 352 40 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 352 48 ) ( 464 384 48 ) ( 464 384 40 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 69\r
-{\r
-brushDef\r
-{\r
-( 424 384 8 ) ( 432 384 8 ) ( 432 392 8 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 384 40 ) ( 440 376 40 ) ( 432 376 40 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 392 8 ) ( 432 392 8 ) ( 440 384 40 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 -4.035891 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 376 8 ) ( 424 384 8 ) ( 432 384 40 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 -1.883390 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 8 ) ( 424 384 8 ) ( 432 376 40 ) ( ( 0.015625 0 7.250001 ) ( 0 0.015625 -4.035891 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 8 ) ( 432 376 8 ) ( 440 376 40 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 -1.883390 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 70\r
-{\r
-brushDef\r
-{\r
-( 464 392 8 ) ( 464 384 8 ) ( 472 384 8 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -13 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 40 ) ( 456 376 40 ) ( 456 384 40 ) ( ( 0 0.015625 -3.375000 ) ( -0.015625 0 13 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 392 8 ) ( 472 384 8 ) ( 464 376 40 ) ( ( 0.015625 0 -12.500000 ) ( 0 0.015625 -1.004194 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 392 8 ) ( 464 392 8 ) ( 464 384 40 ) ( ( 0.015625 0 3.625000 ) ( 0 0.015625 -3.156694 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 8 ) ( 464 392 8 ) ( 456 384 40 ) ( ( 0.015625 0 12.500000 ) ( 0 0.015625 -1.004192 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 8 ) ( 456 384 8 ) ( 456 376 40 ) ( ( 0.015625 0 -3.625000 ) ( 0 0.015625 -3.156695 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 71\r
-{\r
-brushDef\r
-{\r
-( 472 352 8 ) ( 464 352 8 ) ( 464 344 8 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 352 40 ) ( 456 360 40 ) ( 464 360 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 344 8 ) ( 464 344 8 ) ( 456 352 40 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0.087216 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 360 8 ) ( 472 352 8 ) ( 464 352 40 ) ( ( 0.015625 0 -0.875000 ) ( 0 0.015625 0.056903 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 352 8 ) ( 472 352 8 ) ( 464 360 40 ) ( ( 0.015625 0 -0.750000 ) ( 0 0.015625 0.087221 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 352 8 ) ( 464 360 8 ) ( 456 360 40 ) ( ( 0.015625 0 0.875000 ) ( 0 0.015625 0.056905 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 72\r
-{\r
-brushDef\r
-{\r
-( 432 344 8 ) ( 432 352 8 ) ( 424 352 8 ) ( ( 0 0.015625 9.875000 ) ( -0.015625 0 -1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 360 40 ) ( 440 360 40 ) ( 440 352 40 ) ( ( 0 -0.015625 9.875000 ) ( 0.015625 0 1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 344 8 ) ( 424 352 8 ) ( 432 360 40 ) ( ( 0.015625 0 6.500000 ) ( 0 0.015625 -3.126388 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 344 8 ) ( 432 344 8 ) ( 432 352 40 ) ( ( 0.015625 0 12.375000 ) ( 0 0.015625 1.451483 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 352 8 ) ( 432 344 8 ) ( 440 352 40 ) ( ( 0.015625 0 -6.500000 ) ( 0 0.015625 -3.126389 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 352 8 ) ( 440 352 8 ) ( 440 360 40 ) ( ( 0.015625 0 -12.375000 ) ( 0 0.015625 1.451492 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 73\r
-{\r
-brushDef\r
-{\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 392 104 ) ( 464 384 104 ) ( 432 384 104 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 392 152 ) ( 432 392 152 ) ( 432 392 96 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 392 104 ) ( 432 384 104 ) ( 432 384 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 104 ) ( 464 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 104 ) ( 464 392 104 ) ( 464 392 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 74\r
-{\r
-brushDef\r
-{\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 104 ) ( 432 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 75\r
-{\r
-brushDef\r
-{\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 104 ) ( 432 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 76\r
-{\r
-brushDef\r
-{\r
-( 432 380 72 ) ( 464 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.312500 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 388 80 ) ( 464 380 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.312500 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 388 128 ) ( 432 388 128 ) ( 432 388 72 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 388 80 ) ( 432 380 80 ) ( 432 380 24 ) ( ( 0.015625 0 16.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 380 80 ) ( 464 380 80 ) ( 464 380 24 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 380 80 ) ( 464 388 80 ) ( 464 388 24 ) ( ( 0.015625 0 -16.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 77\r
-{\r
-brushDef\r
-{\r
-( 432 376 48 ) ( 440 376 48 ) ( 440 384 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 380 72 ) ( 424 380 72 ) ( 456 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 78\r
-{\r
-brushDef\r
-{\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 96 ) ( 432 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 380 80 ) ( 456 388 80 ) ( 424 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 79\r
-{\r
-brushDef\r
-{\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 388 80 ) ( 456 380 80 ) ( 424 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 388 128 ) ( 456 388 128 ) ( 424 388 72 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 80\r
-{\r
-brushDef\r
-{\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 380 72 ) ( 456 380 72 ) ( 456 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 380 80 ) ( 424 380 80 ) ( 456 380 24 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 81\r
-{\r
-brushDef\r
-{\r
-( 456 376 48 ) ( 464 376 48 ) ( 464 384 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 380 72 ) ( 432 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 82\r
-{\r
-brushDef\r
-{\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 384 96 ) ( 432 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 380 80 ) ( 464 388 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 83\r
-{\r
-brushDef\r
-{\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 388 80 ) ( 464 380 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 388 128 ) ( 464 388 128 ) ( 432 388 72 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 84\r
-{\r
-brushDef\r
-{\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 380 72 ) ( 464 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 380 80 ) ( 432 380 80 ) ( 464 380 24 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 85\r
-{\r
-brushDef\r
-{\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 220 72 ) ( 432 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 220 80 ) ( 464 220 80 ) ( 432 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 86\r
-{\r
-brushDef\r
-{\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 212 80 ) ( 432 220 80 ) ( 464 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 212 128 ) ( 432 212 128 ) ( 464 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 87\r
-{\r
-brushDef\r
-{\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 96 ) ( 464 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 220 80 ) ( 432 212 80 ) ( 464 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 88\r
-{\r
-brushDef\r
-{\r
-( 440 224 48 ) ( 432 224 48 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 220 72 ) ( 464 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 89\r
-{\r
-brushDef\r
-{\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 304 72 ) ( 364 336 72 ) ( 356 336 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 336 80 ) ( 364 304 80 ) ( 364 336 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 90\r
-{\r
-brushDef\r
-{\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 356 336 80 ) ( 364 336 80 ) ( 364 304 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 356 304 128 ) ( 356 336 128 ) ( 356 304 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 91\r
-{\r
-brushDef\r
-{\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 96 ) ( 360 304 96 ) ( 352 336 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 336 80 ) ( 356 336 80 ) ( 364 304 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 92\r
-{\r
-brushDef\r
-{\r
-( 368 328 48 ) ( 368 336 48 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 336 72 ) ( 364 304 72 ) ( 356 336 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 93\r
-{\r
-brushDef\r
-{\r
-( 392 312 40 ) ( 392 336 40 ) ( 360 336 40 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 48 ) ( 392 336 48 ) ( 392 312 48 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 48 ) ( 360 312 48 ) ( 360 312 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 48 ) ( 392 304 48 ) ( 392 304 40 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 312 48 ) ( 392 336 48 ) ( 392 336 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 336 48 ) ( 360 336 48 ) ( 360 336 40 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 94\r
-{\r
-brushDef\r
-{\r
-( 360 296 8 ) ( 360 304 8 ) ( 352 304 8 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 312 40 ) ( 368 312 40 ) ( 368 304 40 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 296 8 ) ( 352 304 8 ) ( 360 312 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -2.914160 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 296 8 ) ( 360 296 8 ) ( 360 304 40 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0.966415 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 8 ) ( 360 296 8 ) ( 368 304 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -2.914160 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 8 ) ( 368 304 8 ) ( 368 312 40 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0.966415 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 95\r
-{\r
-brushDef\r
-{\r
-( 352 336 8 ) ( 360 336 8 ) ( 360 344 8 ) ( ( -0.015625 0 8.375000 ) ( 0 -0.015625 -13.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 40 ) ( 368 328 40 ) ( 360 328 40 ) ( ( -0.015625 0 8.375000 ) ( 0 -0.015625 13.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 344 8 ) ( 360 344 8 ) ( 368 336 40 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 -3.853989 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 328 8 ) ( 352 336 8 ) ( 360 336 40 ) ( ( 0.015625 0 15.375000 ) ( 0 0.015625 -2.034964 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 8 ) ( 352 336 8 ) ( 360 328 40 ) ( ( 0.015625 0 7.875002 ) ( 0 0.015625 -3.853986 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 8 ) ( 360 328 8 ) ( 368 328 40 ) ( ( 0.015625 0 -15.375000 ) ( 0 0.015625 -2.034965 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 96\r
-{\r
-brushDef\r
-{\r
-( 392 344 8 ) ( 392 336 8 ) ( 400 336 8 ) ( ( 0 -0.015625 -2 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 328 40 ) ( 384 328 40 ) ( 384 336 40 ) ( ( 0 0.015625 -2 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 344 8 ) ( 400 336 8 ) ( 392 328 40 ) ( ( 0.015625 0 -11 ) ( 0 0.015625 -1.034511 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 344 8 ) ( 392 344 8 ) ( 392 336 40 ) ( ( 0.015625 0 3.750001 ) ( 0 0.015625 -2.792890 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 336 8 ) ( 392 344 8 ) ( 384 336 40 ) ( ( 0.015625 0 11 ) ( 0 0.015625 -1.034512 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 336 8 ) ( 384 336 8 ) ( 384 328 40 ) ( ( 0.015625 0 -3.750000 ) ( 0 0.015625 -2.792888 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 97\r
-{\r
-brushDef\r
-{\r
-( 400 304 8 ) ( 392 304 8 ) ( 392 296 8 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 -1.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 304 40 ) ( 384 312 40 ) ( 392 312 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 1.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 296 8 ) ( 392 296 8 ) ( 384 304 40 ) ( ( 0.015625 0 1.875001 ) ( 0 0.015625 -0.276583 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 312 8 ) ( 400 304 8 ) ( 392 304 40 ) ( ( 0.015625 0 0.625000 ) ( 0 0.015625 0.329756 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 304 8 ) ( 400 304 8 ) ( 392 312 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 -0.276584 ) ) gothic_trim/wood2 134217728 0 0\r
-( 392 304 8 ) ( 392 312 8 ) ( 384 312 40 ) ( ( 0.015625 0 -0.625000 ) ( 0 0.015625 0.329758 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 98\r
-{\r
-brushDef\r
-{\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 336 104 ) ( 360 336 104 ) ( 360 304 104 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 336 152 ) ( 352 304 152 ) ( 352 304 96 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 304 104 ) ( 360 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 104 ) ( 360 336 104 ) ( 360 336 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 104 ) ( 352 336 104 ) ( 352 336 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 99\r
-{\r
-brushDef\r
-{\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 104 ) ( 360 304 104 ) ( 360 336 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 100\r
-{\r
-brushDef\r
-{\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 104 ) ( 360 304 104 ) ( 360 336 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 101\r
-{\r
-brushDef\r
-{\r
-( 364 304 72 ) ( 364 336 72 ) ( 356 336 72 ) ( ( 0 0.015625 9.437500 ) ( -0.015625 0 -1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 356 336 80 ) ( 364 336 80 ) ( 364 304 80 ) ( ( 0 -0.015625 9.437500 ) ( 0.015625 0 1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 356 336 128 ) ( 356 304 128 ) ( 356 304 72 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 356 304 80 ) ( 364 304 80 ) ( 364 304 24 ) ( ( 0.015625 0 11.437500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 304 80 ) ( 364 336 80 ) ( 364 336 24 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 336 80 ) ( 356 336 80 ) ( 356 336 24 ) ( ( 0.015625 0 -11.437500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 102\r
-{\r
-brushDef\r
-{\r
-( 368 304 48 ) ( 368 312 48 ) ( 360 312 48 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 312 104 ) ( 352 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 328 72 ) ( 364 296 72 ) ( 356 328 72 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 103\r
-{\r
-brushDef\r
-{\r
-( 352 312 104 ) ( 352 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 336 96 ) ( 360 304 96 ) ( 352 336 96 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 328 80 ) ( 356 328 80 ) ( 364 296 80 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 104\r
-{\r
-brushDef\r
-{\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 134217728 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 296 72 ) ( 364 328 72 ) ( 356 328 72 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 364 328 80 ) ( 364 296 80 ) ( 364 328 24 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 105\r
-{\r
-brushDef\r
-{\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 220 72 ) ( 440 220 72 ) ( 440 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 220 80 ) ( 472 220 80 ) ( 440 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 106\r
-{\r
-brushDef\r
-{\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 212 80 ) ( 440 220 80 ) ( 472 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 212 128 ) ( 440 212 128 ) ( 472 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 107\r
-{\r
-brushDef\r
-{\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 96 ) ( 464 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 220 80 ) ( 440 212 80 ) ( 472 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 108\r
-{\r
-brushDef\r
-{\r
-( 464 224 48 ) ( 456 224 48 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 220 72 ) ( 472 220 72 ) ( 440 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 109\r
-{\r
-brushDef\r
-{\r
-( 464 220 72 ) ( 432 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 212 80 ) ( 432 220 80 ) ( 464 220 80 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 212 128 ) ( 464 212 128 ) ( 464 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 212 80 ) ( 464 220 80 ) ( 464 220 24 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 220 80 ) ( 432 220 80 ) ( 432 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 220 80 ) ( 432 212 80 ) ( 432 212 24 ) ( ( 0.015625 0 0.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 110\r
-{\r
-brushDef\r
-{\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 104 ) ( 464 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 111\r
-{\r
-brushDef\r
-{\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 104 ) ( 464 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 112\r
-{\r
-brushDef\r
-{\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 208 104 ) ( 432 216 104 ) ( 464 216 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 208 152 ) ( 464 208 152 ) ( 464 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 208 104 ) ( 464 216 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 104 ) ( 432 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 104 ) ( 432 208 104 ) ( 432 208 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 113\r
-{\r
-brushDef\r
-{\r
-( 464 256 8 ) ( 464 248 8 ) ( 472 248 8 ) ( ( 0 -0.015625 -3.625000 ) ( 0.015625 0 -10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 240 40 ) ( 456 240 40 ) ( 456 248 40 ) ( ( 0 0.015625 -3.625000 ) ( -0.015625 0 10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 256 8 ) ( 472 248 8 ) ( 464 240 40 ) ( ( 0.015625 0 -9.625000 ) ( 0 0.015625 -1.367998 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 256 8 ) ( 464 256 8 ) ( 464 248 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 -2.459404 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 248 8 ) ( 464 256 8 ) ( 456 248 40 ) ( ( 0.015625 0 9.625000 ) ( 0 0.015625 -1.367999 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 248 8 ) ( 456 248 8 ) ( 456 240 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 -2.459402 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 114\r
-{\r
-brushDef\r
-{\r
-( 424 248 8 ) ( 432 248 8 ) ( 432 256 8 ) ( ( -0.015625 0 7.500000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 248 40 ) ( 440 240 40 ) ( 432 240 40 ) ( ( -0.015625 0 7.500000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 256 8 ) ( 432 256 8 ) ( 440 248 40 ) ( ( 0.015625 0 -6.500000 ) ( 0 0.015625 -3.823671 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 240 8 ) ( 424 248 8 ) ( 432 248 40 ) ( ( 0.015625 0 15.250000 ) ( 0 0.015625 -1.701477 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 248 8 ) ( 424 248 8 ) ( 432 240 40 ) ( ( 0.015625 0 6.500000 ) ( 0 0.015625 -3.823672 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 248 8 ) ( 432 240 8 ) ( 440 240 40 ) ( ( 0.015625 0 -15.250000 ) ( 0 0.015625 -1.701478 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 115\r
-{\r
-brushDef\r
-{\r
-( 432 208 8 ) ( 432 216 8 ) ( 424 216 8 ) ( ( 0 0.015625 10.125000 ) ( -0.015625 0 -3.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 224 40 ) ( 440 224 40 ) ( 440 216 40 ) ( ( 0 -0.015625 10.125000 ) ( 0.015625 0 3.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 424 208 8 ) ( 424 216 8 ) ( 432 224 40 ) ( ( 0.015625 0 3.625000 ) ( 0 0.015625 -2.762575 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 208 8 ) ( 432 208 8 ) ( 432 216 40 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0.754196 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 8 ) ( 432 208 8 ) ( 440 216 40 ) ( ( 0.015625 0 -3.625000 ) ( 0 0.015625 -2.762575 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 8 ) ( 440 216 8 ) ( 440 224 40 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0.754195 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 116\r
-{\r
-brushDef\r
-{\r
-( 472 216 8 ) ( 464 216 8 ) ( 464 208 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 216 40 ) ( 456 224 40 ) ( 464 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 208 8 ) ( 464 208 8 ) ( 456 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 224 8 ) ( 472 216 8 ) ( 464 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 8 ) ( 472 216 8 ) ( 464 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 8 ) ( 464 224 8 ) ( 456 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 117\r
-{\r
-brushDef\r
-{\r
-( 456 248 40 ) ( 432 248 40 ) ( 432 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 48 ) ( 432 248 48 ) ( 456 248 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 216 48 ) ( 456 216 48 ) ( 456 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 464 216 48 ) ( 464 248 48 ) ( 464 248 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 248 48 ) ( 432 248 48 ) ( 432 248 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 248 48 ) ( 432 216 48 ) ( 432 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 118\r
-{\r
-brushDef\r
-{\r
-( 336 256 288 ) ( 0 256 288 ) ( 0 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 136 296 ) ( 0 256 296 ) ( 336 256 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 136 296 ) ( 336 136 296 ) ( 336 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 128 296 ) ( 512 248 296 ) ( 512 248 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 336 256 296 ) ( 0 256 296 ) ( 0 256 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 256 296 ) ( 0 136 296 ) ( 0 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 119\r
-{\r
-brushDef\r
-{\r
-( 632 96 288 ) ( 512 96 288 ) ( 512 40 288 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 4.937803 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 8 296 ) ( 512 64 296 ) ( 632 64 296 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -4.937810 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 544 136 296 ) ( 664 136 296 ) ( 664 136 -208 ) ( ( 0.007813 0 -4.937810 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 632 8 296 ) ( 632 64 296 ) ( 632 64 -208 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 632 448 296 ) ( 512 448 296 ) ( 512 448 -208 ) ( ( 0.007812 0 4.937197 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 64 296 ) ( 512 8 296 ) ( 512 8 -208 ) ( ( 0.007813 0 -2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 120\r
-{\r
-brushDef\r
-{\r
-( 0 96 288 ) ( -120 96 288 ) ( -120 40 288 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 8 296 ) ( -120 64 296 ) ( 0 64 296 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -88 136 296 ) ( 32 136 296 ) ( 32 136 -208 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 8 296 ) ( 0 64 296 ) ( 0 64 -208 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 448 296 ) ( -120 448 296 ) ( -120 448 -208 ) ( ( 0.007812 0 0 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 64 296 ) ( -120 8 296 ) ( -120 8 -208 ) ( ( 0.007813 0 -2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 121\r
-{\r
-brushDef\r
-{\r
-( 48 680 8 ) ( 32 680 8 ) ( 32 664 8 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 -1.000055 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 32 664 512 ) ( 32 680 512 ) ( 48 680 512 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 1.000055 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 24 664 112 ) ( 40 664 112 ) ( 40 664 104 ) ( ( 0.007813 0 1.000055 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 40 664 112 ) ( 40 680 112 ) ( 40 680 104 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 40 680 112 ) ( 24 680 112 ) ( 24 680 104 ) ( ( 0.007813 0 -1.000055 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 24 680 112 ) ( 24 664 112 ) ( 24 664 104 ) ( ( 0.007813 0 2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 122\r
-{\r
-brushDef\r
-{\r
-( 496 680 8 ) ( 480 680 8 ) ( 480 664 8 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 2.500159 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 480 664 512 ) ( 480 680 512 ) ( 496 680 512 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 -2.500159 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 472 664 112 ) ( 488 664 112 ) ( 488 664 104 ) ( ( 0.007813 0 -2.500159 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 488 664 112 ) ( 488 680 112 ) ( 488 680 104 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 488 680 112 ) ( 472 680 112 ) ( 472 680 104 ) ( ( 0.007813 0 2.500159 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 472 680 112 ) ( 472 664 112 ) ( 472 664 104 ) ( ( 0.007813 0 2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 123\r
-{\r
-brushDef\r
-{\r
-( 368 424 8 ) ( 352 424 8 ) ( 352 408 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 1.500098 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 352 408 512 ) ( 352 424 512 ) ( 368 424 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.500098 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 344 408 112 ) ( 360 408 112 ) ( 360 408 104 ) ( ( 0.007813 0 -1.500098 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 360 408 112 ) ( 360 424 112 ) ( 360 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 360 424 112 ) ( 344 424 112 ) ( 344 424 104 ) ( ( 0.007813 0 1.500098 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 344 424 112 ) ( 344 408 112 ) ( 344 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 124\r
-{\r
-brushDef\r
-{\r
-( 176 424 8 ) ( 160 424 8 ) ( 160 408 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 160 408 512 ) ( 160 424 512 ) ( 176 424 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 152 408 112 ) ( 168 408 112 ) ( 168 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 168 408 112 ) ( 168 424 112 ) ( 168 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 168 424 112 ) ( 152 424 112 ) ( 152 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 152 424 112 ) ( 152 408 112 ) ( 152 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 125\r
-{\r
-brushDef\r
-{\r
-( 640 968 0 ) ( 336 968 0 ) ( 336 960 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 336 960 512 ) ( 336 968 512 ) ( 640 968 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 960 512 ) ( 208 960 512 ) ( 208 960 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 512 ) ( 640 968 512 ) ( 640 968 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 968 512 ) ( 336 968 512 ) ( 336 968 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 944 512 ) ( -128 936 512 ) ( -128 936 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 126\r
-{\r
-brushDef\r
-{\r
-( 640 600 8 ) ( 640 632 8 ) ( 632 632 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 512 ) ( 640 640 512 ) ( 640 608 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 512 ) ( 632 608 512 ) ( 632 608 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 512 ) ( 640 512 512 ) ( 640 512 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 512 ) ( 640 544 512 ) ( 640 544 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 512 ) ( 632 640 512 ) ( 632 640 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 127\r
-{\r
-brushDef\r
-{\r
-( 640 192 8 ) ( 640 512 8 ) ( 632 512 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 480 104 ) ( 640 376 104 ) ( 632 480 104 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 128\r
-{\r
-brushDef\r
-{\r
-( 632 512 512 ) ( 640 512 512 ) ( 640 192 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 480 232 ) ( 632 480 232 ) ( 640 376 232 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 129\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 192 16 ) ( 640 512 16 ) ( 640 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 128 ) ( 640 480 128 ) ( 632 480 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 130\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 224 128 ) ( 632 224 128 ) ( 640 224 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 131\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 192 16 ) ( 640 512 16 ) ( 640 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 128 ) ( 632 376 128 ) ( 640 376 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 328 128 ) ( 640 328 128 ) ( 632 328 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 132\r
-{\r
-brushDef\r
-{\r
-( 640 640 8 ) ( 640 960 8 ) ( 632 960 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 776 104 ) ( 648 672 104 ) ( 640 776 104 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 133\r
-{\r
-brushDef\r
-{\r
-( 632 960 512 ) ( 640 960 512 ) ( 640 640 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 776 232 ) ( 640 776 232 ) ( 648 672 232 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 134\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 128 ) ( 640 672 128 ) ( 648 672 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 135\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 128 ) ( 648 776 128 ) ( 640 776 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 824 128 ) ( 640 824 128 ) ( 648 824 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 136\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 928 128 ) ( 648 928 128 ) ( 640 928 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 137\r
-{\r
-brushDef\r
-{\r
-( 632 824 176 ) ( 640 824 176 ) ( 640 824 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 928 168 ) ( 640 928 176 ) ( 632 928 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 824 168 ) ( 632 824 168 ) ( 632 800 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 832 168 ) ( 632 832 176 ) ( 632 808 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -12.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 824 176 ) ( 640 824 176 ) ( 640 800 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 848 176 ) ( 640 848 168 ) ( 640 824 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -12.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 138\r
-{\r
-brushDef\r
-{\r
-( 640 872 104 ) ( 640 880 104 ) ( 632 880 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 880 128 ) ( 632 872 128 ) ( 632 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 872 136 ) ( 640 872 136 ) ( 640 872 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 872 128 ) ( 640 880 128 ) ( 640 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 880 128 ) ( 632 880 128 ) ( 632 880 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 824 168 ) ( 640 824 168 ) ( 632 800 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 139\r
-{\r
-brushDef\r
-{\r
-( 632 880 232 ) ( 640 880 232 ) ( 640 872 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 880 128 ) ( 632 872 128 ) ( 632 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 872 136 ) ( 640 872 136 ) ( 640 872 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 872 128 ) ( 640 880 128 ) ( 640 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 880 128 ) ( 632 880 128 ) ( 632 880 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 824 176 ) ( 632 824 176 ) ( 640 800 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 140\r
-{\r
-brushDef\r
-{\r
-( 632 728 232 ) ( 640 728 232 ) ( 640 720 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 728 128 ) ( 632 720 128 ) ( 632 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 720 136 ) ( 640 720 136 ) ( 640 720 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 720 128 ) ( 640 728 128 ) ( 640 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 728 128 ) ( 632 728 128 ) ( 632 728 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 672 176 ) ( 632 672 176 ) ( 640 648 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 141\r
-{\r
-brushDef\r
-{\r
-( 640 720 104 ) ( 640 728 104 ) ( 632 728 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 728 128 ) ( 632 720 128 ) ( 632 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 720 136 ) ( 640 720 136 ) ( 640 720 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 720 128 ) ( 640 728 128 ) ( 640 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 728 128 ) ( 632 728 128 ) ( 632 728 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 672 168 ) ( 640 672 168 ) ( 632 648 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 142\r
-{\r
-brushDef\r
-{\r
-( 632 672 176 ) ( 640 672 176 ) ( 640 672 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 776 168 ) ( 640 776 176 ) ( 632 776 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 672 168 ) ( 632 672 168 ) ( 632 648 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 680 168 ) ( 632 680 176 ) ( 632 656 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -10 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 672 176 ) ( 640 672 176 ) ( 640 648 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 696 176 ) ( 640 696 168 ) ( 640 672 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -10 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 143\r
-{\r
-brushDef\r
-{\r
-( 632 376 176 ) ( 640 376 176 ) ( 640 376 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 480 168 ) ( 640 480 176 ) ( 632 480 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 376 168 ) ( 632 376 168 ) ( 632 352 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 384 168 ) ( 632 384 176 ) ( 632 360 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -5.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 376 176 ) ( 640 376 176 ) ( 640 352 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 400 176 ) ( 640 400 168 ) ( 640 376 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -5.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 144\r
-{\r
-brushDef\r
-{\r
-( 640 424 104 ) ( 640 432 104 ) ( 632 432 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 432 128 ) ( 632 424 128 ) ( 632 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 424 136 ) ( 640 424 136 ) ( 640 424 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 424 128 ) ( 640 432 128 ) ( 640 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 432 128 ) ( 632 432 128 ) ( 632 432 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 376 168 ) ( 640 376 168 ) ( 632 352 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 145\r
-{\r
-brushDef\r
-{\r
-( 632 432 232 ) ( 640 432 232 ) ( 640 424 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 432 128 ) ( 632 424 128 ) ( 632 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 424 136 ) ( 640 424 136 ) ( 640 424 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 424 128 ) ( 640 432 128 ) ( 640 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 432 128 ) ( 632 432 128 ) ( 632 432 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 376 176 ) ( 632 376 176 ) ( 640 352 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 146\r
-{\r
-brushDef\r
-{\r
-( 632 280 232 ) ( 640 280 232 ) ( 640 272 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 280 128 ) ( 632 272 128 ) ( 632 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 272 136 ) ( 640 272 136 ) ( 640 272 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 272 128 ) ( 640 280 128 ) ( 640 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 280 128 ) ( 632 280 128 ) ( 632 280 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 224 176 ) ( 632 224 176 ) ( 640 200 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 147\r
-{\r
-brushDef\r
-{\r
-( 640 272 104 ) ( 640 280 104 ) ( 632 280 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 280 128 ) ( 632 272 128 ) ( 632 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 272 136 ) ( 640 272 136 ) ( 640 272 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 272 128 ) ( 640 280 128 ) ( 640 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 280 128 ) ( 632 280 128 ) ( 632 280 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 224 168 ) ( 640 224 168 ) ( 632 200 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 148\r
-{\r
-brushDef\r
-{\r
-( 632 224 176 ) ( 640 224 176 ) ( 640 224 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 328 168 ) ( 640 328 176 ) ( 632 328 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 224 168 ) ( 632 224 168 ) ( 632 200 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 232 168 ) ( 632 232 176 ) ( 632 208 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 224 176 ) ( 640 224 176 ) ( 640 200 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 248 176 ) ( 640 248 168 ) ( 640 224 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 149\r
-{\r
-brushDef\r
-{\r
-( -120 616 8 ) ( -120 648 8 ) ( -128 648 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 512 ) ( -120 640 512 ) ( -120 608 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 512 ) ( -128 608 512 ) ( -128 608 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 512 ) ( -120 512 512 ) ( -120 512 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 512 ) ( -120 544 512 ) ( -120 544 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 512 ) ( -128 640 512 ) ( -128 640 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 150\r
-{\r
-brushDef\r
-{\r
-( -120 192 8 ) ( -120 512 8 ) ( -128 512 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 136 16 ) ( -120 456 16 ) ( -120 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 480 104 ) ( -120 376 104 ) ( -128 480 104 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 151\r
-{\r
-brushDef\r
-{\r
-( -128 512 512 ) ( -120 512 512 ) ( -120 192 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 480 232 ) ( -128 480 232 ) ( -120 376 232 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 152\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 128 ) ( -120 480 128 ) ( -128 480 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 153\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 224 128 ) ( -128 224 128 ) ( -120 224 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 154\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 128 ) ( -128 376 128 ) ( -120 376 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 328 128 ) ( -120 328 128 ) ( -128 328 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 155\r
-{\r
-brushDef\r
-{\r
-( -120 640 8 ) ( -120 960 8 ) ( -128 960 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 776 104 ) ( -112 672 104 ) ( -120 776 104 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 156\r
-{\r
-brushDef\r
-{\r
-( -128 960 512 ) ( -120 960 512 ) ( -120 640 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 776 232 ) ( -120 776 232 ) ( -112 672 232 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 157\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 128 ) ( -120 672 128 ) ( -112 672 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 158\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 128 ) ( -112 776 128 ) ( -120 776 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 824 128 ) ( -120 824 128 ) ( -112 824 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 159\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 928 128 ) ( -112 928 128 ) ( -120 928 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 160\r
-{\r
-brushDef\r
-{\r
-( -128 824 176 ) ( -120 824 176 ) ( -120 824 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 928 168 ) ( -120 928 176 ) ( -128 928 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 824 168 ) ( -128 824 168 ) ( -128 800 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 832 168 ) ( -128 832 176 ) ( -128 808 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -12.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 824 176 ) ( -120 824 176 ) ( -120 800 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 848 176 ) ( -120 848 168 ) ( -120 824 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -12.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 161\r
-{\r
-brushDef\r
-{\r
-( -120 872 104 ) ( -120 880 104 ) ( -128 880 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 880 128 ) ( -128 872 128 ) ( -128 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 872 136 ) ( -120 872 136 ) ( -120 872 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 872 128 ) ( -120 880 128 ) ( -120 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 880 128 ) ( -128 880 128 ) ( -128 880 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 824 168 ) ( -120 824 168 ) ( -128 800 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 162\r
-{\r
-brushDef\r
-{\r
-( -128 880 232 ) ( -120 880 232 ) ( -120 872 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 880 128 ) ( -128 872 128 ) ( -128 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 872 136 ) ( -120 872 136 ) ( -120 872 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 872 128 ) ( -120 880 128 ) ( -120 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 880 128 ) ( -128 880 128 ) ( -128 880 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 824 176 ) ( -128 824 176 ) ( -120 800 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 163\r
-{\r
-brushDef\r
-{\r
-( -128 728 232 ) ( -120 728 232 ) ( -120 720 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 728 128 ) ( -128 720 128 ) ( -128 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 720 136 ) ( -120 720 136 ) ( -120 720 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 720 128 ) ( -120 728 128 ) ( -120 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 728 128 ) ( -128 728 128 ) ( -128 728 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 672 176 ) ( -128 672 176 ) ( -120 648 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 164\r
-{\r
-brushDef\r
-{\r
-( -120 720 104 ) ( -120 728 104 ) ( -128 728 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 728 128 ) ( -128 720 128 ) ( -128 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 720 136 ) ( -120 720 136 ) ( -120 720 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 720 128 ) ( -120 728 128 ) ( -120 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 728 128 ) ( -128 728 128 ) ( -128 728 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 672 168 ) ( -120 672 168 ) ( -128 648 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 165\r
-{\r
-brushDef\r
-{\r
-( -128 672 176 ) ( -120 672 176 ) ( -120 672 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 776 168 ) ( -120 776 176 ) ( -128 776 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 672 168 ) ( -128 672 168 ) ( -128 648 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 680 168 ) ( -128 680 176 ) ( -128 656 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -10 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 672 176 ) ( -120 672 176 ) ( -120 648 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 696 176 ) ( -120 696 168 ) ( -120 672 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -10 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 166\r
-{\r
-brushDef\r
-{\r
-( -128 376 176 ) ( -120 376 176 ) ( -120 376 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 480 168 ) ( -120 480 176 ) ( -128 480 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 376 168 ) ( -128 376 168 ) ( -128 352 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 384 168 ) ( -128 384 176 ) ( -128 360 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -5.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 376 176 ) ( -120 376 176 ) ( -120 352 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 400 176 ) ( -120 400 168 ) ( -120 376 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -5.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 167\r
-{\r
-brushDef\r
-{\r
-( -120 424 104 ) ( -120 432 104 ) ( -128 432 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 432 128 ) ( -128 424 128 ) ( -128 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 424 136 ) ( -120 424 136 ) ( -120 424 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 424 128 ) ( -120 432 128 ) ( -120 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 432 128 ) ( -128 432 128 ) ( -128 432 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 376 168 ) ( -120 376 168 ) ( -128 352 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 168\r
-{\r
-brushDef\r
-{\r
-( -128 432 232 ) ( -120 432 232 ) ( -120 424 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 432 128 ) ( -128 424 128 ) ( -128 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 424 136 ) ( -120 424 136 ) ( -120 424 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 424 128 ) ( -120 432 128 ) ( -120 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 432 128 ) ( -128 432 128 ) ( -128 432 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 376 176 ) ( -128 376 176 ) ( -120 352 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 169\r
-{\r
-brushDef\r
-{\r
-( -128 280 232 ) ( -120 280 232 ) ( -120 272 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 280 128 ) ( -128 272 128 ) ( -128 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 272 136 ) ( -120 272 136 ) ( -120 272 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 272 128 ) ( -120 280 128 ) ( -120 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 280 128 ) ( -128 280 128 ) ( -128 280 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 224 176 ) ( -128 224 176 ) ( -120 200 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 170\r
-{\r
-brushDef\r
-{\r
-( -120 272 104 ) ( -120 280 104 ) ( -128 280 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 280 128 ) ( -128 272 128 ) ( -128 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 272 136 ) ( -120 272 136 ) ( -120 272 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 272 128 ) ( -120 280 128 ) ( -120 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 280 128 ) ( -128 280 128 ) ( -128 280 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 224 168 ) ( -120 224 168 ) ( -128 200 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 171\r
-{\r
-brushDef\r
-{\r
-( -128 224 176 ) ( -120 224 176 ) ( -120 224 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 328 168 ) ( -120 328 176 ) ( -128 328 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 224 168 ) ( -128 224 168 ) ( -128 200 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 232 168 ) ( -128 232 176 ) ( -128 208 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 224 176 ) ( -120 224 176 ) ( -120 200 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 248 176 ) ( -120 248 168 ) ( -120 224 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 172\r
-{\r
-brushDef\r
-{\r
-( 384 952 176 ) ( 80 952 176 ) ( 80 920 176 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 920 184 ) ( 104 952 184 ) ( 408 952 184 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 920 184 ) ( 408 920 184 ) ( 408 920 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 408 920 184 ) ( 408 952 184 ) ( 408 952 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 408 952 184 ) ( 104 952 184 ) ( 104 952 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 952 184 ) ( 104 920 184 ) ( 104 920 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 173\r
-{\r
-brushDef\r
-{\r
-( 384 952 112 ) ( 80 952 112 ) ( 80 920 112 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 920 120 ) ( 104 952 120 ) ( 408 952 120 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 920 120 ) ( 408 920 120 ) ( 408 920 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 408 920 120 ) ( 408 952 120 ) ( 408 952 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 408 952 120 ) ( 104 952 120 ) ( 104 952 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 104 952 120 ) ( 104 920 120 ) ( 104 920 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 174\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 104 ) ( 104 960 104 ) ( 104 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 175\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 952 104 ) ( 416 952 104 ) ( 96 952 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 176\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 960 104 ) ( 408 920 104 ) ( 408 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 177\r
-{\r
-brushDef\r
-{\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 248 ) ( 96 920 248 ) ( 416 960 248 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 178\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 16 ) ( 416 960 16 ) ( 96 920 16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 179\r
-{\r
-brushDef\r
-{\r
-( 144 776 8 ) ( 144 792 8 ) ( -24 792 8 ) ( ( 0 0.007813 7.250462 ) ( -0.007813 0 2.000121 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( 144 792 104 ) ( 144 776 104 ) ( ( 0 -0.007813 7.250462 ) ( 0.007813 0 -2.000121 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -24 776 104 ) ( -24 776 96 ) ( ( 0.007813 0 -3.500212 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 776 104 ) ( 144 776 104 ) ( 144 776 96 ) ( ( 0.007813 0 6.125393 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 768 104 ) ( 536 784 104 ) ( 536 784 96 ) ( ( 0.007813 0 3.500212 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 792 104 ) ( -24 792 104 ) ( -24 792 96 ) ( ( 0.007813 0 -6.125392 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 180\r
-{\r
-brushDef\r
-{\r
-( -8 960 8 ) ( -24 960 8 ) ( -24 792 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -4.250261 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -24 960 104 ) ( -8 960 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 4.250261 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -8 792 104 ) ( -8 792 96 ) ( ( 0.007813 0 4.250261 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -8 792 104 ) ( -8 960 104 ) ( -8 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -8 960 104 ) ( -24 960 104 ) ( -24 960 96 ) ( ( 0.007813 0 -4.250261 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 960 104 ) ( -24 792 104 ) ( -24 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 181\r
-{\r
-brushDef\r
-{\r
-( 536 960 8 ) ( 520 960 8 ) ( 520 792 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 792 104 ) ( 520 960 104 ) ( 536 960 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 792 104 ) ( 536 792 104 ) ( 536 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 792 104 ) ( 536 960 104 ) ( 536 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 960 104 ) ( 520 960 104 ) ( 520 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 960 104 ) ( 520 792 104 ) ( 520 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 182\r
-{\r
-brushDef\r
-{\r
-( 272 832 104 ) ( 32 832 104 ) ( 32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 32 768 112 ) ( 32 832 112 ) ( 272 832 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 32 768 112 ) ( 272 768 112 ) ( 272 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 480 760 112 ) ( 480 824 112 ) ( 480 824 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 272 832 112 ) ( 32 832 112 ) ( 32 832 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 32 832 112 ) ( 32 768 112 ) ( 32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 134217728 0 0\r
-}\r
-}\r
-// brush 183\r
-{\r
-brushDef\r
-{\r
-( 544 960 104 ) ( 480 960 104 ) ( 480 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 5.500000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 480 768 112 ) ( 480 960 112 ) ( 544 960 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -5.500000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 480 768 112 ) ( 544 768 112 ) ( 544 768 104 ) ( ( 0.015625 0 -5.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 544 768 112 ) ( 544 960 112 ) ( 544 960 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 544 960 112 ) ( 480 960 112 ) ( 480 960 104 ) ( ( 0.015625 0 5.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 480 960 112 ) ( 480 768 112 ) ( 480 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-}\r
-}\r
-// brush 184\r
-{\r
-brushDef\r
-{\r
-( 32 960 104 ) ( -32 960 104 ) ( -32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.500000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( -32 768 112 ) ( -32 960 112 ) ( 32 960 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.500000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( -32 768 112 ) ( 32 768 112 ) ( 32 768 104 ) ( ( 0.015625 0 2.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 32 768 112 ) ( 32 960 112 ) ( 32 960 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( 32 960 112 ) ( -32 960 112 ) ( -32 960 104 ) ( ( 0.015625 0 -2.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-( -32 960 112 ) ( -32 768 112 ) ( -32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 134217728 0 0\r
-}\r
-}\r
-// brush 185\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 440 512 8.000001 0 0 ) ( 440 512 36 0 0.687500 ) ( 440 512 64 0 1.375000 ) )\r
-( ( 440 504 8.000001 0.125000 0 ) ( 440 504 36 0.125000 0.687500 ) ( 440 504 64 0.125000 1.375000 ) )\r
-( ( 448 504 8.000001 0.250000 0 ) ( 448 504 36 0.250000 0.687500 ) ( 448 504 64 0.250000 1.375000 ) )\r
-( ( 456 504 8.000001 0.375000 0 ) ( 456 504 36 0.375000 0.687500 ) ( 456 504 64 0.375000 1.375000 ) )\r
-( ( 456 512 8.000001 0.500000 0 ) ( 456 512 36 0.500000 0.687500 ) ( 456 512 64 0.500000 1.375000 ) )\r
-( ( 456 520 8.000001 0.625000 0 ) ( 456 520 36 0.625000 0.687500 ) ( 456 520 64 0.625000 1.375000 ) )\r
-( ( 448 520 8.000001 0.750000 0 ) ( 448 520 36 0.750000 0.687500 ) ( 448 520 64 0.750000 1.375000 ) )\r
-( ( 440 520 8.000001 0.875000 0 ) ( 440 520 36 0.875000 0.687500 ) ( 440 520 64 0.875000 1.375000 ) )\r
-( ( 440 512 8.000001 1 0 ) ( 440 512 36 1 0.687500 ) ( 440 512 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 186\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 440 320 8.000001 0 0 ) ( 440 320 36 0 0.687500 ) ( 440 320 64 0 1.375000 ) )\r
-( ( 440 312 8.000001 0.125000 0 ) ( 440 312 36 0.125000 0.687500 ) ( 440 312 64 0.125000 1.375000 ) )\r
-( ( 448 312 8.000001 0.250000 0 ) ( 448 312 36 0.250000 0.687500 ) ( 448 312 64 0.250000 1.375000 ) )\r
-( ( 456 312 8.000001 0.375000 0 ) ( 456 312 36 0.375000 0.687500 ) ( 456 312 64 0.375000 1.375000 ) )\r
-( ( 456 320 8.000001 0.500000 0 ) ( 456 320 36 0.500000 0.687500 ) ( 456 320 64 0.500000 1.375000 ) )\r
-( ( 456 328 8.000001 0.625000 0 ) ( 456 328 36 0.625000 0.687500 ) ( 456 328 64 0.625000 1.375000 ) )\r
-( ( 448 328 8.000001 0.750000 0 ) ( 448 328 36 0.750000 0.687500 ) ( 448 328 64 0.750000 1.375000 ) )\r
-( ( 440 328 8.000001 0.875000 0 ) ( 440 328 36 0.875000 0.687500 ) ( 440 328 64 0.875000 1.375000 ) )\r
-( ( 440 320 8.000001 1 0 ) ( 440 320 36 1 0.687500 ) ( 440 320 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 187\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 56 320 8.000001 0 0 ) ( 56 320 36 0 0.687500 ) ( 56 320 64 0 1.375000 ) )\r
-( ( 56 312 8.000001 0.125000 0 ) ( 56 312 36 0.125000 0.687500 ) ( 56 312 64 0.125000 1.375000 ) )\r
-( ( 64 312 8.000001 0.250000 0 ) ( 64 312 36 0.250000 0.687500 ) ( 64 312 64 0.250000 1.375000 ) )\r
-( ( 72 312 8.000001 0.375000 0 ) ( 72 312 36 0.375000 0.687500 ) ( 72 312 64 0.375000 1.375000 ) )\r
-( ( 72 320 8.000001 0.500000 0 ) ( 72 320 36 0.500000 0.687500 ) ( 72 320 64 0.500000 1.375000 ) )\r
-( ( 72 328 8.000001 0.625000 0 ) ( 72 328 36 0.625000 0.687500 ) ( 72 328 64 0.625000 1.375000 ) )\r
-( ( 64 328 8.000001 0.750000 0 ) ( 64 328 36 0.750000 0.687500 ) ( 64 328 64 0.750000 1.375000 ) )\r
-( ( 56 328 8.000001 0.875000 0 ) ( 56 328 36 0.875000 0.687500 ) ( 56 328 64 0.875000 1.375000 ) )\r
-( ( 56 320 8.000001 1 0 ) ( 56 320 36 1 0.687500 ) ( 56 320 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 188\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 56 512 8.000001 0 0 ) ( 56 512 36 0 0.687500 ) ( 56 512 64 0 1.375000 ) )\r
-( ( 56 504 8.000001 0.125000 0 ) ( 56 504 36 0.125000 0.687500 ) ( 56 504 64 0.125000 1.375000 ) )\r
-( ( 64 504 8.000001 0.250000 0 ) ( 64 504 36 0.250000 0.687500 ) ( 64 504 64 0.250000 1.375000 ) )\r
-( ( 72 504 8.000001 0.375000 0 ) ( 72 504 36 0.375000 0.687500 ) ( 72 504 64 0.375000 1.375000 ) )\r
-( ( 72 512 8.000001 0.500000 0 ) ( 72 512 36 0.500000 0.687500 ) ( 72 512 64 0.500000 1.375000 ) )\r
-( ( 72 520 8.000001 0.625000 0 ) ( 72 520 36 0.625000 0.687500 ) ( 72 520 64 0.625000 1.375000 ) )\r
-( ( 64 520 8.000001 0.750000 0 ) ( 64 520 36 0.750000 0.687500 ) ( 64 520 64 0.750000 1.375000 ) )\r
-( ( 56 520 8.000001 0.875000 0 ) ( 56 520 36 0.875000 0.687500 ) ( 56 520 64 0.875000 1.375000 ) )\r
-( ( 56 512 8.000001 1 0 ) ( 56 512 36 1 0.687500 ) ( 56 512 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 189\r
-{\r
-brushDef\r
-{\r
-( 608 128 176 ) ( 608 136 176 ) ( 608 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 136 168 ) ( 504 136 176 ) ( 504 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 136 168 ) ( 608 128 168 ) ( 632 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -12.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 600 128 168 ) ( 600 128 176 ) ( 624 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 6.250000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 128 176 ) ( 608 136 176 ) ( 632 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -12.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 584 136 176 ) ( 584 136 168 ) ( 608 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 6.250000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 190\r
-{\r
-brushDef\r
-{\r
-( 560 136 104 ) ( 552 136 104 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 128 128 ) ( 560 128 128 ) ( 560 128 104 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 128 136 ) ( 560 136 136 ) ( 560 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 136 128 ) ( 552 136 128 ) ( 552 136 104 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 136 128 ) ( 552 128 128 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 128 168 ) ( 608 136 168 ) ( 632 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 191\r
-{\r
-brushDef\r
-{\r
-( 552 128 232 ) ( 552 136 232 ) ( 560 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 128 128 ) ( 560 128 128 ) ( 560 128 104 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 128 136 ) ( 560 136 136 ) ( 560 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 560 136 128 ) ( 552 136 128 ) ( 552 136 104 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 552 136 128 ) ( 552 128 128 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 136 176 ) ( 608 128 176 ) ( 632 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 192\r
-{\r
-brushDef\r
-{\r
-( 400 128 232 ) ( 400 136 232 ) ( 408 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 128 128 ) ( 408 128 128 ) ( 408 128 104 ) ( ( 0.015625 0 -7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 128 136 ) ( 408 136 136 ) ( 408 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 136 128 ) ( 400 136 128 ) ( 400 136 104 ) ( ( 0.015625 0 7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 136 128 ) ( 400 128 128 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 136 176 ) ( 456 128 176 ) ( 480 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 193\r
-{\r
-brushDef\r
-{\r
-( 408 136 104 ) ( 400 136 104 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 128 128 ) ( 408 128 128 ) ( 408 128 104 ) ( ( 0.015625 0 -7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 128 136 ) ( 408 136 136 ) ( 408 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 136 128 ) ( 400 136 128 ) ( 400 136 104 ) ( ( 0.015625 0 7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 400 136 128 ) ( 400 128 128 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 128 168 ) ( 456 136 168 ) ( 480 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 194\r
-{\r
-brushDef\r
-{\r
-( 456 128 176 ) ( 456 136 176 ) ( 456 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 352 136 168 ) ( 352 136 176 ) ( 352 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 136 168 ) ( 456 128 168 ) ( 480 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -10.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 448 128 168 ) ( 448 128 176 ) ( 472 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 3.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 456 128 176 ) ( 456 136 176 ) ( 480 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -10.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 432 136 176 ) ( 432 136 168 ) ( 456 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 3.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 195\r
-{\r
-brushDef\r
-{\r
-( 160 128 176 ) ( 160 136 176 ) ( 160 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 56 136 168 ) ( 56 136 176 ) ( 56 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 160 136 168 ) ( 160 128 168 ) ( 184 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -5.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 152 128 168 ) ( 152 128 176 ) ( 176 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -0.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 160 128 176 ) ( 160 136 176 ) ( 184 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -5.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 136 176 ) ( 136 136 168 ) ( 160 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -0.750000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 196\r
-{\r
-brushDef\r
-{\r
-( 112 136 104 ) ( 104 136 104 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 128 128 ) ( 112 128 128 ) ( 112 128 104 ) ( ( 0.015625 0 -2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 128 136 ) ( 112 136 136 ) ( 112 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 136 128 ) ( 104 136 128 ) ( 104 136 104 ) ( ( 0.015625 0 2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 136 128 ) ( 104 128 128 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 160 128 168 ) ( 160 136 168 ) ( 184 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 197\r
-{\r
-brushDef\r
-{\r
-( 104 128 232 ) ( 104 136 232 ) ( 112 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 128 128 ) ( 112 128 128 ) ( 112 128 104 ) ( ( 0.015625 0 -2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 128 136 ) ( 112 136 136 ) ( 112 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 112 136 128 ) ( 104 136 128 ) ( 104 136 104 ) ( ( 0.015625 0 2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 136 128 ) ( 104 128 128 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 160 136 176 ) ( 160 128 176 ) ( 184 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 198\r
-{\r
-brushDef\r
-{\r
-( -48 128 232 ) ( -48 136 232 ) ( -40 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 128 128 ) ( -40 128 128 ) ( -40 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 128 136 ) ( -40 136 136 ) ( -40 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 136 128 ) ( -48 136 128 ) ( -48 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 136 128 ) ( -48 128 128 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 136 176 ) ( 8 128 176 ) ( 32 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 199\r
-{\r
-brushDef\r
-{\r
-( -40 136 104 ) ( -48 136 104 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 128 128 ) ( -40 128 128 ) ( -40 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 128 136 ) ( -40 136 136 ) ( -40 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -40 136 128 ) ( -48 136 128 ) ( -48 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -48 136 128 ) ( -48 128 128 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 128 168 ) ( 8 136 168 ) ( 32 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 200\r
-{\r
-brushDef\r
-{\r
-( 8 128 176 ) ( 8 136 176 ) ( 8 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -96 136 168 ) ( -96 136 176 ) ( -96 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 136 168 ) ( 8 128 168 ) ( 32 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -3.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 0 128 168 ) ( 0 128 176 ) ( 24 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 128 176 ) ( 8 136 176 ) ( 32 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -3.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -16 136 176 ) ( -16 136 168 ) ( 8 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 201\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 136 128 ) ( -96 144 128 ) ( -96 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 202\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 128 ) ( 56 144 128 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 144 128 ) ( 8 136 128 ) ( 8 144 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 203\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 128 ) ( 160 136 128 ) ( 160 144 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 204\r
-{\r
-brushDef\r
-{\r
-( 192 136 8 ) ( -128 136 8 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 144 104 ) ( 160 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 205\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 128 ) ( 456 128 128 ) ( 456 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 504 128 128 ) ( 504 136 128 ) ( 504 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 206\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 128 ) ( 608 128 128 ) ( 608 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 207\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 128 ) ( 352 136 128 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 208\r
-{\r
-brushDef\r
-{\r
-( 640 136 8 ) ( 320 136 8 ) ( 320 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 136 104 ) ( 456 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 209\r
-{\r
-brushDef\r
-{\r
-( 624 -144 -40 ) ( 408 -144 -40 ) ( 408 -184 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -184 -16 ) ( 408 -144 -16 ) ( 624 -144 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -184 0 ) ( 624 -184 0 ) ( 624 -184 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 624 -184 0 ) ( 624 -144 0 ) ( 624 -144 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 624 -144 0 ) ( 408 -144 0 ) ( 408 -144 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -144 0 ) ( 408 -184 0 ) ( 408 -184 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-}\r
-}\r
-// brush 210\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 -192 24 ) ( 408 -136 24 ) ( 408 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 211\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -144 24 ) ( 632 -144 24 ) ( 400 -144 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 212\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 624 -136 24 ) ( 624 -192 24 ) ( 624 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 213\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -184 24 ) ( 400 -184 24 ) ( 632 -184 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 214\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 -40 ) ( 632 -136 -40 ) ( 400 -192 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 215\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 176 128 ) ( 312 176 128 ) ( 304 176 120 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 216\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 152 128 ) ( 304 152 128 ) ( 312 152 120 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 217\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 312 192 152 ) ( 312 144 152 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 176 144 ) ( 304 176 144 ) ( 312 152 144 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 218\r
-{\r
-brushDef\r
-{\r
-( 312 144 64 ) ( 312 192 64 ) ( 304 192 64 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 312 176 72 ) ( 312 152 72 ) ( 304 176 72 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 219\r
-{\r
-brushDef\r
-{\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.007813 3.375216 ) ( -0.007813 0 -0.562538 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.007813 3.375216 ) ( 0.007813 0 0.562536 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 304 176 128 ) ( 304 152 128 ) ( 304 152 120 ) ( ( 0.007813 0 1.062570 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 304 152 128 ) ( 312 152 128 ) ( 312 152 120 ) ( ( 0.007813 0 3.125201 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 312 152 128 ) ( 312 176 128 ) ( 312 176 120 ) ( ( 0.007813 0 -1.062568 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 312 176 128 ) ( 304 176 128 ) ( 304 176 120 ) ( ( 0.007813 0 -3.125200 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 220\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 152 128 ) ( 200 152 128 ) ( 208 152 120 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 221\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 176 128 ) ( 208 176 128 ) ( 200 176 120 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 222\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 200 144 152 ) ( 200 192 152 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 152 144 ) ( 208 152 144 ) ( 200 176 144 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 223\r
-{\r
-brushDef\r
-{\r
-( 200 192 64 ) ( 200 144 64 ) ( 208 144 64 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 200 152 72 ) ( 200 176 72 ) ( 208 152 72 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 224\r
-{\r
-brushDef\r
-{\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.007813 -0.500000 ) ( 0.007813 0 -3 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.007813 -0.500000 ) ( -0.007813 0 3 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 208 152 128 ) ( 208 176 128 ) ( 208 176 120 ) ( ( 0.007813 0 -3.125000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 208 176 128 ) ( 200 176 128 ) ( 200 176 120 ) ( ( 0.007813 0 0.625000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 200 176 128 ) ( 200 152 128 ) ( 200 152 120 ) ( ( 0.007813 0 3.125000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 200 152 128 ) ( 208 152 128 ) ( 208 152 120 ) ( ( 0.007813 0 -0.625000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 225\r
-{\r
-brushDef\r
-{\r
-( 136 -128 -48 ) ( 136 -152 -48 ) ( 144 -152 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 3.125198 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -152 0 ) ( 136 -152 0 ) ( 136 -128 0 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -3.125198 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -152 8 ) ( 144 -128 8 ) ( 144 -128 0 ) ( ( 0.007813 0 -0.875060 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -128 8 ) ( 136 -128 8 ) ( 136 -128 0 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -128 8 ) ( 136 -152 8 ) ( 136 -152 0 ) ( ( 0.007813 0 0.875061 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -152 8 ) ( 144 -152 8 ) ( 144 -152 0 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 226\r
-{\r
-brushDef\r
-{\r
-( 136 -152 -48 ) ( 136 -176 -48 ) ( 144 -176 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.937688 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -176 -8 ) ( 136 -176 -8 ) ( 136 -152 -8 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.937688 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -176 0 ) ( 144 -152 0 ) ( 144 -152 -8 ) ( ( 0.007813 0 -0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -152 0 ) ( 136 -152 0 ) ( 136 -152 -8 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -152 0 ) ( 136 -176 0 ) ( 136 -176 -8 ) ( ( 0.007813 0 0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -176 0 ) ( 144 -176 0 ) ( 144 -176 -8 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 227\r
-{\r
-brushDef\r
-{\r
-( 136 -176 -48 ) ( 136 -200 -48 ) ( 144 -200 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.750176 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -200 -16 ) ( 136 -200 -16 ) ( 136 -176 -16 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.750176 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -200 -8 ) ( 144 -176 -8 ) ( 144 -176 -16 ) ( ( 0.007813 0 -0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -176 -8 ) ( 136 -176 -8 ) ( 136 -176 -16 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -176 -8 ) ( 136 -200 -8 ) ( 136 -200 -16 ) ( ( 0.007813 0 0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -200 -8 ) ( 144 -200 -8 ) ( 144 -200 -16 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 228\r
-{\r
-brushDef\r
-{\r
-( 136 -200 -48 ) ( 136 -224 -48 ) ( 144 -224 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.562655 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -224 -24 ) ( 136 -224 -24 ) ( 136 -200 -24 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.562655 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -224 -16 ) ( 144 -200 -16 ) ( 144 -200 -24 ) ( ( 0.007813 0 -0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -200 -16 ) ( 136 -200 -16 ) ( 136 -200 -24 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -200 -16 ) ( 136 -224 -16 ) ( 136 -224 -24 ) ( ( 0.007813 0 0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -224 -16 ) ( 144 -224 -16 ) ( 144 -224 -24 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 229\r
-{\r
-brushDef\r
-{\r
-( 136 -224 -48 ) ( 136 -248 -48 ) ( 144 -248 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.375144 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -248 -32 ) ( 136 -248 -32 ) ( 136 -224 -32 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.375144 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -248 -24 ) ( 144 -224 -24 ) ( 144 -224 -32 ) ( ( 0.007813 0 -0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -224 -24 ) ( 136 -224 -24 ) ( 136 -224 -32 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -224 -24 ) ( 136 -248 -24 ) ( 136 -248 -32 ) ( ( 0.007813 0 0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -248 -24 ) ( 144 -248 -24 ) ( 144 -248 -32 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 230\r
-{\r
-brushDef\r
-{\r
-( 136 -248 -48 ) ( 136 -272 -48 ) ( 144 -272 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.187633 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -272 -40 ) ( 136 -272 -40 ) ( 136 -248 -40 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.187633 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -272 -32 ) ( 144 -248 -32 ) ( 144 -248 -40 ) ( ( 0.007813 0 0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 144 -248 -32 ) ( 136 -248 -32 ) ( 136 -248 -40 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -248 -32 ) ( 136 -272 -32 ) ( 136 -272 -40 ) ( ( 0.007813 0 -0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 136 -272 -32 ) ( 144 -272 -32 ) ( 144 -272 -40 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 231\r
-{\r
-brushDef\r
-{\r
-( 368 -248 -48 ) ( 368 -272 -48 ) ( 376 -272 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.187633 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -272 -40 ) ( 368 -272 -40 ) ( 368 -248 -40 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.187633 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -272 -32 ) ( 376 -248 -32 ) ( 376 -248 -40 ) ( ( 0.007813 0 0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -248 -32 ) ( 368 -248 -32 ) ( 368 -248 -40 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -248 -32 ) ( 368 -272 -32 ) ( 368 -272 -40 ) ( ( 0.007813 0 -0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -272 -32 ) ( 376 -272 -32 ) ( 376 -272 -40 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 232\r
-{\r
-brushDef\r
-{\r
-( 368 -224 -48 ) ( 368 -248 -48 ) ( 376 -248 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.375144 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -248 -32 ) ( 368 -248 -32 ) ( 368 -224 -32 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.375144 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -248 -24 ) ( 376 -224 -24 ) ( 376 -224 -32 ) ( ( 0.007813 0 -0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -224 -24 ) ( 368 -224 -24 ) ( 368 -224 -32 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -224 -24 ) ( 368 -248 -24 ) ( 368 -248 -32 ) ( ( 0.007813 0 0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -248 -24 ) ( 376 -248 -24 ) ( 376 -248 -32 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 233\r
-{\r
-brushDef\r
-{\r
-( 368 -200 -48 ) ( 368 -224 -48 ) ( 376 -224 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.562655 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -224 -24 ) ( 368 -224 -24 ) ( 368 -200 -24 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.562655 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -224 -16 ) ( 376 -200 -16 ) ( 376 -200 -24 ) ( ( 0.007813 0 -0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -200 -16 ) ( 368 -200 -16 ) ( 368 -200 -24 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -200 -16 ) ( 368 -224 -16 ) ( 368 -224 -24 ) ( ( 0.007813 0 0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -224 -16 ) ( 376 -224 -16 ) ( 376 -224 -24 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 234\r
-{\r
-brushDef\r
-{\r
-( 368 -176 -48 ) ( 368 -200 -48 ) ( 376 -200 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.750176 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -200 -16 ) ( 368 -200 -16 ) ( 368 -176 -16 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.750176 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -200 -8 ) ( 376 -176 -8 ) ( 376 -176 -16 ) ( ( 0.007813 0 -0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -176 -8 ) ( 368 -176 -8 ) ( 368 -176 -16 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -176 -8 ) ( 368 -200 -8 ) ( 368 -200 -16 ) ( ( 0.007813 0 0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -200 -8 ) ( 376 -200 -8 ) ( 376 -200 -16 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 235\r
-{\r
-brushDef\r
-{\r
-( 368 -152 -48 ) ( 368 -176 -48 ) ( 376 -176 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.937688 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -176 -8 ) ( 368 -176 -8 ) ( 368 -152 -8 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.937688 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -176 0 ) ( 376 -152 0 ) ( 376 -152 -8 ) ( ( 0.007813 0 -0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -152 0 ) ( 368 -152 0 ) ( 368 -152 -8 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -152 0 ) ( 368 -176 0 ) ( 368 -176 -8 ) ( ( 0.007813 0 0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -176 0 ) ( 376 -176 0 ) ( 376 -176 -8 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 236\r
-{\r
-brushDef\r
-{\r
-( 368 -128 -48 ) ( 368 -152 -48 ) ( 376 -152 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 3.125198 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -152 0 ) ( 368 -152 0 ) ( 368 -128 0 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -3.125198 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -152 8 ) ( 376 -128 8 ) ( 376 -128 0 ) ( ( 0.007813 0 -0.875060 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 376 -128 8 ) ( 368 -128 8 ) ( 368 -128 0 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -128 8 ) ( 368 -152 8 ) ( 368 -152 0 ) ( ( 0.007813 0 0.875061 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 368 -152 8 ) ( 376 -152 8 ) ( 376 -152 0 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 237\r
-{\r
-brushDef\r
-{\r
-( 640 -128 -48 ) ( 664 -128 -48 ) ( 664 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -120 0 ) ( 664 -128 0 ) ( 640 -128 0 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -120 8 ) ( 640 -120 8 ) ( 640 -120 0 ) ( ( 0.007813 0 5.250314 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -120 8 ) ( 640 -128 8 ) ( 640 -128 0 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 8 ) ( 664 -128 8 ) ( 664 -128 0 ) ( ( 0.007813 0 -5.250313 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -128 8 ) ( 664 -120 8 ) ( 664 -120 0 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 238\r
-{\r
-brushDef\r
-{\r
-( 664 -128 -48 ) ( 688 -128 -48 ) ( 688 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.187747 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 -120 -8 ) ( 688 -128 -8 ) ( 664 -128 -8 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.187747 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 -120 0 ) ( 664 -120 0 ) ( 664 -120 -8 ) ( ( 0.007813 0 5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 664 -120 0 ) ( 664 -128 0 ) ( 664 -128 -8 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 664 -128 0 ) ( 688 -128 0 ) ( 688 -128 -8 ) ( ( 0.007813 0 -5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 -128 0 ) ( 688 -120 0 ) ( 688 -120 -8 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 239\r
-{\r
-brushDef\r
-{\r
-( 688 -128 -48 ) ( 712 -128 -48 ) ( 712 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.375259 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 -120 -16 ) ( 712 -128 -16 ) ( 688 -128 -16 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.375259 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 -120 -8 ) ( 688 -120 -8 ) ( 688 -120 -16 ) ( ( 0.007813 0 5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 -120 -8 ) ( 688 -128 -8 ) ( 688 -128 -16 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 -128 -8 ) ( 712 -128 -8 ) ( 712 -128 -16 ) ( ( 0.007813 0 -5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 -128 -8 ) ( 712 -120 -8 ) ( 712 -120 -16 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 240\r
-{\r
-brushDef\r
-{\r
-( 712 -128 -48 ) ( 736 -128 -48 ) ( 736 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.562780 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 -120 -24 ) ( 736 -128 -24 ) ( 712 -128 -24 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.562780 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 -120 -16 ) ( 712 -120 -16 ) ( 712 -120 -24 ) ( ( 0.007813 0 5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 -120 -16 ) ( 712 -128 -16 ) ( 712 -128 -24 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 -128 -16 ) ( 736 -128 -16 ) ( 736 -128 -24 ) ( ( 0.007813 0 -5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 -128 -16 ) ( 736 -120 -16 ) ( 736 -120 -24 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 241\r
-{\r
-brushDef\r
-{\r
-( 736 -128 -48 ) ( 760 -128 -48 ) ( 760 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.750291 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 -120 -32 ) ( 760 -128 -32 ) ( 736 -128 -32 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.750291 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 -120 -24 ) ( 736 -120 -24 ) ( 736 -120 -32 ) ( ( 0.007813 0 6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 -120 -24 ) ( 736 -128 -24 ) ( 736 -128 -32 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 -128 -24 ) ( 760 -128 -24 ) ( 760 -128 -32 ) ( ( 0.007813 0 -6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 -128 -24 ) ( 760 -120 -24 ) ( 760 -120 -32 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 242\r
-{\r
-brushDef\r
-{\r
-( 760 -128 -48 ) ( 784 -128 -48 ) ( 784 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.937802 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 -120 -40 ) ( 784 -128 -40 ) ( 760 -128 -40 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.937802 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 -120 -32 ) ( 760 -120 -32 ) ( 760 -120 -40 ) ( ( 0.007813 0 6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 -120 -32 ) ( 760 -128 -32 ) ( 760 -128 -40 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 -128 -32 ) ( 784 -128 -32 ) ( 784 -128 -40 ) ( ( 0.007813 0 -6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 -128 -32 ) ( 784 -120 -32 ) ( 784 -120 -40 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 243\r
-{\r
-brushDef\r
-{\r
-( 760 120 -48 ) ( 784 120 -48 ) ( 784 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.937802 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 128 -40 ) ( 784 120 -40 ) ( 760 120 -40 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.937802 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 128 -32 ) ( 760 128 -32 ) ( 760 128 -40 ) ( ( 0.007813 0 6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 128 -32 ) ( 760 120 -32 ) ( 760 120 -40 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 120 -32 ) ( 784 120 -32 ) ( 784 120 -40 ) ( ( 0.007813 0 -6.187878 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 784 120 -32 ) ( 784 128 -32 ) ( 784 128 -40 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 244\r
-{\r
-brushDef\r
-{\r
-( 736 120 -48 ) ( 760 120 -48 ) ( 760 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.750291 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 128 -32 ) ( 760 120 -32 ) ( 736 120 -32 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.750291 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 128 -24 ) ( 736 128 -24 ) ( 736 128 -32 ) ( ( 0.007813 0 6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 128 -24 ) ( 736 120 -24 ) ( 736 120 -32 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 120 -24 ) ( 760 120 -24 ) ( 760 120 -32 ) ( ( 0.007813 0 -6.000367 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 760 120 -24 ) ( 760 128 -24 ) ( 760 128 -32 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 245\r
-{\r
-brushDef\r
-{\r
-( 712 120 -48 ) ( 736 120 -48 ) ( 736 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.562780 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 128 -24 ) ( 736 120 -24 ) ( 712 120 -24 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.562780 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 128 -16 ) ( 712 128 -16 ) ( 712 128 -24 ) ( ( 0.007813 0 5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 128 -16 ) ( 712 120 -16 ) ( 712 120 -24 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 120 -16 ) ( 736 120 -16 ) ( 736 120 -24 ) ( ( 0.007813 0 -5.812856 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 736 120 -16 ) ( 736 128 -16 ) ( 736 128 -24 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 246\r
-{\r
-brushDef\r
-{\r
-( 688 120 -48 ) ( 712 120 -48 ) ( 712 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.375259 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 128 -16 ) ( 712 120 -16 ) ( 688 120 -16 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.375259 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 128 -8 ) ( 688 128 -8 ) ( 688 128 -16 ) ( ( 0.007813 0 5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 128 -8 ) ( 688 120 -8 ) ( 688 120 -16 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 120 -8 ) ( 712 120 -8 ) ( 712 120 -16 ) ( ( 0.007813 0 -5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 712 120 -8 ) ( 712 128 -8 ) ( 712 128 -16 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 247\r
-{\r
-brushDef\r
-{\r
-( 664 120 -48 ) ( 688 120 -48 ) ( 688 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.187747 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 128 -8 ) ( 688 120 -8 ) ( 664 120 -8 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.187747 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 128 0 ) ( 664 128 0 ) ( 664 128 -8 ) ( ( 0.007813 0 5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 664 128 0 ) ( 664 120 0 ) ( 664 120 -8 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 664 120 0 ) ( 688 120 0 ) ( 688 120 -8 ) ( ( 0.007813 0 -5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( 688 120 0 ) ( 688 128 0 ) ( 688 128 -8 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 248\r
-{\r
-brushDef\r
-{\r
-( 640 120 -48 ) ( 664 120 -48 ) ( 664 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 128 0 ) ( 664 120 0 ) ( 640 120 0 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 128 8 ) ( 640 128 8 ) ( 640 128 0 ) ( ( 0.007813 0 5.250314 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 128 8 ) ( 640 120 8 ) ( 640 120 0 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 120 8 ) ( 664 120 8 ) ( 664 120 0 ) ( ( 0.007813 0 -5.250313 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 120 8 ) ( 664 128 8 ) ( 664 128 0 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 249\r
-{\r
-brushDef\r
-{\r
-( -128 128 -48 ) ( -152 128 -48 ) ( -152 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 120 0 ) ( -152 128 0 ) ( -128 128 0 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 120 8 ) ( -128 120 8 ) ( -128 120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -128 120 8 ) ( -128 128 8 ) ( -128 128 0 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -128 128 8 ) ( -152 128 8 ) ( -152 128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 128 8 ) ( -152 120 8 ) ( -152 120 0 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 250\r
-{\r
-brushDef\r
-{\r
-( -152 128 -48 ) ( -176 128 -48 ) ( -176 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 120 -8 ) ( -176 128 -8 ) ( -152 128 -8 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 120 0 ) ( -152 120 0 ) ( -152 120 -8 ) ( ( 0.007813 0 0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 120 0 ) ( -152 128 0 ) ( -152 128 -8 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 128 0 ) ( -176 128 0 ) ( -176 128 -8 ) ( ( 0.007813 0 -0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 128 0 ) ( -176 120 0 ) ( -176 120 -8 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 251\r
-{\r
-brushDef\r
-{\r
-( -176 128 -48 ) ( -200 128 -48 ) ( -200 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.375024 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 120 -16 ) ( -200 128 -16 ) ( -176 128 -16 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.375024 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 120 -8 ) ( -176 120 -8 ) ( -176 120 -16 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 120 -8 ) ( -176 128 -8 ) ( -176 128 -16 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 128 -8 ) ( -200 128 -8 ) ( -200 128 -16 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 128 -8 ) ( -200 120 -8 ) ( -200 120 -16 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 252\r
-{\r
-brushDef\r
-{\r
-( -200 128 -48 ) ( -224 128 -48 ) ( -224 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.562536 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 120 -24 ) ( -224 128 -24 ) ( -200 128 -24 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.562536 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 120 -16 ) ( -200 120 -16 ) ( -200 120 -24 ) ( ( 0.007813 0 0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 120 -16 ) ( -200 128 -16 ) ( -200 128 -24 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 128 -16 ) ( -224 128 -16 ) ( -224 128 -24 ) ( ( 0.007813 0 -0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 128 -16 ) ( -224 120 -16 ) ( -224 120 -24 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 253\r
-{\r
-brushDef\r
-{\r
-( -224 128 -48 ) ( -248 128 -48 ) ( -248 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.750047 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 120 -32 ) ( -248 128 -32 ) ( -224 128 -32 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.750047 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 120 -24 ) ( -224 120 -24 ) ( -224 120 -32 ) ( ( 0.007813 0 0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 120 -24 ) ( -224 128 -24 ) ( -224 128 -32 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 128 -24 ) ( -248 128 -24 ) ( -248 128 -32 ) ( ( 0.007813 0 -0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 128 -24 ) ( -248 120 -24 ) ( -248 120 -32 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 254\r
-{\r
-brushDef\r
-{\r
-( -248 128 -48 ) ( -272 128 -48 ) ( -272 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.937558 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 120 -40 ) ( -272 128 -40 ) ( -248 128 -40 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.937558 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 120 -32 ) ( -248 120 -32 ) ( -248 120 -40 ) ( ( 0.007813 0 0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 120 -32 ) ( -248 128 -32 ) ( -248 128 -40 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 128 -32 ) ( -272 128 -32 ) ( -272 128 -40 ) ( ( 0.007813 0 -0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 128 -32 ) ( -272 120 -32 ) ( -272 120 -40 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 255\r
-{\r
-brushDef\r
-{\r
-( -248 -120 -48 ) ( -272 -120 -48 ) ( -272 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.937558 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 -128 -40 ) ( -272 -120 -40 ) ( -248 -120 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.937558 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 -128 -32 ) ( -248 -128 -32 ) ( -248 -128 -40 ) ( ( 0.007813 0 0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 -128 -32 ) ( -248 -120 -32 ) ( -248 -120 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 -120 -32 ) ( -272 -120 -32 ) ( -272 -120 -40 ) ( ( 0.007813 0 -0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -272 -120 -32 ) ( -272 -128 -32 ) ( -272 -128 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 256\r
-{\r
-brushDef\r
-{\r
-( -224 -120 -48 ) ( -248 -120 -48 ) ( -248 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.750047 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 -128 -32 ) ( -248 -120 -32 ) ( -224 -120 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.750047 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 -128 -24 ) ( -224 -128 -24 ) ( -224 -128 -32 ) ( ( 0.007813 0 0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 -128 -24 ) ( -224 -120 -24 ) ( -224 -120 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 -120 -24 ) ( -248 -120 -24 ) ( -248 -120 -32 ) ( ( 0.007813 0 -0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -248 -120 -24 ) ( -248 -128 -24 ) ( -248 -128 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 257\r
-{\r
-brushDef\r
-{\r
-( -200 -120 -48 ) ( -224 -120 -48 ) ( -224 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562536 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 -128 -24 ) ( -224 -120 -24 ) ( -200 -120 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.562536 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 -128 -16 ) ( -200 -128 -16 ) ( -200 -128 -24 ) ( ( 0.007813 0 0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 -128 -16 ) ( -200 -120 -16 ) ( -200 -120 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 -120 -16 ) ( -224 -120 -16 ) ( -224 -120 -24 ) ( ( 0.007813 0 -0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -224 -120 -16 ) ( -224 -128 -16 ) ( -224 -128 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 258\r
-{\r
-brushDef\r
-{\r
-( -176 -120 -48 ) ( -200 -120 -48 ) ( -200 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.375024 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 -128 -16 ) ( -200 -120 -16 ) ( -176 -120 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.375024 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 -128 -8 ) ( -176 -128 -8 ) ( -176 -128 -16 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 -128 -8 ) ( -176 -120 -8 ) ( -176 -120 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 -120 -8 ) ( -200 -120 -8 ) ( -200 -120 -16 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -200 -120 -8 ) ( -200 -128 -8 ) ( -200 -128 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 259\r
-{\r
-brushDef\r
-{\r
-( -152 -120 -48 ) ( -176 -120 -48 ) ( -176 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 -128 -8 ) ( -176 -120 -8 ) ( -152 -120 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.187512 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 -128 0 ) ( -152 -128 0 ) ( -152 -128 -8 ) ( ( 0.007813 0 0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 -128 0 ) ( -152 -120 0 ) ( -152 -120 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -152 -120 0 ) ( -176 -120 0 ) ( -176 -120 -8 ) ( ( 0.007813 0 -0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-( -176 -120 0 ) ( -176 -128 0 ) ( -176 -128 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 134217728 0 0\r
-}\r
-}\r
-// brush 260\r
-{\r
-brushDef\r
-{\r
-( -128 -120 -48 ) ( -152 -120 -48 ) ( -152 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -128 0 ) ( -152 -120 0 ) ( -128 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 8 ) ( -128 -120 8 ) ( -128 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -120 8 ) ( -152 -120 8 ) ( -152 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -120 8 ) ( -152 -128 8 ) ( -152 -128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 261\r
-{\r
-brushDef\r
-{\r
-( 384 -152 0 ) ( 384 -128 0 ) ( 128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -128 8 ) ( 384 -128 8 ) ( 384 -152 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -128 8 ) ( 136 -152 8 ) ( 136 -152 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -152 8 ) ( 384 -152 8 ) ( 384 -152 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -152 8 ) ( 376 -128 8 ) ( 376 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -128 8 ) ( 128 -128 8 ) ( 128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 262\r
-{\r
-brushDef\r
-{\r
-( 384 -176 -8 ) ( 384 -152 -8 ) ( 128 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -152 0 ) ( 384 -152 0 ) ( 384 -176 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -152 0 ) ( 136 -176 0 ) ( 136 -176 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -176 0 ) ( 384 -176 0 ) ( 384 -176 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -176 0 ) ( 376 -152 0 ) ( 376 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -152 0 ) ( 128 -152 0 ) ( 128 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 263\r
-{\r
-brushDef\r
-{\r
-( 384 -200 -16 ) ( 384 -176 -16 ) ( 128 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -176 -8 ) ( 384 -176 -8 ) ( 384 -200 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -176 -8 ) ( 136 -200 -8 ) ( 136 -200 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -200 -8 ) ( 384 -200 -8 ) ( 384 -200 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -200 -8 ) ( 376 -176 -8 ) ( 376 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -176 -8 ) ( 128 -176 -8 ) ( 128 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 264\r
-{\r
-brushDef\r
-{\r
-( 384 -224 -24 ) ( 384 -200 -24 ) ( 128 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -200 -16 ) ( 384 -200 -16 ) ( 384 -224 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -200 -16 ) ( 136 -224 -16 ) ( 136 -224 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -224 -16 ) ( 384 -224 -16 ) ( 384 -224 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -224 -16 ) ( 376 -200 -16 ) ( 376 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -200 -16 ) ( 128 -200 -16 ) ( 128 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 265\r
-{\r
-brushDef\r
-{\r
-( 384 -248 -32 ) ( 384 -224 -32 ) ( 128 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -224 -24 ) ( 384 -224 -24 ) ( 384 -248 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -224 -24 ) ( 136 -248 -24 ) ( 136 -248 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -248 -24 ) ( 384 -248 -24 ) ( 384 -248 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -248 -24 ) ( 376 -224 -24 ) ( 376 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -224 -24 ) ( 128 -224 -24 ) ( 128 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 266\r
-{\r
-brushDef\r
-{\r
-( 384 -272 -40 ) ( 384 -248 -40 ) ( 128 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -248 -32 ) ( 384 -248 -32 ) ( 384 -272 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -248 -32 ) ( 136 -272 -32 ) ( 136 -272 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -272 -32 ) ( 384 -272 -32 ) ( 384 -272 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -272 -32 ) ( 376 -248 -32 ) ( 376 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -248 -32 ) ( 128 -248 -32 ) ( 128 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 267\r
-{\r
-brushDef\r
-{\r
-( 384 -296 -48 ) ( 384 -272 -48 ) ( 128 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -272 -40 ) ( 384 -272 -40 ) ( 384 -296 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -272 -40 ) ( 136 -296 -40 ) ( 136 -296 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -296 -40 ) ( 384 -296 -40 ) ( 384 -296 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -296 -40 ) ( 376 -272 -40 ) ( 376 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -272 -40 ) ( 128 -272 -40 ) ( 128 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 268\r
-{\r
-brushDef\r
-{\r
-( 136 -120 -48 ) ( 24 -120 -48 ) ( 24 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 -128 0 ) ( 24 -120 0 ) ( 136 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 -128 -40 ) ( 136 -128 -40 ) ( 136 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -144 -40 ) ( 640 -136 -40 ) ( 640 -136 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -120 -40 ) ( 24 -120 -40 ) ( 24 -120 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 -40 ) ( -128 -136 -40 ) ( -128 -136 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 269\r
-{\r
-brushDef\r
-{\r
-( -152 -128 0 ) ( -128 -128 0 ) ( -128 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 128 8 ) ( -128 -128 8 ) ( -152 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 128 8 ) ( -152 128 8 ) ( -152 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -152 128 8 ) ( -152 -128 8 ) ( -152 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -152 -128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 8 ) ( -128 128 8 ) ( -128 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 270\r
-{\r
-brushDef\r
-{\r
-( -176 -128 -8 ) ( -152 -128 -8 ) ( -152 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -152 128 0 ) ( -152 -128 0 ) ( -176 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -152 128 0 ) ( -176 128 0 ) ( -176 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -176 128 0 ) ( -176 -128 0 ) ( -176 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -176 -128 0 ) ( -152 -128 0 ) ( -152 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -152 -128 0 ) ( -152 128 0 ) ( -152 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 271\r
-{\r
-brushDef\r
-{\r
-( -200 -128 -16 ) ( -176 -128 -16 ) ( -176 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -176 128 -8 ) ( -176 -128 -8 ) ( -200 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -176 128 -8 ) ( -200 128 -8 ) ( -200 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -200 128 -8 ) ( -200 -128 -8 ) ( -200 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -200 -128 -8 ) ( -176 -128 -8 ) ( -176 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -176 -128 -8 ) ( -176 128 -8 ) ( -176 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 272\r
-{\r
-brushDef\r
-{\r
-( -224 -128 -24 ) ( -200 -128 -24 ) ( -200 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -200 128 -16 ) ( -200 -128 -16 ) ( -224 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -200 128 -16 ) ( -224 128 -16 ) ( -224 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -224 128 -16 ) ( -224 -128 -16 ) ( -224 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -224 -128 -16 ) ( -200 -128 -16 ) ( -200 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -200 -128 -16 ) ( -200 128 -16 ) ( -200 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 273\r
-{\r
-brushDef\r
-{\r
-( -248 -128 -32 ) ( -224 -128 -32 ) ( -224 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -224 128 -24 ) ( -224 -128 -24 ) ( -248 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -224 128 -24 ) ( -248 128 -24 ) ( -248 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -248 128 -24 ) ( -248 -128 -24 ) ( -248 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -248 -128 -24 ) ( -224 -128 -24 ) ( -224 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -224 -128 -24 ) ( -224 128 -24 ) ( -224 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 274\r
-{\r
-brushDef\r
-{\r
-( -272 -128 -40 ) ( -248 -128 -40 ) ( -248 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -248 128 -32 ) ( -248 -128 -32 ) ( -272 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -248 128 -32 ) ( -272 128 -32 ) ( -272 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -272 128 -32 ) ( -272 -128 -32 ) ( -272 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -272 -128 -32 ) ( -248 -128 -32 ) ( -248 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -248 -128 -32 ) ( -248 128 -32 ) ( -248 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 275\r
-{\r
-brushDef\r
-{\r
-( -296 -128 -48 ) ( -272 -128 -48 ) ( -272 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -272 128 -40 ) ( -272 -128 -40 ) ( -296 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -272 128 -40 ) ( -296 128 -40 ) ( -296 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -296 128 -40 ) ( -296 -128 -40 ) ( -296 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -296 -128 -40 ) ( -272 -128 -40 ) ( -272 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -272 -128 -40 ) ( -272 128 -40 ) ( -272 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 276\r
-{\r
-brushDef\r
-{\r
-( 808 128 -48 ) ( 784 128 -48 ) ( 784 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 784 -128 -40 ) ( 784 128 -40 ) ( 808 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 784 -128 -40 ) ( 808 -128 -40 ) ( 808 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 808 -128 -40 ) ( 808 128 -40 ) ( 808 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 808 128 -40 ) ( 784 128 -40 ) ( 784 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 784 128 -40 ) ( 784 -128 -40 ) ( 784 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 277\r
-{\r
-brushDef\r
-{\r
-( 784 128 -40 ) ( 760 128 -40 ) ( 760 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 760 -128 -32 ) ( 760 128 -32 ) ( 784 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 760 -128 -32 ) ( 784 -128 -32 ) ( 784 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 784 -128 -32 ) ( 784 128 -32 ) ( 784 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 784 128 -32 ) ( 760 128 -32 ) ( 760 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 760 128 -32 ) ( 760 -128 -32 ) ( 760 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 278\r
-{\r
-brushDef\r
-{\r
-( 760 128 -32 ) ( 736 128 -32 ) ( 736 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 736 -128 -24 ) ( 736 128 -24 ) ( 760 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 736 -128 -24 ) ( 760 -128 -24 ) ( 760 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 760 -128 -24 ) ( 760 128 -24 ) ( 760 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 760 128 -24 ) ( 736 128 -24 ) ( 736 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 736 128 -24 ) ( 736 -128 -24 ) ( 736 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 279\r
-{\r
-brushDef\r
-{\r
-( 736 128 -24 ) ( 712 128 -24 ) ( 712 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 712 -128 -16 ) ( 712 128 -16 ) ( 736 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 712 -128 -16 ) ( 736 -128 -16 ) ( 736 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 736 -128 -16 ) ( 736 128 -16 ) ( 736 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 736 128 -16 ) ( 712 128 -16 ) ( 712 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 712 128 -16 ) ( 712 -128 -16 ) ( 712 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 280\r
-{\r
-brushDef\r
-{\r
-( 712 128 -16 ) ( 688 128 -16 ) ( 688 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 688 -128 -8 ) ( 688 128 -8 ) ( 712 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 688 -128 -8 ) ( 712 -128 -8 ) ( 712 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 712 -128 -8 ) ( 712 128 -8 ) ( 712 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 712 128 -8 ) ( 688 128 -8 ) ( 688 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 688 128 -8 ) ( 688 -128 -8 ) ( 688 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 281\r
-{\r
-brushDef\r
-{\r
-( 688 128 -8 ) ( 664 128 -8 ) ( 664 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 664 -128 0 ) ( 664 128 0 ) ( 688 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 664 -128 0 ) ( 688 -128 0 ) ( 688 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 688 -128 0 ) ( 688 128 0 ) ( 688 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 688 128 0 ) ( 664 128 0 ) ( 664 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 664 128 0 ) ( 664 -128 0 ) ( 664 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 282\r
-{\r
-brushDef\r
-{\r
-( 664 128 0 ) ( 640 128 0 ) ( 640 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 8 ) ( 640 128 8 ) ( 664 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 8 ) ( 664 -128 8 ) ( 664 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 -128 8 ) ( 664 128 8 ) ( 664 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 128 8 ) ( 640 128 8 ) ( 640 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 8 ) ( 640 -128 8 ) ( 640 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 283\r
-{\r
-brushDef\r
-{\r
-( -120 -120 72 ) ( -888 -120 72 ) ( -888 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -888 -128 224 ) ( -888 -120 224 ) ( -120 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -888 -128 232 ) ( -120 -128 232 ) ( -120 -128 72 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 -128 232 ) ( -120 -120 232 ) ( -120 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 -120 232 ) ( -888 -120 232 ) ( -888 -120 72 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -120 232 ) ( -128 -128 232 ) ( -128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 284\r
-{\r
-brushDef\r
-{\r
-( -56 -120 72 ) ( -824 -120 72 ) ( -824 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -824 -128 224 ) ( -824 -120 224 ) ( -56 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -824 -128 232 ) ( -56 -128 232 ) ( -56 -128 72 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -56 -128 232 ) ( -56 -120 232 ) ( -56 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -56 -120 232 ) ( -824 -120 232 ) ( -824 -120 72 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -64 -120 232 ) ( -64 -128 232 ) ( -64 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 285\r
-{\r
-brushDef\r
-{\r
-( 8 -120 72 ) ( -760 -120 72 ) ( -760 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -760 -128 224 ) ( -760 -120 224 ) ( 8 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -760 -128 232 ) ( 8 -128 232 ) ( 8 -128 72 ) ( ( 0.015625 0 9.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 -128 232 ) ( 8 -120 232 ) ( 8 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 -120 232 ) ( -760 -120 232 ) ( -760 -120 72 ) ( ( 0.015625 0 -9.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 0 -120 232 ) ( 0 -128 232 ) ( 0 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 286\r
-{\r
-brushDef\r
-{\r
-( 72 -120 72 ) ( -696 -120 72 ) ( -696 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -696 -128 224 ) ( -696 -120 224 ) ( 72 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -696 -128 232 ) ( 72 -128 232 ) ( 72 -128 72 ) ( ( 0.015625 0 8.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 72 -128 232 ) ( 72 -120 232 ) ( 72 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 72 -120 232 ) ( -696 -120 232 ) ( -696 -120 72 ) ( ( 0.015625 0 -8.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 64 -120 232 ) ( 64 -128 232 ) ( 64 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 287\r
-{\r
-brushDef\r
-{\r
-( 136 -120 72 ) ( -632 -120 72 ) ( -632 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -632 -128 224 ) ( -632 -120 224 ) ( 136 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -632 -128 232 ) ( 136 -128 232 ) ( 136 -128 72 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -128 232 ) ( 136 -120 232 ) ( 136 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -120 232 ) ( -632 -120 232 ) ( -632 -120 72 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -120 232 ) ( 128 -128 232 ) ( 128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 288\r
-{\r
-brushDef\r
-{\r
-( 384 -120 72 ) ( -384 -120 72 ) ( -384 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -4 ) ) gothic_trim/wood2 134217728 0 0\r
-( -384 -128 224 ) ( -384 -120 224 ) ( 384 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4 ) ) gothic_trim/wood2 134217728 0 0\r
-( -384 -128 232 ) ( 384 -128 232 ) ( 384 -128 72 ) ( ( 0.015625 0 4 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -128 232 ) ( 384 -120 232 ) ( 384 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -120 232 ) ( -384 -120 232 ) ( -384 -120 72 ) ( ( 0.015625 0 -4 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -120 232 ) ( 376 -128 232 ) ( 376 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 289\r
-{\r
-brushDef\r
-{\r
-( 448 -120 72 ) ( -320 -120 72 ) ( -320 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-( -320 -128 224 ) ( -320 -120 224 ) ( 448 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3 ) ) gothic_trim/wood2 134217728 0 0\r
-( -320 -128 232 ) ( 448 -128 232 ) ( 448 -128 72 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 448 -128 232 ) ( 448 -120 232 ) ( 448 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 448 -120 232 ) ( -320 -120 232 ) ( -320 -120 72 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 -120 232 ) ( 440 -128 232 ) ( 440 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 290\r
-{\r
-brushDef\r
-{\r
-( 512 -120 72 ) ( -256 -120 72 ) ( -256 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-( -256 -128 224 ) ( -256 -120 224 ) ( 512 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2 ) ) gothic_trim/wood2 134217728 0 0\r
-( -256 -128 232 ) ( 512 -128 232 ) ( 512 -128 72 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 512 -128 232 ) ( 512 -120 232 ) ( 512 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 512 -120 232 ) ( -256 -120 232 ) ( -256 -120 72 ) ( ( 0.015625 0 -2 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 -120 232 ) ( 504 -128 232 ) ( 504 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 291\r
-{\r
-brushDef\r
-{\r
-( 576 -120 72 ) ( -192 -120 72 ) ( -192 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1 ) ) gothic_trim/wood2 134217728 0 0\r
-( -192 -128 224 ) ( -192 -120 224 ) ( 576 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1 ) ) gothic_trim/wood2 134217728 0 0\r
-( -192 -128 232 ) ( 576 -128 232 ) ( 576 -128 72 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 576 -128 232 ) ( 576 -120 232 ) ( 576 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 576 -120 232 ) ( -192 -120 232 ) ( -192 -120 72 ) ( ( 0.015625 0 -1 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 568 -120 232 ) ( 568 -128 232 ) ( 568 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 292\r
-{\r
-brushDef\r
-{\r
-( 640 -120 72 ) ( -128 -120 72 ) ( -128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 224 ) ( -128 -120 224 ) ( 640 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 232 ) ( 640 -128 232 ) ( 640 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 -128 232 ) ( 640 -120 232 ) ( 640 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 -120 232 ) ( -128 -120 232 ) ( -128 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 -120 232 ) ( 632 -128 232 ) ( 632 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 293\r
-{\r
-brushDef\r
-{\r
-( -128 -128 224 ) ( 640 -128 224 ) ( 640 128 312 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 232 ) ( -128 -128 232 ) ( -128 128 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( -128 -128 224 ) ( -128 -128 232 ) ( 640 -128 232 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 320 ) ( 640 128 320 ) ( 640 128 8 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -32 128 320 ) ( -128 128 320 ) ( -128 128 8 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 232 ) ( -128 -128 224 ) ( -128 128 312 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 294\r
-{\r
-brushDef\r
-{\r
-( 664 -120 64 ) ( 384 -120 64 ) ( 384 -128 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -128 72 ) ( 376 -120 72 ) ( 656 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -128 72 ) ( 656 -128 72 ) ( 656 -128 16 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 -128 72 ) ( 640 -120 72 ) ( 640 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 656 -120 72 ) ( 376 -120 72 ) ( 376 -120 16 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -120 72 ) ( 376 -128 72 ) ( 376 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 295\r
-{\r
-brushDef\r
-{\r
-( 160 -120 64 ) ( -120 -120 64 ) ( -120 -128 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 72 ) ( -128 -120 72 ) ( 152 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 72 ) ( 152 -128 72 ) ( 152 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -128 72 ) ( 136 -120 72 ) ( 136 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 152 -120 72 ) ( -128 -120 72 ) ( -128 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -120 72 ) ( -128 -128 72 ) ( -128 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 296\r
-{\r
-brushDef\r
-{\r
-( 384 -120 8 ) ( 376 -120 8 ) ( 376 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -128 64 ) ( 376 -120 64 ) ( 384 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -128 16 ) ( 384 -128 16 ) ( 384 -128 8 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -128 16 ) ( 384 -120 16 ) ( 384 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 384 -120 16 ) ( 376 -120 16 ) ( 376 -120 8 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 376 -120 16 ) ( 376 -128 16 ) ( 376 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 297\r
-{\r
-brushDef\r
-{\r
-( 416 -120 8 ) ( 408 -120 8 ) ( 408 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 -128 64 ) ( 408 -120 64 ) ( 416 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 -128 16 ) ( 416 -128 16 ) ( 416 -128 8 ) ( ( 0.015625 0 -8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 416 -128 16 ) ( 416 -120 16 ) ( 416 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 416 -120 16 ) ( 408 -120 16 ) ( 408 -120 8 ) ( ( 0.015625 0 8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 408 -120 16 ) ( 408 -128 16 ) ( 408 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 298\r
-{\r
-brushDef\r
-{\r
-( 448 -120 8 ) ( 440 -120 8 ) ( 440 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 -128 64 ) ( 440 -120 64 ) ( 448 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 -128 16 ) ( 448 -128 16 ) ( 448 -128 8 ) ( ( 0.015625 0 -8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 448 -128 16 ) ( 448 -120 16 ) ( 448 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 448 -120 16 ) ( 440 -120 16 ) ( 440 -120 8 ) ( ( 0.015625 0 8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 440 -120 16 ) ( 440 -128 16 ) ( 440 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 299\r
-{\r
-brushDef\r
-{\r
-( 480 -120 8 ) ( 472 -120 8 ) ( 472 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 -128 64 ) ( 472 -120 64 ) ( 480 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 -128 16 ) ( 480 -128 16 ) ( 480 -128 8 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 480 -128 16 ) ( 480 -120 16 ) ( 480 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 480 -120 16 ) ( 472 -120 16 ) ( 472 -120 8 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 472 -120 16 ) ( 472 -128 16 ) ( 472 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 300\r
-{\r
-brushDef\r
-{\r
-( 512 -120 8 ) ( 504 -120 8 ) ( 504 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 -128 64 ) ( 504 -120 64 ) ( 512 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 -128 16 ) ( 512 -128 16 ) ( 512 -128 8 ) ( ( 0.015625 0 -9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 512 -128 16 ) ( 512 -120 16 ) ( 512 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 512 -120 16 ) ( 504 -120 16 ) ( 504 -120 8 ) ( ( 0.015625 0 9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 504 -120 16 ) ( 504 -128 16 ) ( 504 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 301\r
-{\r
-brushDef\r
-{\r
-( 544 -120 8 ) ( 536 -120 8 ) ( 536 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 -128 64 ) ( 536 -120 64 ) ( 544 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 -128 16 ) ( 544 -128 16 ) ( 544 -128 8 ) ( ( 0.015625 0 -10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 544 -128 16 ) ( 544 -120 16 ) ( 544 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 544 -120 16 ) ( 536 -120 16 ) ( 536 -120 8 ) ( ( 0.015625 0 10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 536 -120 16 ) ( 536 -128 16 ) ( 536 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 302\r
-{\r
-brushDef\r
-{\r
-( 576 -120 8 ) ( 568 -120 8 ) ( 568 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 568 -128 64 ) ( 568 -120 64 ) ( 576 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 568 -128 16 ) ( 576 -128 16 ) ( 576 -128 8 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 576 -128 16 ) ( 576 -120 16 ) ( 576 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 576 -120 16 ) ( 568 -120 16 ) ( 568 -120 8 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 568 -120 16 ) ( 568 -128 16 ) ( 568 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 303\r
-{\r
-brushDef\r
-{\r
-( 608 -120 8 ) ( 600 -120 8 ) ( 600 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 600 -128 64 ) ( 600 -120 64 ) ( 608 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.375000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 600 -128 16 ) ( 608 -128 16 ) ( 608 -128 8 ) ( ( 0.015625 0 -11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 -128 16 ) ( 608 -120 16 ) ( 608 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 608 -120 16 ) ( 600 -120 16 ) ( 600 -120 8 ) ( ( 0.015625 0 11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 600 -120 16 ) ( 600 -128 16 ) ( 600 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 304\r
-{\r
-brushDef\r
-{\r
-( 640 -120 8 ) ( 632 -120 8 ) ( 632 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 -128 64 ) ( 632 -120 64 ) ( 640 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 -128 16 ) ( 640 -128 16 ) ( 640 -128 8 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 -128 16 ) ( 640 -120 16 ) ( 640 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 640 -120 16 ) ( 632 -120 16 ) ( 632 -120 8 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 632 -120 16 ) ( 632 -128 16 ) ( 632 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 305\r
-{\r
-brushDef\r
-{\r
-( -88 -120 8 ) ( -96 -120 8 ) ( -96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -96 -128 64 ) ( -96 -120 64 ) ( -88 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -96 -128 16 ) ( -88 -128 16 ) ( -88 -128 8 ) ( ( 0.015625 0 -0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -88 -128 16 ) ( -88 -120 16 ) ( -88 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -88 -120 16 ) ( -96 -120 16 ) ( -96 -120 8 ) ( ( 0.015625 0 0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -96 -120 16 ) ( -96 -128 16 ) ( -96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 306\r
-{\r
-brushDef\r
-{\r
-( -24 -120 8 ) ( -32 -120 8 ) ( -32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -32 -128 64 ) ( -32 -120 64 ) ( -24 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -32 -128 16 ) ( -24 -128 16 ) ( -24 -128 8 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -24 -128 16 ) ( -24 -120 16 ) ( -24 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -24 -120 16 ) ( -32 -120 16 ) ( -32 -120 8 ) ( ( 0.015625 0 1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -32 -120 16 ) ( -32 -128 16 ) ( -32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 307\r
-{\r
-brushDef\r
-{\r
-( 40 -120 8 ) ( 32 -120 8 ) ( 32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 32 -128 64 ) ( 32 -120 64 ) ( 40 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 32 -128 16 ) ( 40 -128 16 ) ( 40 -128 8 ) ( ( 0.015625 0 -2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 40 -128 16 ) ( 40 -120 16 ) ( 40 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 40 -120 16 ) ( 32 -120 16 ) ( 32 -120 8 ) ( ( 0.015625 0 2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 32 -120 16 ) ( 32 -128 16 ) ( 32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 308\r
-{\r
-brushDef\r
-{\r
-( 104 -120 8 ) ( 96 -120 8 ) ( 96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 96 -128 64 ) ( 96 -120 64 ) ( 104 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3.500000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 96 -128 16 ) ( 104 -128 16 ) ( 104 -128 8 ) ( ( 0.015625 0 -3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 -128 16 ) ( 104 -120 16 ) ( 104 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 104 -120 16 ) ( 96 -120 16 ) ( 96 -120 8 ) ( ( 0.015625 0 3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 96 -120 16 ) ( 96 -128 16 ) ( 96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 309\r
-{\r
-brushDef\r
-{\r
-( 136 -120 8 ) ( 128 -120 8 ) ( 128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -128 64 ) ( 128 -120 64 ) ( 136 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -4 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -128 16 ) ( 136 -128 16 ) ( 136 -128 8 ) ( ( 0.015625 0 -4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -128 16 ) ( 136 -120 16 ) ( 136 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 136 -120 16 ) ( 128 -120 16 ) ( 128 -120 8 ) ( ( 0.015625 0 4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 128 -120 16 ) ( 128 -128 16 ) ( 128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 310\r
-{\r
-brushDef\r
-{\r
-( 72 -120 8 ) ( 64 -120 8 ) ( 64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3 ) ) gothic_trim/wood2 134217728 0 0\r
-( 64 -128 64 ) ( 64 -120 64 ) ( 72 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3 ) ) gothic_trim/wood2 134217728 0 0\r
-( 64 -128 16 ) ( 72 -128 16 ) ( 72 -128 8 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 72 -128 16 ) ( 72 -120 16 ) ( 72 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 72 -120 16 ) ( 64 -120 16 ) ( 64 -120 8 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 64 -120 16 ) ( 64 -128 16 ) ( 64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 311\r
-{\r
-brushDef\r
-{\r
-( 8 -120 8 ) ( 0 -120 8 ) ( 0 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 0 -128 64 ) ( 0 -120 64 ) ( 8 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2 ) ) gothic_trim/wood2 134217728 0 0\r
-( 0 -128 16 ) ( 8 -128 16 ) ( 8 -128 8 ) ( ( 0.015625 0 -2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 -128 16 ) ( 8 -120 16 ) ( 8 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 8 -120 16 ) ( 0 -120 16 ) ( 0 -120 8 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( 0 -120 16 ) ( 0 -128 16 ) ( 0 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 312\r
-{\r
-brushDef\r
-{\r
-( -56 -120 8 ) ( -64 -120 8 ) ( -64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1 ) ) gothic_trim/wood2 134217728 0 0\r
-( -64 -128 64 ) ( -64 -120 64 ) ( -56 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1 ) ) gothic_trim/wood2 134217728 0 0\r
-( -64 -128 16 ) ( -56 -128 16 ) ( -56 -128 8 ) ( ( 0.015625 0 -1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -56 -128 16 ) ( -56 -120 16 ) ( -56 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -56 -120 16 ) ( -64 -120 16 ) ( -64 -120 8 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -64 -120 16 ) ( -64 -128 16 ) ( -64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 313\r
-{\r
-brushDef\r
-{\r
-( -120 -120 8 ) ( -128 -120 8 ) ( -128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 64 ) ( -128 -120 64 ) ( -120 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -128 16 ) ( -120 -128 16 ) ( -120 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 -128 16 ) ( -120 -120 16 ) ( -120 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -120 -120 16 ) ( -128 -120 16 ) ( -128 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-( -128 -120 16 ) ( -128 -128 16 ) ( -128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 134217728 0 0\r
-}\r
-}\r
-// brush 314\r
-{\r
-brushDef\r
-{\r
-( 256 128 0 ) ( -128 128 0 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 8 ) ( -128 128 8 ) ( 256 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 8 ) ( 256 -128 8 ) ( 256 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -120 8 ) ( 640 136 8 ) ( 640 136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 960 8 ) ( -64 960 8 ) ( -64 960 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-}\r
-// entity 1\r
-{\r
-"origin" "248 512 336"\r
-"light" "600"\r
-"classname" "light"\r
-}\r
-// entity 2\r
-{\r
-"origin" "576 -64 32"\r
-"classname" "info_player_start"\r
-}\r
-// entity 3\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 456 744 72 0 0 ) ( 456 744 76 0 0.062500 ) ( 456 744 80 0 0.125000 ) )\r
-( ( 456 728 72 0.250000 0 ) ( 456 728 76 0.250000 0.062500 ) ( 456 728 80 0.250000 0.125000 ) )\r
-( ( 472 728 72 0.500000 0 ) ( 472 728 76 0.500000 0.062500 ) ( 472 728 80 0.500000 0.125000 ) )\r
-( ( 488 728 72 0.750000 0 ) ( 488 728 76 0.750000 0.062500 ) ( 488 728 80 0.750000 0.125000 ) )\r
-( ( 488 744 72 1 0 ) ( 488 744 76 1 0.062500 ) ( 488 744 80 1 0.125000 ) )\r
-( ( 488 760 72 1.250000 0 ) ( 488 760 76 1.250000 0.062500 ) ( 488 760 80 1.250000 0.125000 ) )\r
-( ( 472 760 72 1.500000 0 ) ( 472 760 76 1.500000 0.062500 ) ( 472 760 80 1.500000 0.125000 ) )\r
-( ( 456 760 72 1.750000 0 ) ( 456 760 76 1.750000 0.062500 ) ( 456 760 80 1.750000 0.125000 ) )\r
-( ( 456 744 72 2 0 ) ( 456 744 76 2 0.062500 ) ( 456 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 472 760 72 7.375000 -11.875000 ) ( 456 760 72 7.125000 -11.875000 ) ( 456 744 72 7.125000 -11.625000 ) )\r
-( ( 488 760 72 7.625000 -11.875000 ) ( 472 744 72 7.375000 -11.625000 ) ( 456 728 72 7.125000 -11.375000 ) )\r
-( ( 488 744 72 7.625000 -11.625000 ) ( 488 728 72 7.625000 -11.375000 ) ( 472 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 456 744 80 7.125000 -11.625000 ) ( 456 760 80 7.125000 -11.875000 ) ( 472 760 80 7.375000 -11.875000 ) )\r
-( ( 456 728 80 7.125000 -11.375000 ) ( 472 744 80 7.375000 -11.625000 ) ( 488 760 80 7.625000 -11.875000 ) )\r
-( ( 472 728 80 7.375000 -11.375000 ) ( 488 728 80 7.625000 -11.375000 ) ( 488 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 4\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 400 320 64 0 0 ) ( 400 320 68 0 0.062500 ) ( 400 320 72 0 0.125000 ) )\r
-( ( 400 272 64 0.750000 0 ) ( 400 272 68 0.750000 0.062500 ) ( 400 272 72 0.750000 0.125000 ) )\r
-( ( 448 272 64 1.500000 0 ) ( 448 272 68 1.500000 0.062500 ) ( 448 272 72 1.500000 0.125000 ) )\r
-( ( 496 272 64 2.250000 0 ) ( 496 272 68 2.250000 0.062500 ) ( 496 272 72 2.250000 0.125000 ) )\r
-( ( 496 320 64 3 0 ) ( 496 320 68 3 0.062500 ) ( 496 320 72 3 0.125000 ) )\r
-( ( 496 368 64 3.750000 0 ) ( 496 368 68 3.750000 0.062500 ) ( 496 368 72 3.750000 0.125000 ) )\r
-( ( 448 368 64 4.500000 0 ) ( 448 368 68 4.500000 0.062500 ) ( 448 368 72 4.500000 0.125000 ) )\r
-( ( 400 368 64 5.250000 0 ) ( 400 368 68 5.250000 0.062500 ) ( 400 368 72 5.250000 0.125000 ) )\r
-( ( 400 320 64 6 0 ) ( 400 320 68 6 0.062500 ) ( 400 320 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 448 368 64 7 -5.750000 ) ( 400 368 64 6.250000 -5.750000 ) ( 400 320 64 6.250000 -5 ) )\r
-( ( 496 368 64 7.750000 -5.750000 ) ( 448 320 64 7 -5 ) ( 400 272 64 6.250000 -4.250000 ) )\r
-( ( 496 320 64 7.750000 -5 ) ( 496 272 64 7.750000 -4.250000 ) ( 448 272 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 400 320 72 6.250000 -5 ) ( 400 368 72 6.250000 -5.750000 ) ( 448 368 72 7 -5.750000 ) )\r
-( ( 400 272 72 6.250000 -4.250000 ) ( 448 320 72 7 -5 ) ( 496 368 72 7.750000 -5.750000 ) )\r
-( ( 448 272 72 7 -4.250000 ) ( 496 272 72 7.750000 -4.250000 ) ( 496 320 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 5\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 192 132 88 0 0 ) ( 192 132 108 0 0.312500 ) ( 192 132 128 0 0.625000 ) )\r
-( ( 192 128 88 0.062500 0 ) ( 192 128 108 0.062500 0.312500 ) ( 192 128 128 0.062500 0.625000 ) )\r
-( ( 196 128 88 0.125000 0 ) ( 196 128 108 0.125000 0.312500 ) ( 196 128 128 0.125000 0.625000 ) )\r
-( ( 200 128 88 0.187500 0 ) ( 200 128 108 0.187500 0.312500 ) ( 200 128 128 0.187500 0.625000 ) )\r
-( ( 200 132 88 0.250000 0 ) ( 200 132 108 0.250000 0.312500 ) ( 200 132 128 0.250000 0.625000 ) )\r
-( ( 200 136 88 0.312500 0 ) ( 200 136 108 0.312500 0.312500 ) ( 200 136 128 0.312500 0.625000 ) )\r
-( ( 196 136 88 0.375000 0 ) ( 196 136 108 0.375000 0.312500 ) ( 196 136 128 0.375000 0.625000 ) )\r
-( ( 192 136 88 0.437500 0 ) ( 192 136 108 0.437500 0.312500 ) ( 192 136 128 0.437500 0.625000 ) )\r
-( ( 192 132 88 0.500000 0 ) ( 192 132 108 0.500000 0.312500 ) ( 192 132 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 196 136 88 3.062500 -2.125000 ) ( 192 136 88 3 -2.125000 ) ( 192 132 88 3 -2.062500 ) )\r
-( ( 200 136 88 3.125000 -2.125000 ) ( 196 132 88 3.062500 -2.062500 ) ( 192 128 88 3 -2 ) )\r
-( ( 200 132 88 3.125000 -2.062500 ) ( 200 128 88 3.125000 -2 ) ( 196 128 88 3.062500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 192 132 128 3 -2.062500 ) ( 192 136 128 3 -2.125000 ) ( 196 136 128 3.062500 -2.125000 ) )\r
-( ( 192 128 128 3 -2 ) ( 196 132 128 3.062500 -2.062500 ) ( 200 136 128 3.125000 -2.125000 ) )\r
-( ( 196 128 128 3.062500 -2 ) ( 200 128 128 3.125000 -2 ) ( 200 132 128 3.125000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 6\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 204 136 88 0 0 ) ( 204 136 108 0 0.312500 ) ( 204 136 128 0 0.625000 ) )\r
-( ( 208 136 88 0.062500 0 ) ( 208 136 108 0.062500 0.312500 ) ( 208 136 128 0.062500 0.625000 ) )\r
-( ( 208 140 88 0.125000 0 ) ( 208 140 108 0.125000 0.312500 ) ( 208 140 128 0.125000 0.625000 ) )\r
-( ( 208 144 88 0.187500 0 ) ( 208 144 108 0.187500 0.312500 ) ( 208 144 128 0.187500 0.625000 ) )\r
-( ( 204 144 88 0.250000 0 ) ( 204 144 108 0.250000 0.312500 ) ( 204 144 128 0.250000 0.625000 ) )\r
-( ( 200 144 88 0.312500 0 ) ( 200 144 108 0.312500 0.312500 ) ( 200 144 128 0.312500 0.625000 ) )\r
-( ( 200 140 88 0.375000 0 ) ( 200 140 108 0.375000 0.312500 ) ( 200 140 128 0.375000 0.625000 ) )\r
-( ( 200 136 88 0.437500 0 ) ( 200 136 108 0.437500 0.312500 ) ( 200 136 128 0.437500 0.625000 ) )\r
-( ( 204 136 88 0.500000 0 ) ( 204 136 108 0.500000 0.312500 ) ( 204 136 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 200 140 88 3.187500 -2.125000 ) ( 200 136 88 3.125000 -2.125000 ) ( 204 136 88 3.125000 -2.062500 ) )\r
-( ( 200 144 88 3.250000 -2.125000 ) ( 204 140 88 3.187500 -2.062500 ) ( 208 136 88 3.125000 -2 ) )\r
-( ( 204 144 88 3.250000 -2.062500 ) ( 208 144 88 3.250000 -2 ) ( 208 140 88 3.187500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 204 136 128 3.125000 -2.062500 ) ( 200 136 128 3.125000 -2.125000 ) ( 200 140 128 3.187500 -2.125000 ) )\r
-( ( 208 136 128 3.125000 -2 ) ( 204 140 128 3.187500 -2.062500 ) ( 200 144 128 3.250000 -2.125000 ) )\r
-( ( 208 140 128 3.187500 -2 ) ( 208 144 128 3.250000 -2 ) ( 204 144 128 3.250000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 7\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 312 132 88 0 0 ) ( 312 132 108 0 0.312500 ) ( 312 132 128 0 0.625000 ) )\r
-( ( 312 128 88 0.062500 0 ) ( 312 128 108 0.062500 0.312500 ) ( 312 128 128 0.062500 0.625000 ) )\r
-( ( 316 128 88 0.125000 0 ) ( 316 128 108 0.125000 0.312500 ) ( 316 128 128 0.125000 0.625000 ) )\r
-( ( 320 128 88 0.187500 0 ) ( 320 128 108 0.187500 0.312500 ) ( 320 128 128 0.187500 0.625000 ) )\r
-( ( 320 132 88 0.250000 0 ) ( 320 132 108 0.250000 0.312500 ) ( 320 132 128 0.250000 0.625000 ) )\r
-( ( 320 136 88 0.312500 0 ) ( 320 136 108 0.312500 0.312500 ) ( 320 136 128 0.312500 0.625000 ) )\r
-( ( 316 136 88 0.375000 0 ) ( 316 136 108 0.375000 0.312500 ) ( 316 136 128 0.375000 0.625000 ) )\r
-( ( 312 136 88 0.437500 0 ) ( 312 136 108 0.437500 0.312500 ) ( 312 136 128 0.437500 0.625000 ) )\r
-( ( 312 132 88 0.500000 0 ) ( 312 132 108 0.500000 0.312500 ) ( 312 132 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 316 136 88 4.937500 -2.125000 ) ( 312 136 88 4.875000 -2.125000 ) ( 312 132 88 4.875000 -2.062500 ) )\r
-( ( 320 136 88 5 -2.125000 ) ( 316 132 88 4.937500 -2.062500 ) ( 312 128 88 4.875000 -2 ) )\r
-( ( 320 132 88 5 -2.062500 ) ( 320 128 88 5 -2 ) ( 316 128 88 4.937500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 312 132 128 4.875000 -2.062500 ) ( 312 136 128 4.875000 -2.125000 ) ( 316 136 128 4.937500 -2.125000 ) )\r
-( ( 312 128 128 4.875000 -2 ) ( 316 132 128 4.937500 -2.062500 ) ( 320 136 128 5 -2.125000 ) )\r
-( ( 316 128 128 4.937500 -2 ) ( 320 128 128 5 -2 ) ( 320 132 128 5 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 8\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 308 144 88 0 0 ) ( 308 144 108 0 0.312500 ) ( 308 144 128 0 0.625000 ) )\r
-( ( 304 144 88 0.062500 0 ) ( 304 144 108 0.062500 0.312500 ) ( 304 144 128 0.062500 0.625000 ) )\r
-( ( 304 140 88 0.125000 0 ) ( 304 140 108 0.125000 0.312500 ) ( 304 140 128 0.125000 0.625000 ) )\r
-( ( 304 136 88 0.187500 0 ) ( 304 136 108 0.187500 0.312500 ) ( 304 136 128 0.187500 0.625000 ) )\r
-( ( 308 136 88 0.250000 0 ) ( 308 136 108 0.250000 0.312500 ) ( 308 136 128 0.250000 0.625000 ) )\r
-( ( 312 136 88 0.312500 0 ) ( 312 136 108 0.312500 0.312500 ) ( 312 136 128 0.312500 0.625000 ) )\r
-( ( 312 140 88 0.375000 0 ) ( 312 140 108 0.375000 0.312500 ) ( 312 140 128 0.375000 0.625000 ) )\r
-( ( 312 144 88 0.437500 0 ) ( 312 144 108 0.437500 0.312500 ) ( 312 144 128 0.437500 0.625000 ) )\r
-( ( 308 144 88 0.500000 0 ) ( 308 144 108 0.500000 0.312500 ) ( 308 144 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 312 140 88 4.812500 -2.125000 ) ( 312 144 88 4.750000 -2.125000 ) ( 308 144 88 4.750000 -2.062500 ) )\r
-( ( 312 136 88 4.875000 -2.125000 ) ( 308 140 88 4.812500 -2.062500 ) ( 304 144 88 4.750000 -2 ) )\r
-( ( 308 136 88 4.875000 -2.062500 ) ( 304 136 88 4.875000 -2 ) ( 304 140 88 4.812500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 308 144 128 4.750000 -2.062500 ) ( 312 144 128 4.750000 -2.125000 ) ( 312 140 128 4.812500 -2.125000 ) )\r
-( ( 304 144 128 4.750000 -2 ) ( 308 140 128 4.812500 -2.062500 ) ( 312 136 128 4.875000 -2.125000 ) )\r
-( ( 304 140 128 4.812500 -2 ) ( 304 136 128 4.875000 -2 ) ( 308 136 128 4.875000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 9\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 400 512 64 0 0 ) ( 400 512 68 0 0.062500 ) ( 400 512 72 0 0.125000 ) )\r
-( ( 400 464 64 0.750000 0 ) ( 400 464 68 0.750000 0.062500 ) ( 400 464 72 0.750000 0.125000 ) )\r
-( ( 448 464 64 1.500000 0 ) ( 448 464 68 1.500000 0.062500 ) ( 448 464 72 1.500000 0.125000 ) )\r
-( ( 496 464 64 2.250000 0 ) ( 496 464 68 2.250000 0.062500 ) ( 496 464 72 2.250000 0.125000 ) )\r
-( ( 496 512 64 3 0 ) ( 496 512 68 3 0.062500 ) ( 496 512 72 3 0.125000 ) )\r
-( ( 496 560 64 3.750000 0 ) ( 496 560 68 3.750000 0.062500 ) ( 496 560 72 3.750000 0.125000 ) )\r
-( ( 448 560 64 4.500000 0 ) ( 448 560 68 4.500000 0.062500 ) ( 448 560 72 4.500000 0.125000 ) )\r
-( ( 400 560 64 5.250000 0 ) ( 400 560 68 5.250000 0.062500 ) ( 400 560 72 5.250000 0.125000 ) )\r
-( ( 400 512 64 6 0 ) ( 400 512 68 6 0.062500 ) ( 400 512 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 448 560 64 7 -5.750000 ) ( 400 560 64 6.250000 -5.750000 ) ( 400 512 64 6.250000 -5 ) )\r
-( ( 496 560 64 7.750000 -5.750000 ) ( 448 512 64 7 -5 ) ( 400 464 64 6.250000 -4.250000 ) )\r
-( ( 496 512 64 7.750000 -5 ) ( 496 464 64 7.750000 -4.250000 ) ( 448 464 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 400 512 72 6.250000 -5 ) ( 400 560 72 6.250000 -5.750000 ) ( 448 560 72 7 -5.750000 ) )\r
-( ( 400 464 72 6.250000 -4.250000 ) ( 448 512 72 7 -5 ) ( 496 560 72 7.750000 -5.750000 ) )\r
-( ( 448 464 72 7 -4.250000 ) ( 496 464 72 7.750000 -4.250000 ) ( 496 512 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 10\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 16 320 64 0 0 ) ( 16 320 68 0 0.062500 ) ( 16 320 72 0 0.125000 ) )\r
-( ( 16 272 64 0.750000 0 ) ( 16 272 68 0.750000 0.062500 ) ( 16 272 72 0.750000 0.125000 ) )\r
-( ( 64 272 64 1.500000 0 ) ( 64 272 68 1.500000 0.062500 ) ( 64 272 72 1.500000 0.125000 ) )\r
-( ( 112 272 64 2.250000 0 ) ( 112 272 68 2.250000 0.062500 ) ( 112 272 72 2.250000 0.125000 ) )\r
-( ( 112 320 64 3 0 ) ( 112 320 68 3 0.062500 ) ( 112 320 72 3 0.125000 ) )\r
-( ( 112 368 64 3.750000 0 ) ( 112 368 68 3.750000 0.062500 ) ( 112 368 72 3.750000 0.125000 ) )\r
-( ( 64 368 64 4.500000 0 ) ( 64 368 68 4.500000 0.062500 ) ( 64 368 72 4.500000 0.125000 ) )\r
-( ( 16 368 64 5.250000 0 ) ( 16 368 68 5.250000 0.062500 ) ( 16 368 72 5.250000 0.125000 ) )\r
-( ( 16 320 64 6 0 ) ( 16 320 68 6 0.062500 ) ( 16 320 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 64 368 64 7 -5.750000 ) ( 16 368 64 6.250000 -5.750000 ) ( 16 320 64 6.250000 -5 ) )\r
-( ( 112 368 64 7.750000 -5.750000 ) ( 64 320 64 7 -5 ) ( 16 272 64 6.250000 -4.250000 ) )\r
-( ( 112 320 64 7.750000 -5 ) ( 112 272 64 7.750000 -4.250000 ) ( 64 272 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 320 72 6.250000 -5 ) ( 16 368 72 6.250000 -5.750000 ) ( 64 368 72 7 -5.750000 ) )\r
-( ( 16 272 72 6.250000 -4.250000 ) ( 64 320 72 7 -5 ) ( 112 368 72 7.750000 -5.750000 ) )\r
-( ( 64 272 72 7 -4.250000 ) ( 112 272 72 7.750000 -4.250000 ) ( 112 320 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 11\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 16 512 64 0 0 ) ( 16 512 68 0 0.062500 ) ( 16 512 72 0 0.125000 ) )\r
-( ( 16 464 64 0.750000 0 ) ( 16 464 68 0.750000 0.062500 ) ( 16 464 72 0.750000 0.125000 ) )\r
-( ( 64 464 64 1.500000 0 ) ( 64 464 68 1.500000 0.062500 ) ( 64 464 72 1.500000 0.125000 ) )\r
-( ( 112 464 64 2.250000 0 ) ( 112 464 68 2.250000 0.062500 ) ( 112 464 72 2.250000 0.125000 ) )\r
-( ( 112 512 64 3 0 ) ( 112 512 68 3 0.062500 ) ( 112 512 72 3 0.125000 ) )\r
-( ( 112 560 64 3.750000 0 ) ( 112 560 68 3.750000 0.062500 ) ( 112 560 72 3.750000 0.125000 ) )\r
-( ( 64 560 64 4.500000 0 ) ( 64 560 68 4.500000 0.062500 ) ( 64 560 72 4.500000 0.125000 ) )\r
-( ( 16 560 64 5.250000 0 ) ( 16 560 68 5.250000 0.062500 ) ( 16 560 72 5.250000 0.125000 ) )\r
-( ( 16 512 64 6 0 ) ( 16 512 68 6 0.062500 ) ( 16 512 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 64 560 64 7 -5.750000 ) ( 16 560 64 6.250000 -5.750000 ) ( 16 512 64 6.250000 -5 ) )\r
-( ( 112 560 64 7.750000 -5.750000 ) ( 64 512 64 7 -5 ) ( 16 464 64 6.250000 -4.250000 ) )\r
-( ( 112 512 64 7.750000 -5 ) ( 112 464 64 7.750000 -4.250000 ) ( 64 464 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 512 72 6.250000 -5 ) ( 16 560 72 6.250000 -5.750000 ) ( 64 560 72 7 -5.750000 ) )\r
-( ( 16 464 72 6.250000 -4.250000 ) ( 64 512 72 7 -5 ) ( 112 560 72 7.750000 -5.750000 ) )\r
-( ( 64 464 72 7 -4.250000 ) ( 112 464 72 7.750000 -4.250000 ) ( 112 512 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 12\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 368 744 72 0 0 ) ( 368 744 76 0 0.062500 ) ( 368 744 80 0 0.125000 ) )\r
-( ( 368 728 72 0.250000 0 ) ( 368 728 76 0.250000 0.062500 ) ( 368 728 80 0.250000 0.125000 ) )\r
-( ( 384 728 72 0.500000 0 ) ( 384 728 76 0.500000 0.062500 ) ( 384 728 80 0.500000 0.125000 ) )\r
-( ( 400 728 72 0.750000 0 ) ( 400 728 76 0.750000 0.062500 ) ( 400 728 80 0.750000 0.125000 ) )\r
-( ( 400 744 72 1 0 ) ( 400 744 76 1 0.062500 ) ( 400 744 80 1 0.125000 ) )\r
-( ( 400 760 72 1.250000 0 ) ( 400 760 76 1.250000 0.062500 ) ( 400 760 80 1.250000 0.125000 ) )\r
-( ( 384 760 72 1.500000 0 ) ( 384 760 76 1.500000 0.062500 ) ( 384 760 80 1.500000 0.125000 ) )\r
-( ( 368 760 72 1.750000 0 ) ( 368 760 76 1.750000 0.062500 ) ( 368 760 80 1.750000 0.125000 ) )\r
-( ( 368 744 72 2 0 ) ( 368 744 76 2 0.062500 ) ( 368 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 760 72 7.375000 -11.875000 ) ( 368 760 72 7.125000 -11.875000 ) ( 368 744 72 7.125000 -11.625000 ) )\r
-( ( 400 760 72 7.625000 -11.875000 ) ( 384 744 72 7.375000 -11.625000 ) ( 368 728 72 7.125000 -11.375000 ) )\r
-( ( 400 744 72 7.625000 -11.625000 ) ( 400 728 72 7.625000 -11.375000 ) ( 384 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 368 744 80 7.125000 -11.625000 ) ( 368 760 80 7.125000 -11.875000 ) ( 384 760 80 7.375000 -11.875000 ) )\r
-( ( 368 728 80 7.125000 -11.375000 ) ( 384 744 80 7.375000 -11.625000 ) ( 400 760 80 7.625000 -11.875000 ) )\r
-( ( 384 728 80 7.375000 -11.375000 ) ( 400 728 80 7.625000 -11.375000 ) ( 400 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 13\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 264 744 72 0 0 ) ( 264 744 76 0 0.062500 ) ( 264 744 80 0 0.125000 ) )\r
-( ( 264 728 72 0.250000 0 ) ( 264 728 76 0.250000 0.062500 ) ( 264 728 80 0.250000 0.125000 ) )\r
-( ( 280 728 72 0.500000 0 ) ( 280 728 76 0.500000 0.062500 ) ( 280 728 80 0.500000 0.125000 ) )\r
-( ( 296 728 72 0.750000 0 ) ( 296 728 76 0.750000 0.062500 ) ( 296 728 80 0.750000 0.125000 ) )\r
-( ( 296 744 72 1 0 ) ( 296 744 76 1 0.062500 ) ( 296 744 80 1 0.125000 ) )\r
-( ( 296 760 72 1.250000 0 ) ( 296 760 76 1.250000 0.062500 ) ( 296 760 80 1.250000 0.125000 ) )\r
-( ( 280 760 72 1.500000 0 ) ( 280 760 76 1.500000 0.062500 ) ( 280 760 80 1.500000 0.125000 ) )\r
-( ( 264 760 72 1.750000 0 ) ( 264 760 76 1.750000 0.062500 ) ( 264 760 80 1.750000 0.125000 ) )\r
-( ( 264 744 72 2 0 ) ( 264 744 76 2 0.062500 ) ( 264 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 280 760 72 7.375000 -11.875000 ) ( 264 760 72 7.125000 -11.875000 ) ( 264 744 72 7.125000 -11.625000 ) )\r
-( ( 296 760 72 7.625000 -11.875000 ) ( 280 744 72 7.375000 -11.625000 ) ( 264 728 72 7.125000 -11.375000 ) )\r
-( ( 296 744 72 7.625000 -11.625000 ) ( 296 728 72 7.625000 -11.375000 ) ( 280 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 264 744 80 7.125000 -11.625000 ) ( 264 760 80 7.125000 -11.875000 ) ( 280 760 80 7.375000 -11.875000 ) )\r
-( ( 264 728 80 7.125000 -11.375000 ) ( 280 744 80 7.375000 -11.625000 ) ( 296 760 80 7.625000 -11.875000 ) )\r
-( ( 280 728 80 7.375000 -11.375000 ) ( 296 728 80 7.625000 -11.375000 ) ( 296 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 14\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 96 744 72 0 0 ) ( 96 744 76 0 0.062500 ) ( 96 744 80 0 0.125000 ) )\r
-( ( 96 728 72 0.250000 0 ) ( 96 728 76 0.250000 0.062500 ) ( 96 728 80 0.250000 0.125000 ) )\r
-( ( 112 728 72 0.500000 0 ) ( 112 728 76 0.500000 0.062500 ) ( 112 728 80 0.500000 0.125000 ) )\r
-( ( 128 728 72 0.750000 0 ) ( 128 728 76 0.750000 0.062500 ) ( 128 728 80 0.750000 0.125000 ) )\r
-( ( 128 744 72 1 0 ) ( 128 744 76 1 0.062500 ) ( 128 744 80 1 0.125000 ) )\r
-( ( 128 760 72 1.250000 0 ) ( 128 760 76 1.250000 0.062500 ) ( 128 760 80 1.250000 0.125000 ) )\r
-( ( 112 760 72 1.500000 0 ) ( 112 760 76 1.500000 0.062500 ) ( 112 760 80 1.500000 0.125000 ) )\r
-( ( 96 760 72 1.750000 0 ) ( 96 760 76 1.750000 0.062500 ) ( 96 760 80 1.750000 0.125000 ) )\r
-( ( 96 744 72 2 0 ) ( 96 744 76 2 0.062500 ) ( 96 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 112 760 72 7.375000 -11.875000 ) ( 96 760 72 7.125000 -11.875000 ) ( 96 744 72 7.125000 -11.625000 ) )\r
-( ( 128 760 72 7.625000 -11.875000 ) ( 112 744 72 7.375000 -11.625000 ) ( 96 728 72 7.125000 -11.375000 ) )\r
-( ( 128 744 72 7.625000 -11.625000 ) ( 128 728 72 7.625000 -11.375000 ) ( 112 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 96 744 80 7.125000 -11.625000 ) ( 96 760 80 7.125000 -11.875000 ) ( 112 760 80 7.375000 -11.875000 ) )\r
-( ( 96 728 80 7.125000 -11.375000 ) ( 112 744 80 7.375000 -11.625000 ) ( 128 760 80 7.625000 -11.875000 ) )\r
-( ( 112 728 80 7.375000 -11.375000 ) ( 128 728 80 7.625000 -11.375000 ) ( 128 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 15\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 0 744 72 0 0 ) ( 0 744 76 0 0.062500 ) ( 0 744 80 0 0.125000 ) )\r
-( ( 0 728 72 0.250000 0 ) ( 0 728 76 0.250000 0.062500 ) ( 0 728 80 0.250000 0.125000 ) )\r
-( ( 16 728 72 0.500000 0 ) ( 16 728 76 0.500000 0.062500 ) ( 16 728 80 0.500000 0.125000 ) )\r
-( ( 32 728 72 0.750000 0 ) ( 32 728 76 0.750000 0.062500 ) ( 32 728 80 0.750000 0.125000 ) )\r
-( ( 32 744 72 1 0 ) ( 32 744 76 1 0.062500 ) ( 32 744 80 1 0.125000 ) )\r
-( ( 32 760 72 1.250000 0 ) ( 32 760 76 1.250000 0.062500 ) ( 32 760 80 1.250000 0.125000 ) )\r
-( ( 16 760 72 1.500000 0 ) ( 16 760 76 1.500000 0.062500 ) ( 16 760 80 1.500000 0.125000 ) )\r
-( ( 0 760 72 1.750000 0 ) ( 0 760 76 1.750000 0.062500 ) ( 0 760 80 1.750000 0.125000 ) )\r
-( ( 0 744 72 2 0 ) ( 0 744 76 2 0.062500 ) ( 0 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 760 72 7.375000 -11.875000 ) ( 0 760 72 7.125000 -11.875000 ) ( 0 744 72 7.125000 -11.625000 ) )\r
-( ( 32 760 72 7.625000 -11.875000 ) ( 16 744 72 7.375000 -11.625000 ) ( 0 728 72 7.125000 -11.375000 ) )\r
-( ( 32 744 72 7.625000 -11.625000 ) ( 32 728 72 7.625000 -11.375000 ) ( 16 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 0 744 80 7.125000 -11.625000 ) ( 0 760 80 7.125000 -11.875000 ) ( 16 760 80 7.375000 -11.875000 ) )\r
-( ( 0 728 80 7.125000 -11.375000 ) ( 16 744 80 7.375000 -11.625000 ) ( 32 760 80 7.625000 -11.875000 ) )\r
-( ( 16 728 80 7.375000 -11.375000 ) ( 32 728 80 7.625000 -11.375000 ) ( 32 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 16\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -72 928 72 0 0 ) ( -72 928 76 0 0.062500 ) ( -72 928 80 0 0.125000 ) )\r
-( ( -72 912 72 0.250000 0 ) ( -72 912 76 0.250000 0.062500 ) ( -72 912 80 0.250000 0.125000 ) )\r
-( ( -56 912 72 0.500000 0 ) ( -56 912 76 0.500000 0.062500 ) ( -56 912 80 0.500000 0.125000 ) )\r
-( ( -40 912 72 0.750000 0 ) ( -40 912 76 0.750000 0.062500 ) ( -40 912 80 0.750000 0.125000 ) )\r
-( ( -40 928 72 1 0 ) ( -40 928 76 1 0.062500 ) ( -40 928 80 1 0.125000 ) )\r
-( ( -40 944 72 1.250000 0 ) ( -40 944 76 1.250000 0.062500 ) ( -40 944 80 1.250000 0.125000 ) )\r
-( ( -56 944 72 1.500000 0 ) ( -56 944 76 1.500000 0.062500 ) ( -56 944 80 1.500000 0.125000 ) )\r
-( ( -72 944 72 1.750000 0 ) ( -72 944 76 1.750000 0.062500 ) ( -72 944 80 1.750000 0.125000 ) )\r
-( ( -72 928 72 2 0 ) ( -72 928 76 2 0.062500 ) ( -72 928 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -56 944 72 7.375000 -11.875000 ) ( -72 944 72 7.125000 -11.875000 ) ( -72 928 72 7.125000 -11.625000 ) )\r
-( ( -40 944 72 7.625000 -11.875000 ) ( -56 928 72 7.375000 -11.625000 ) ( -72 912 72 7.125000 -11.375000 ) )\r
-( ( -40 928 72 7.625000 -11.625000 ) ( -40 912 72 7.625000 -11.375000 ) ( -56 912 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -72 928 80 7.125000 -11.625000 ) ( -72 944 80 7.125000 -11.875000 ) ( -56 944 80 7.375000 -11.875000 ) )\r
-( ( -72 912 80 7.125000 -11.375000 ) ( -56 928 80 7.375000 -11.625000 ) ( -40 944 80 7.625000 -11.875000 ) )\r
-( ( -56 912 80 7.375000 -11.375000 ) ( -40 912 80 7.625000 -11.375000 ) ( -40 928 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 17\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -72 824 72 0 0 ) ( -72 824 76 0 0.062500 ) ( -72 824 80 0 0.125000 ) )\r
-( ( -72 808 72 0.250000 0 ) ( -72 808 76 0.250000 0.062500 ) ( -72 808 80 0.250000 0.125000 ) )\r
-( ( -56 808 72 0.500000 0 ) ( -56 808 76 0.500000 0.062500 ) ( -56 808 80 0.500000 0.125000 ) )\r
-( ( -40 808 72 0.750000 0 ) ( -40 808 76 0.750000 0.062500 ) ( -40 808 80 0.750000 0.125000 ) )\r
-( ( -40 824 72 1 0 ) ( -40 824 76 1 0.062500 ) ( -40 824 80 1 0.125000 ) )\r
-( ( -40 840 72 1.250000 0 ) ( -40 840 76 1.250000 0.062500 ) ( -40 840 80 1.250000 0.125000 ) )\r
-( ( -56 840 72 1.500000 0 ) ( -56 840 76 1.500000 0.062500 ) ( -56 840 80 1.500000 0.125000 ) )\r
-( ( -72 840 72 1.750000 0 ) ( -72 840 76 1.750000 0.062500 ) ( -72 840 80 1.750000 0.125000 ) )\r
-( ( -72 824 72 2 0 ) ( -72 824 76 2 0.062500 ) ( -72 824 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -56 840 72 7.375000 -11.875000 ) ( -72 840 72 7.125000 -11.875000 ) ( -72 824 72 7.125000 -11.625000 ) )\r
-( ( -40 840 72 7.625000 -11.875000 ) ( -56 824 72 7.375000 -11.625000 ) ( -72 808 72 7.125000 -11.375000 ) )\r
-( ( -40 824 72 7.625000 -11.625000 ) ( -40 808 72 7.625000 -11.375000 ) ( -56 808 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -72 824 80 7.125000 -11.625000 ) ( -72 840 80 7.125000 -11.875000 ) ( -56 840 80 7.375000 -11.875000 ) )\r
-( ( -72 808 80 7.125000 -11.375000 ) ( -56 824 80 7.375000 -11.625000 ) ( -40 840 80 7.625000 -11.875000 ) )\r
-( ( -56 808 80 7.375000 -11.375000 ) ( -40 808 80 7.625000 -11.375000 ) ( -40 824 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 18\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 552 824 72 0 0 ) ( 552 824 76 0 0.062500 ) ( 552 824 80 0 0.125000 ) )\r
-( ( 552 808 72 0.250000 0 ) ( 552 808 76 0.250000 0.062500 ) ( 552 808 80 0.250000 0.125000 ) )\r
-( ( 568 808 72 0.500000 0 ) ( 568 808 76 0.500000 0.062500 ) ( 568 808 80 0.500000 0.125000 ) )\r
-( ( 584 808 72 0.750000 0 ) ( 584 808 76 0.750000 0.062500 ) ( 584 808 80 0.750000 0.125000 ) )\r
-( ( 584 824 72 1 0 ) ( 584 824 76 1 0.062500 ) ( 584 824 80 1 0.125000 ) )\r
-( ( 584 840 72 1.250000 0 ) ( 584 840 76 1.250000 0.062500 ) ( 584 840 80 1.250000 0.125000 ) )\r
-( ( 568 840 72 1.500000 0 ) ( 568 840 76 1.500000 0.062500 ) ( 568 840 80 1.500000 0.125000 ) )\r
-( ( 552 840 72 1.750000 0 ) ( 552 840 76 1.750000 0.062500 ) ( 552 840 80 1.750000 0.125000 ) )\r
-( ( 552 824 72 2 0 ) ( 552 824 76 2 0.062500 ) ( 552 824 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 568 840 72 7.375000 -11.875000 ) ( 552 840 72 7.125000 -11.875000 ) ( 552 824 72 7.125000 -11.625000 ) )\r
-( ( 584 840 72 7.625000 -11.875000 ) ( 568 824 72 7.375000 -11.625000 ) ( 552 808 72 7.125000 -11.375000 ) )\r
-( ( 584 824 72 7.625000 -11.625000 ) ( 584 808 72 7.625000 -11.375000 ) ( 568 808 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   radiant/notex\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 552 824 80 7.125000 -11.625000 ) ( 552 840 80 7.125000 -11.875000 ) ( 568 840 80 7.375000 -11.875000 ) )\r
-( ( 552 808 80 7.125000 -11.375000 ) ( 568 824 80 7.375000 -11.625000 ) ( 584 840 80 7.625000 -11.875000 ) )\r
-( ( 568 808 80 7.375000 -11.375000 ) ( 584 808 80 7.625000 -11.375000 ) ( 584 824 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 19\r
-{\r
-"classname" "light"\r
-"light" "600"\r
-"origin" "256 -448 336"\r
-}\r
diff --git a/docs/developer/TstMaps/sput.map b/docs/developer/TstMaps/sput.map
deleted file mode 100644 (file)
index 81836e0..0000000
+++ /dev/null
@@ -1,1887 +0,0 @@
-{\r
-"classname" "worldspawn"\r
-// brush 0\r
-{\r
-( 3344 -592 -64 ) ( 2760 -592 -64 ) ( 2760 -1240 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2760 -1240 0 ) ( 2760 -592 0 ) ( 3344 -592 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 -1216 8 ) ( 3336 -1216 8 ) ( 3336 -1216 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 -1240 8 ) ( 3392 -592 8 ) ( 3392 -592 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3344 -576 8 ) ( 2760 -576 8 ) ( 2760 -576 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 -592 8 ) ( 2752 -1240 8 ) ( 2752 -1240 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 1\r
-{\r
-( 824 3312 -64 ) ( 200 3312 -64 ) ( 200 2688 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 208 2688 0 ) ( 208 3312 0 ) ( 832 3312 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 200 2688 256 ) ( 824 2688 256 ) ( 824 2688 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 2688 256 ) ( 832 3312 256 ) ( 832 3312 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 824 3328 256 ) ( 200 3328 256 ) ( 200 3328 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 3296 256 ) ( -832 2672 256 ) ( -832 2672 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 2\r
-{\r
-( 3408 3328 -64 ) ( 2776 3328 -64 ) ( 2776 2680 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2760 2680 0 ) ( 2760 3328 0 ) ( 3392 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2760 2688 40 ) ( 3392 2688 40 ) ( 3392 2688 32 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( 3392 2680 40 ) ( 3392 3328 40 ) ( 3392 3328 32 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( 3392 3328 40 ) ( 2760 3328 40 ) ( 2760 3328 32 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( 2752 3328 40 ) ( 2752 2680 40 ) ( 2752 2680 32 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 3\r
-{\r
-( -2752 3328 -64 ) ( -3384 3328 -64 ) ( -3384 2704 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3352 2704 0 ) ( -3352 3328 0 ) ( -2720 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3384 2688 1512 ) ( -2752 2688 1512 ) ( -2752 2688 -24 ) common/caulk 0 -48 0 0.500000 0.500000 0 0 0\r
-( -2752 2704 1512 ) ( -2752 3328 1512 ) ( -2752 3328 -24 ) common/caulk 0 -48 0 0.500000 0.500000 0 0 0\r
-( -2752 3328 1512 ) ( -3384 3328 1512 ) ( -3384 3328 -24 ) common/caulk 0 -48 0 0.500000 0.500000 0 0 0\r
-( -3392 3320 1512 ) ( -3392 2696 1512 ) ( -3392 2696 -24 ) common/caulk 0 -48 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 4\r
-{\r
-( -192 3328 -64 ) ( -840 3328 -64 ) ( -840 2688 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 2688 0 ) ( -832 3328 0 ) ( -184 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -800 2432 296 ) ( -152 2432 296 ) ( -152 2432 -24 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( -192 2688 296 ) ( -192 3328 296 ) ( -192 3328 -24 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( -192 3328 296 ) ( -840 3328 296 ) ( -840 3328 -24 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-( -832 3328 296 ) ( -832 2688 296 ) ( -832 2688 -24 ) common/caulk 0 16 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 5\r
-{\r
-( -2768 -584 -64 ) ( -3312 -584 -64 ) ( -3312 -1184 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3312 -1184 0 ) ( -3312 -584 0 ) ( -2768 -584 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3320 -1216 0 ) ( -2776 -1216 0 ) ( -2776 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -1176 0 ) ( -2752 -576 0 ) ( -2752 -576 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2768 -576 0 ) ( -3312 -576 0 ) ( -3312 -576 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3392 -600 0 ) ( -3392 -1200 0 ) ( -3392 -1200 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 6\r
-{\r
-( -1216 -192 -64 ) ( -2752 -192 -64 ) ( -2752 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -576 0 ) ( -2752 448 0 ) ( -1216 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -552 0 ) ( -832 472 0 ) ( -832 472 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1208 2688 -16 ) ( -2744 2688 -16 ) ( -2744 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1864 2560 -64 ) ( -1888 2560 -64 ) ( -1876 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 2672 -64 ) ( -1728 2688 -64 ) ( -1728 2680 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 7\r
-{\r
-( -1216 -192 -64 ) ( -2752 -192 -64 ) ( -2752 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -576 0 ) ( -2752 448 0 ) ( -1216 448 0 ) sfx/jumppadsmall 128 0 0 -0.500000 0.500000 0 0 0\r
-( -1208 2688 -16 ) ( -2744 2688 -16 ) ( -2744 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1864 2560 -64 ) ( -1888 2560 -64 ) ( -1876 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1856 2672 -64 ) ( -1856 2688 -64 ) ( -1856 2680 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 2688 -64 ) ( -1728 2672 -64 ) ( -1728 2680 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 8\r
-{\r
-( -1216 -192 -64 ) ( -2752 -192 -64 ) ( -2752 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -576 0 ) ( -2752 448 0 ) ( -1216 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -1208 2688 -16 ) ( -2744 2688 -16 ) ( -2744 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 520 8 ) ( -2752 -504 8 ) ( -2752 -504 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1864 2560 -64 ) ( -1888 2560 -64 ) ( -1876 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1856 2688 -64 ) ( -1856 2672 -64 ) ( -1856 2680 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 9\r
-{\r
-( -1216 -192 -64 ) ( -2752 -192 -64 ) ( -2752 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -576 0 ) ( -2752 448 0 ) ( -1216 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -1216 8 ) ( -1216 -1216 8 ) ( -1216 -1216 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -552 0 ) ( -832 472 0 ) ( -832 472 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 520 8 ) ( -2752 -504 8 ) ( -2752 -504 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1888 2560 -64 ) ( -1864 2560 -64 ) ( -1876 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 10\r
-{\r
-( 2368 -192 -64 ) ( 832 -192 -64 ) ( 832 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 0 ) ( 832 448 0 ) ( 2368 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 -552 0 ) ( 2752 472 0 ) ( 2752 472 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2376 2688 -16 ) ( 840 2688 -16 ) ( 840 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1720 2560 -64 ) ( 1664 2560 -64 ) ( 1692 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1856 2664 -64 ) ( 1856 2688 -64 ) ( 1856 2676 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 11\r
-{\r
-( 2368 -192 -64 ) ( 832 -192 -64 ) ( 832 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 0 ) ( 832 448 0 ) ( 2368 448 0 ) sfx/jumppadsmall 128 0 0 -0.500000 0.500000 0 0 0\r
-( 2376 2688 -16 ) ( 840 2688 -16 ) ( 840 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1720 2560 -64 ) ( 1664 2560 -64 ) ( 1692 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1728 2616 -64 ) ( 1728 2688 -64 ) ( 1728 2652 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1856 2688 -64 ) ( 1856 2664 -64 ) ( 1856 2676 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 12\r
-{\r
-( 2368 -192 -64 ) ( 832 -192 -64 ) ( 832 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 0 ) ( 832 448 0 ) ( 2368 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 2376 2688 -16 ) ( 840 2688 -16 ) ( 840 2688 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 520 8 ) ( 832 -504 8 ) ( 832 -504 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1720 2560 -64 ) ( 1664 2560 -64 ) ( 1692 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1728 2688 -64 ) ( 1728 2616 -64 ) ( 1728 2652 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 13\r
-{\r
-( 2368 -192 -64 ) ( 832 -192 -64 ) ( 832 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 0 ) ( 832 448 0 ) ( 2368 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -1216 8 ) ( 2368 -1216 8 ) ( 2368 -1216 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 -552 0 ) ( 2752 472 0 ) ( 2752 472 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 520 8 ) ( 832 -504 8 ) ( 832 -504 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1664 2560 -64 ) ( 1720 2560 -64 ) ( 1692 2560 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 14\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 -320 448 0 0 ) ( 448 -320 448 0 0.500000 ) ( 512 -320 448 0 1 ) )\r
-( ( 384 -320 896 3.500000 0 ) ( 448 -320 896 3.500000 0.500000 ) ( 512 -320 896 3.500000 1 ) )\r
-( ( 384 0 896 6 0 ) ( 448 0 896 6 0.500000 ) ( 512 0 896 6 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 15\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 512 320 448 0 0 ) ( 448 320 448 0 0.500000 ) ( 384 320 448 0 1 ) )\r
-( ( 512 320 896 3.500000 0 ) ( 448 320 896 3.500000 0.500000 ) ( 384 320 896 3.500000 1 ) )\r
-( ( 512 0 896 6 0 ) ( 448 0 896 6 0.500000 ) ( 384 0 896 6 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 16\r
-{\r
-( 1112 3296 1536 ) ( -3392 3296 1536 ) ( -3392 1384 1536 ) skies/kcbasesky_arena1_sky 0 0 0 0.500000 0.500000 0 0 0\r
-( -3384 1384 1600 ) ( -3384 3296 1600 ) ( 1120 3296 1600 ) common/caulk 32 0 0 0.500000 0.500000 0 0 0\r
-( -3392 -1216 1600 ) ( 1112 -1216 1600 ) ( 1112 -1216 384 ) common/caulk 32 48 0 0.500000 0.500000 0 0 0\r
-( 3392 1384 1536 ) ( 3392 3296 1536 ) ( 3392 3296 320 ) common/caulk 0 48 0 0.500000 0.500000 0 0 0\r
-( 1112 3328 1560 ) ( -3392 3328 1560 ) ( -3392 3328 344 ) common/caulk 32 48 0 0.500000 0.500000 0 0 0\r
-( -3392 3296 1560 ) ( -3392 1384 1560 ) ( -3392 1384 344 ) common/caulk 0 48 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 17\r
-{\r
-( 4104 3352 -8 ) ( 5376 3352 -8 ) ( 5376 3384 -8 ) common/caulk -63 1 -180 0.500000 0.500000 0 0 0\r
-( 5344 3384 1536 ) ( 5344 3352 1536 ) ( 4072 3352 1536 ) common/caulk -63 1 -180 0.500000 0.500000 0 0 0\r
-( 5344 3392 1536 ) ( 4072 3392 1536 ) ( 4072 3392 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 2752 3384 1536 ) ( 2752 3352 1536 ) ( 2752 3352 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 3440 3328 1536 ) ( 4712 3328 1536 ) ( 4712 3328 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 3456 3464 1536 ) ( 3456 3496 1536 ) ( 3456 3496 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 18\r
-{\r
-( 3456 4008 0 ) ( 3456 5280 0 ) ( 3424 5280 0 ) common/caulk 1 1 90 0.500000 0.500000 0 0 0\r
-( 3400 5280 1536 ) ( 3432 5280 1536 ) ( 3432 4008 1536 ) common/caulk 1 1 90 0.500000 0.500000 0 0 0\r
-( 3392 5280 1536 ) ( 3392 4008 1536 ) ( 3392 4008 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3400 2688 1536 ) ( 3432 2688 1536 ) ( 3432 2688 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 3456 3376 1536 ) ( 3456 4648 1536 ) ( 3456 4648 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3336 3328 1536 ) ( 3304 3328 1536 ) ( 3304 3328 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 19\r
-{\r
-( -3400 4008 0 ) ( -3400 5280 0 ) ( -3432 5280 0 ) common/caulk -63 -63 90 0.500000 0.500000 0 0 0\r
-( -3448 5280 1536 ) ( -3416 5280 1536 ) ( -3416 4008 1536 ) common/caulk -63 -63 90 0.500000 0.500000 0 0 0\r
-( -3456 5280 1536 ) ( -3456 4008 1536 ) ( -3456 4008 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3448 2688 1536 ) ( -3416 2688 1536 ) ( -3416 2688 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -3392 3376 1536 ) ( -3392 4648 1536 ) ( -3392 4648 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3512 3328 1536 ) ( -3544 3328 1536 ) ( -3544 3328 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 20\r
-{\r
-( -4136 3368 0 ) ( -5408 3368 0 ) ( -5408 3336 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -5408 3336 1536 ) ( -5408 3368 1536 ) ( -4136 3368 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -5408 3328 1536 ) ( -4136 3328 1536 ) ( -4136 3328 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 3304 1216 ) ( -2752 3336 1216 ) ( -2752 3336 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3504 3392 1536 ) ( -4776 3392 1536 ) ( -4776 3392 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3456 3272 1536 ) ( -3456 3240 1536 ) ( -3456 3240 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 21\r
-{\r
-( 3432 -1272 0 ) ( 3432 0 0 ) ( 3400 0 0 ) common/caulk 0 -31 -180 0.500000 0.500000 0 0 0\r
-( 3400 0 1536 ) ( 3432 0 1536 ) ( 3432 -1272 1536 ) common/caulk 0 -31 -180 0.500000 0.500000 0 0 0\r
-( 3392 64 1536 ) ( 3392 -1208 1536 ) ( 3392 -1208 320 ) common/caulk 32 0 -180 0.500000 -0.500000 0 0 0\r
-( 3384 -1280 1536 ) ( 3416 -1280 1536 ) ( 3416 -1280 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 3456 -1904 1536 ) ( 3456 -632 1536 ) ( 3456 -632 320 ) common/caulk 32 0 -180 0.500000 -0.500000 0 0 0\r
-( 3496 1344 1536 ) ( 3464 1344 1536 ) ( 3464 1344 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 22\r
-{\r
-( 3416 -1240 -8 ) ( 2144 -1240 -8 ) ( 2144 -1272 -8 ) common/caulk -63 -31 90 0.500000 0.500000 0 0 0\r
-( 2112 -1272 1536 ) ( 2112 -1240 1536 ) ( 3384 -1240 1536 ) common/caulk -63 -31 90 0.500000 0.500000 0 0 0\r
-( 2048 -1280 1536 ) ( 3320 -1280 1536 ) ( 3320 -1280 320 ) common/caulk 32 0 -180 0.500000 -0.500000 0 0 0\r
-( 3392 -1288 1536 ) ( 3392 -1256 1536 ) ( 3392 -1256 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 4016 -1216 1536 ) ( 2744 -1216 1536 ) ( 2744 -1216 320 ) common/caulk 32 0 -180 0.500000 -0.500000 0 0 0\r
-( 832 -1184 1536 ) ( 832 -1216 1536 ) ( 832 -1216 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 23\r
-{\r
-( -840 -1192 0 ) ( -2112 -1192 0 ) ( -2112 -1224 0 ) common/caulk 0 -31 90 0.500000 0.500000 0 0 0\r
-( -2112 -1272 1536 ) ( -2112 -1240 1536 ) ( -840 -1240 1536 ) common/caulk 0 -31 90 0.500000 0.500000 0 0 0\r
-( -2176 -1280 1536 ) ( -904 -1280 1536 ) ( -904 -1280 320 ) common/caulk -32 0 -180 0.500000 -0.500000 0 0 0\r
-( -832 -1288 1536 ) ( -832 -1256 1536 ) ( -832 -1256 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -208 -1216 1536 ) ( -1480 -1216 1536 ) ( -1480 -1216 320 ) common/caulk -32 0 -180 0.500000 -0.500000 0 0 0\r
-( -3392 -1184 1536 ) ( -3392 -1216 1536 ) ( -3392 -1216 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 24\r
-{\r
-( -3432 1296 0 ) ( -3432 24 0 ) ( -3400 24 0 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( -3400 0 1536 ) ( -3432 0 1536 ) ( -3432 1272 1536 ) common/caulk 0 32 0 0.500000 0.500000 0 0 0\r
-( -3392 0 1536 ) ( -3392 1272 1536 ) ( -3392 1272 320 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( -3384 1344 1536 ) ( -3416 1344 1536 ) ( -3416 1344 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3456 1904 1536 ) ( -3456 632 1536 ) ( -3456 632 320 ) common/caulk -32 0 0 0.500000 0.500000 0 0 0\r
-( -3488 -1280 1536 ) ( -3456 -1280 1536 ) ( -3456 -1280 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 25\r
-{\r
-( 168 3048 320 ) ( 168 4320 320 ) ( 136 4320 320 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( 136 4320 1536 ) ( 168 4320 1536 ) ( 168 3048 1536 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( 128 4320 1536 ) ( 128 3048 1536 ) ( 128 3048 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 160 2688 1536 ) ( 192 2688 1536 ) ( 192 2688 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 192 2416 1536 ) ( 192 3688 1536 ) ( 192 3688 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 112 3328 1536 ) ( 80 3328 1536 ) ( 80 3328 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 26\r
-{\r
-( -184 3048 0 ) ( -184 4320 0 ) ( -216 4320 0 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( -184 4320 1536 ) ( -152 4320 1536 ) ( -152 3048 1536 ) common/caulk 0 0 90 0.500000 0.500000 0 0 0\r
-( -192 4320 1536 ) ( -192 3048 1536 ) ( -192 3048 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -160 2688 1536 ) ( -128 2688 1536 ) ( -128 2688 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -128 2416 1536 ) ( -128 3688 1536 ) ( -128 3688 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -208 3328 1536 ) ( -240 3328 1536 ) ( -240 3328 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 27\r
-{\r
-( -544 3368 0 ) ( -1816 3368 0 ) ( -1816 3336 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1824 3336 1536 ) ( -1824 3368 1536 ) ( -552 3368 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1824 3328 1536 ) ( -552 3328 1536 ) ( -552 3328 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 3304 1536 ) ( 832 3336 1536 ) ( 832 3336 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 80 3392 1536 ) ( -1192 3392 1536 ) ( -1192 3392 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 3312 1536 ) ( -832 3280 1536 ) ( -832 3280 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 28\r
-{\r
-( -3432 2616 320 ) ( -3432 1344 320 ) ( -3400 1344 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3400 1344 1536 ) ( -3432 1344 1536 ) ( -3432 2616 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3392 1344 1536 ) ( -3392 2616 1536 ) ( -3392 2616 320 ) gothic_wall/support2b 0 67 0 -5.250000 4.750000 0 0 0\r
-( -3384 2688 1536 ) ( -3416 2688 1536 ) ( -3416 2688 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3456 3248 1536 ) ( -3456 1976 1536 ) ( -3456 1976 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3432 1344 1536 ) ( -3400 1344 1536 ) ( -3400 1344 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 29\r
-{\r
-( -1480 3368 320 ) ( -2752 3368 320 ) ( -2752 3336 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 3336 1536 ) ( -2752 3368 1536 ) ( -1480 3368 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 3328 1536 ) ( -1480 3328 1536 ) ( -1480 3328 320 ) gothic_wall/support2b 145 67 0 -7.500000 4.750000 0 0 0\r
-( -832 3336 1536 ) ( -832 3368 1536 ) ( -832 3368 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -848 3392 1536 ) ( -2120 3392 1536 ) ( -2120 3392 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 3368 1536 ) ( -2752 3336 1536 ) ( -2752 3336 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 30\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 3328 1536 0 0 ) ( -2752 3328 928 0 0.500000 ) ( -2752 3328 320 0 1 ) )\r
-( ( -3392 3328 1536 0.500000 0 ) ( -3392 3328 928 0.500000 0.500000 ) ( -3392 3328 320 0.500000 1 ) )\r
-( ( -3392 2688 1536 1 0 ) ( -3392 2688 928 1 0.500000 ) ( -3392 2688 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 31\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 2688 1536 0 0 ) ( -192 2688 928 0 0.500000 ) ( -192 2688 320 0 1 ) )\r
-( ( -192 3328 1536 0.500000 0 ) ( -192 3328 928 0.500000 0.500000 ) ( -192 3328 320 0.500000 1 ) )\r
-( ( -832 3328 1536 1 0 ) ( -832 3328 928 1 0.500000 ) ( -832 3328 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 32\r
-{\r
-( 3448 1416 0 ) ( 3448 2688 0 ) ( 3416 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3400 2688 1536 ) ( 3432 2688 1536 ) ( 3432 1416 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 2688 1536 ) ( 3392 1416 1536 ) ( 3392 1416 320 ) gothic_wall/support2b 0 67 0 -5.250000 4.750000 0 0 0\r
-( 3384 1344 1536 ) ( 3416 1344 1536 ) ( 3416 1344 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3456 784 1536 ) ( 3456 2056 1536 ) ( 3456 2056 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3432 2688 1536 ) ( 3400 2688 1536 ) ( 3400 2688 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 33\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 3392 2688 1536 0 0 ) ( 3392 2688 928 0 0.500000 ) ( 3392 2688 320 0 1 ) )\r
-( ( 3392 3328 1536 0.500000 0 ) ( 3392 3328 928 0.500000 0.500000 ) ( 3392 3328 320 0.500000 1 ) )\r
-( ( 2752 3328 1536 1 0 ) ( 2752 3328 928 1 0.500000 ) ( 2752 3328 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 34\r
-{\r
-( 2112 3368 0 ) ( 840 3368 0 ) ( 840 3336 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 3336 1536 ) ( 832 3368 1536 ) ( 2104 3368 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 3328 1536 ) ( 2104 3328 1536 ) ( 2104 3328 320 ) gothic_wall/support2b 110 67 0 -7.500000 4.750000 0 0 0\r
-( 2752 3336 1536 ) ( 2752 3368 1536 ) ( 2752 3368 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2736 3392 1536 ) ( 1464 3392 1536 ) ( 1464 3392 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 3368 1536 ) ( 832 3336 1536 ) ( 832 3336 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 35\r
-{\r
-( 192 2688 320 ) ( -192 2688 320 ) ( -192 2648 320 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -208 2648 1536 ) ( -208 2688 1536 ) ( 176 2688 1536 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 2624 448 ) ( 192 2624 448 ) ( 192 2624 320 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 2648 448 ) ( 192 2688 448 ) ( 192 2688 320 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 2688 448 ) ( -192 2688 448 ) ( -192 2688 320 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 2688 448 ) ( -192 2648 448 ) ( -192 2648 320 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 36\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 3328 1536 0 0 ) ( 832 3328 928 0 0.500000 ) ( 832 3328 320 0 1 ) )\r
-( ( 192 3328 1536 0.500000 0 ) ( 192 3328 928 0.500000 0.500000 ) ( 192 3328 320 0.500000 1 ) )\r
-( ( 192 2688 1536 1 0 ) ( 192 2688 928 1 0.500000 ) ( 192 2688 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 37\r
-{\r
-( 16 40 1088 ) ( -288 40 1088 ) ( -288 -32 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1 1152 ) ( 192 1 1152 ) ( 195 -1 1152 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 -40 1088 ) ( -192 -1 1152 ) ( 195 -1 1152 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 -1 1152 ) ( 256 40 1088 ) ( 256 -40 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 40 1088 ) ( 256 40 1088 ) ( 256 1 1152 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 40 1088 ) ( -192 1 1152 ) ( -256 -40 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 38\r
-{\r
-( -384 112 960 ) ( -368 112 960 ) ( -368 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -368 128 1024 ) ( -368 112 1024 ) ( -1136 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -368 128 1024 ) ( -1136 128 1024 ) ( -1136 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 128 1024 ) ( -384 112 1024 ) ( -384 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -1136 112 1024 ) ( -368 112 1024 ) ( -368 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -368 112 1024 ) ( -368 128 1024 ) ( -368 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 39\r
-{\r
-( -272 112 960 ) ( -256 112 960 ) ( -256 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 128 1024 ) ( -256 112 1024 ) ( -1024 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 128 1024 ) ( -1024 128 1024 ) ( -1024 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -272 128 1024 ) ( -272 112 1024 ) ( -272 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -1024 112 1024 ) ( -256 112 1024 ) ( -256 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 112 1024 ) ( -256 128 1024 ) ( -256 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 40\r
-{\r
-( -144 112 960 ) ( -128 112 960 ) ( -128 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 128 1024 ) ( -128 112 1024 ) ( -896 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 128 1024 ) ( -896 128 1024 ) ( -896 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 128 1024 ) ( -144 112 1024 ) ( -144 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -896 112 1024 ) ( -128 112 1024 ) ( -128 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 112 1024 ) ( -128 128 1024 ) ( -128 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 41\r
-{\r
-( 0 112 960 ) ( 16 112 960 ) ( 16 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 128 1024 ) ( 16 112 1024 ) ( -752 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 128 1024 ) ( -752 128 1024 ) ( -752 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 128 1024 ) ( 0 112 1024 ) ( 0 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -752 112 1024 ) ( 16 112 1024 ) ( 16 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 112 1024 ) ( 16 128 1024 ) ( 16 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 42\r
-{\r
-( 368 112 960 ) ( 384 112 960 ) ( 384 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 128 1024 ) ( 384 112 1024 ) ( -384 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 128 1024 ) ( -384 128 1024 ) ( -384 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 368 128 1024 ) ( 368 112 1024 ) ( 368 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 112 1024 ) ( 384 112 1024 ) ( 384 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 112 1024 ) ( 384 128 1024 ) ( 384 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 43\r
-{\r
-( 256 112 960 ) ( 272 112 960 ) ( 272 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 272 128 1024 ) ( 272 112 1024 ) ( -496 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 272 128 1024 ) ( -496 128 1024 ) ( -496 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 128 1024 ) ( 256 112 1024 ) ( 256 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -496 112 1024 ) ( 272 112 1024 ) ( 272 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 272 112 1024 ) ( 272 128 1024 ) ( 272 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 44\r
-{\r
-( 128 112 960 ) ( 144 112 960 ) ( 144 128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 144 128 1024 ) ( 144 112 1024 ) ( -624 112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 144 128 1024 ) ( -624 128 1024 ) ( -624 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 128 1024 ) ( 128 112 1024 ) ( 128 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -624 112 1024 ) ( 144 112 1024 ) ( 144 112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 144 112 1024 ) ( 144 128 1024 ) ( 144 128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 45\r
-{\r
-( 272 -112 960 ) ( 256 -112 960 ) ( 256 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 -128 1024 ) ( 256 -112 1024 ) ( 1024 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 -128 1024 ) ( 1024 -128 1024 ) ( 1024 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 272 -128 1024 ) ( 272 -112 1024 ) ( 272 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 1024 -112 1024 ) ( 256 -112 1024 ) ( 256 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 -112 1024 ) ( 256 -128 1024 ) ( 256 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 46\r
-{\r
-( 384 -112 960 ) ( 368 -112 960 ) ( 368 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 368 -128 1024 ) ( 368 -112 1024 ) ( 1136 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 368 -128 1024 ) ( 1136 -128 1024 ) ( 1136 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -128 1024 ) ( 384 -112 1024 ) ( 384 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 1136 -112 1024 ) ( 368 -112 1024 ) ( 368 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 368 -112 1024 ) ( 368 -128 1024 ) ( 368 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 47\r
-{\r
-( 144 -112 960 ) ( 128 -112 960 ) ( 128 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -128 1024 ) ( 128 -112 1024 ) ( 896 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -128 1024 ) ( 896 -128 1024 ) ( 896 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 144 -128 1024 ) ( 144 -112 1024 ) ( 144 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 896 -112 1024 ) ( 128 -112 1024 ) ( 128 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -112 1024 ) ( 128 -128 1024 ) ( 128 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 48\r
-{\r
-( 16 -112 960 ) ( 0 -112 960 ) ( 0 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -128 1024 ) ( 0 -112 1024 ) ( 768 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -128 1024 ) ( 768 -128 1024 ) ( 768 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 16 -128 1024 ) ( 16 -112 1024 ) ( 16 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 768 -112 1024 ) ( 0 -112 1024 ) ( 0 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 0 -112 1024 ) ( 0 -128 1024 ) ( 0 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 49\r
-{\r
-( -128 -112 960 ) ( -144 -112 960 ) ( -144 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 -128 1024 ) ( -144 -112 1024 ) ( 624 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 -128 1024 ) ( 624 -128 1024 ) ( 624 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 -128 1024 ) ( -128 -112 1024 ) ( -128 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 624 -112 1024 ) ( -144 -112 1024 ) ( -144 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -144 -112 1024 ) ( -144 -128 1024 ) ( -144 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 50\r
-{\r
-( -272 -112 960 ) ( -272 -128 936 ) ( -256 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -272 -128 1024 ) ( -272 -112 1024 ) ( 496 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -272 -128 1024 ) ( 496 -128 1024 ) ( 496 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -256 -128 1024 ) ( -256 -112 1024 ) ( -256 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 496 -112 1024 ) ( -272 -112 1024 ) ( -272 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -272 -112 1024 ) ( -272 -128 1024 ) ( -272 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 51\r
-{\r
-( -384 -112 960 ) ( -384 -128 936 ) ( -368 -128 936 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -128 1024 ) ( -384 -112 1024 ) ( 384 -112 1024 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -128 1024 ) ( 384 -128 1024 ) ( 384 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -368 -128 1024 ) ( -368 -112 1024 ) ( -368 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -112 1024 ) ( -384 -112 1024 ) ( -384 -112 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -112 1024 ) ( -384 -128 1024 ) ( -384 -128 960 ) base_wall/bluemetal1b_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 52\r
-{\r
-( 160 120 1024 ) ( -376 120 1024 ) ( -376 -48 1024 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 320 -64 1088 ) ( -320 -64 1088 ) ( -320 72 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -320 -64 1088 ) ( 384 -128 1024 ) ( -384 -128 1024 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 128 1024 ) ( 384 -128 1024 ) ( 320 128 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 128 1024 ) ( 320 64 1088 ) ( -384 128 1024 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -128 1024 ) ( -384 128 1024 ) ( -320 72 1088 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 53\r
-{\r
-( 368 -312 896 ) ( 480 -312 896 ) ( 480 -216 896 ) common/caulk 0 0 -180 0.500000 0.500000 0 0 0\r
-( 504 -216 960 ) ( 504 -312 960 ) ( 392 -312 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 504 320 960 ) ( 392 320 960 ) ( 392 320 448 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 384 -216 960 ) ( 384 -312 960 ) ( 384 -312 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 392 -320 960 ) ( 504 -320 960 ) ( 504 -320 448 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 512 -312 960 ) ( 512 -216 960 ) ( 512 -216 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 54\r
-{\r
-( -368 312 896 ) ( -480 312 896 ) ( -480 216 896 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -504 216 960 ) ( -504 312 960 ) ( -392 312 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -504 -320 960 ) ( -392 -320 960 ) ( -392 -320 448 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 216 960 ) ( -384 312 960 ) ( -384 312 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -392 320 960 ) ( -504 320 960 ) ( -504 320 448 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -512 312 960 ) ( -512 216 960 ) ( -512 216 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 55\r
-{\r
-( 384 -576 448 ) ( 544 -576 448 ) ( 544 -480 448 ) common/caulk -15 0 -180 0.500000 0.500000 0 0 0\r
-( 512 -480 960 ) ( 512 -576 960 ) ( 352 -576 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 536 -320 576 ) ( 376 -320 576 ) ( 376 -320 448 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( 384 -480 576 ) ( 384 -576 576 ) ( 384 -576 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -576 576 ) ( 544 -576 576 ) ( 544 -576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 512 -584 576 ) ( 512 -488 576 ) ( 512 -488 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 56\r
-{\r
-( -512 -576 448 ) ( -352 -576 448 ) ( -352 -480 448 ) common/caulk -15 0 -180 0.500000 0.500000 0 0 0\r
-( -336 -480 960 ) ( -336 -576 960 ) ( -496 -576 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -360 -320 576 ) ( -520 -320 576 ) ( -520 -320 448 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( -512 -480 576 ) ( -512 -576 576 ) ( -512 -576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -512 -576 576 ) ( -352 -576 576 ) ( -352 -576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -584 576 ) ( -384 -488 576 ) ( -384 -488 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 57\r
-{\r
-( -96 -568 896 ) ( 120 -568 896 ) ( 120 -400 896 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -400 960 ) ( 128 -568 960 ) ( -88 -568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 104 -128 960 ) ( -112 -128 960 ) ( -112 -128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 -400 960 ) ( -128 -568 960 ) ( -128 -568 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -88 -576 960 ) ( 128 -576 960 ) ( 128 -576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -568 960 ) ( 128 -400 960 ) ( 128 -400 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 58\r
-{\r
-( 160 -568 896 ) ( 376 -568 896 ) ( 376 -400 896 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -400 960 ) ( 384 -568 960 ) ( 168 -568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 360 -128 960 ) ( 144 -128 960 ) ( 144 -128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 -400 960 ) ( 128 -568 960 ) ( 128 -568 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 168 -576 960 ) ( 384 -576 960 ) ( 384 -576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -568 960 ) ( 384 -400 960 ) ( 384 -400 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 59\r
-{\r
-( -352 -568 896 ) ( -136 -568 896 ) ( -136 -400 896 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 -400 960 ) ( -128 -568 960 ) ( -344 -568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -152 -128 960 ) ( -368 -128 960 ) ( -368 -128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -400 960 ) ( -384 -568 960 ) ( -384 -568 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( -344 -576 960 ) ( -128 -576 960 ) ( -128 -576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 -568 960 ) ( -128 -400 960 ) ( -128 -400 704 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 60\r
-{\r
-( 352 568 896 ) ( 136 568 896 ) ( 136 400 896 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 400 960 ) ( 128 568 960 ) ( 344 568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 152 128 960 ) ( 368 128 960 ) ( 368 128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 400 960 ) ( 384 568 960 ) ( 384 568 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 344 576 960 ) ( 128 576 960 ) ( 128 576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 568 960 ) ( 128 400 960 ) ( 128 400 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 61\r
-{\r
-( -160 568 896 ) ( -376 568 896 ) ( -376 400 896 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 400 960 ) ( -384 568 960 ) ( -168 568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -360 128 960 ) ( -144 128 960 ) ( -144 128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 400 960 ) ( -128 568 960 ) ( -128 568 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -168 576 960 ) ( -384 576 960 ) ( -384 576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 568 960 ) ( -384 400 960 ) ( -384 400 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 62\r
-{\r
-( 96 568 896 ) ( -120 568 896 ) ( -120 400 896 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 400 960 ) ( -128 568 960 ) ( 88 568 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -104 128 960 ) ( 112 128 960 ) ( 112 128 704 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 128 400 960 ) ( 128 568 960 ) ( 128 568 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 88 576 960 ) ( -128 576 960 ) ( -128 576 704 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -128 568 960 ) ( -128 400 960 ) ( -128 400 704 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 63\r
-{\r
-( 512 576 448 ) ( 352 576 448 ) ( 352 480 448 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( 336 480 960 ) ( 336 576 960 ) ( 496 576 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 360 320 576 ) ( 520 320 576 ) ( 520 320 448 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( 512 480 576 ) ( 512 576 576 ) ( 512 576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 512 576 576 ) ( 352 576 576 ) ( 352 576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 584 576 ) ( 384 488 576 ) ( 384 488 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 64\r
-{\r
-( -384 576 448 ) ( -544 576 448 ) ( -544 480 448 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( -512 480 960 ) ( -512 576 960 ) ( -352 576 960 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -536 320 576 ) ( -376 320 576 ) ( -376 320 448 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( -384 480 576 ) ( -384 576 576 ) ( -384 576 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 576 576 ) ( -544 576 576 ) ( -544 576 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-( -512 584 576 ) ( -512 488 576 ) ( -512 488 448 ) base_wall/c_met7_2 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 65\r
-{\r
-( -1640 1784 0 ) ( -1952 1784 0 ) ( -1952 1536 0 ) gothic_wall/support2b 230 153 0 -1.250000 1.250000 0 0 0\r
-( -1928 1536 256 ) ( -1928 1784 256 ) ( -1616 1784 256 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( -1960 1472 640 ) ( -1648 1472 640 ) ( -1648 1472 0 ) gothic_wall/support2b 230 153 0 -1.250000 1.250000 0 0 0\r
-( -1632 1536 640 ) ( -1632 1784 640 ) ( -1632 1784 0 ) gothic_wall/support2b 230 153 0 -1.250000 1.250000 0 0 0\r
-( -1640 1792 640 ) ( -1952 1792 640 ) ( -1952 1792 0 ) gothic_wall/support2b 230 153 0 -1.250000 1.250000 0 0 0\r
-( -1952 1784 640 ) ( -1952 1536 640 ) ( -1952 1536 0 ) gothic_wall/support2b 230 153 0 -1.250000 1.250000 0 0 0\r
-}\r
-// brush 66\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal1b_shiny\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -1888 1632 256 0 0 ) ( -1888 1632 896 0 0.500000 ) ( -1888 1632 1536 0 1 ) )\r
-( ( -1888 1536 256 0.125000 0 ) ( -1888 1536 896 0.125000 0.500000 ) ( -1888 1536 1536 0.125000 1 ) )\r
-( ( -1792 1536 256 0.250000 0 ) ( -1792 1536 896 0.250000 0.500000 ) ( -1792 1536 1536 0.250000 1 ) )\r
-( ( -1696 1536 256 0.375000 0 ) ( -1696 1536 896 0.375000 0.500000 ) ( -1696 1536 1536 0.375000 1 ) )\r
-( ( -1696 1632 256 0.500000 0 ) ( -1696 1632 896 0.500000 0.500000 ) ( -1696 1632 1536 0.500000 1 ) )\r
-( ( -1696 1728 256 0.625000 0 ) ( -1696 1728 896 0.625000 0.500000 ) ( -1696 1728 1536 0.625000 1 ) )\r
-( ( -1792 1728 256 0.750000 0 ) ( -1792 1728 896 0.750000 0.500000 ) ( -1792 1728 1536 0.750000 1 ) )\r
-( ( -1888 1728 256 0.875000 0 ) ( -1888 1728 896 0.875000 0.500000 ) ( -1888 1728 1536 0.875000 1 ) )\r
-( ( -1888 1632 256 1 0 ) ( -1888 1632 896 1 0.500000 ) ( -1888 1632 1536 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 67\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal1b_shiny\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 1688 1568 256 0 0 ) ( 1688 1568 896 0 0.500000 ) ( 1688 1568 1536 0 1 ) )\r
-( ( 1688 1472 256 0.125000 0 ) ( 1688 1472 896 0.125000 0.500000 ) ( 1688 1472 1536 0.125000 1 ) )\r
-( ( 1784 1472 256 0.250000 0 ) ( 1784 1472 896 0.250000 0.500000 ) ( 1784 1472 1536 0.250000 1 ) )\r
-( ( 1880 1472 256 0.375000 0 ) ( 1880 1472 896 0.375000 0.500000 ) ( 1880 1472 1536 0.375000 1 ) )\r
-( ( 1880 1568 256 0.500000 0 ) ( 1880 1568 896 0.500000 0.500000 ) ( 1880 1568 1536 0.500000 1 ) )\r
-( ( 1880 1664 256 0.625000 0 ) ( 1880 1664 896 0.625000 0.500000 ) ( 1880 1664 1536 0.625000 1 ) )\r
-( ( 1784 1664 256 0.750000 0 ) ( 1784 1664 896 0.750000 0.500000 ) ( 1784 1664 1536 0.750000 1 ) )\r
-( ( 1688 1664 256 0.875000 0 ) ( 1688 1664 896 0.875000 0.500000 ) ( 1688 1664 1536 0.875000 1 ) )\r
-( ( 1688 1568 256 1 0 ) ( 1688 1568 896 1 0.500000 ) ( 1688 1568 1536 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 68\r
-{\r
-( 1936 1720 0 ) ( 1624 1720 0 ) ( 1624 1472 0 ) gothic_wall/support2b 19 102 0 -1.250000 1.250000 0 0 0\r
-( 1648 1472 256 ) ( 1648 1720 256 ) ( 1960 1720 256 ) base_wall/bluemetal2_shiny 0 0 0 0.500000 0.500000 0 0 0\r
-( 1616 1408 640 ) ( 1928 1408 640 ) ( 1928 1408 0 ) gothic_wall/support2b 19 0 0 -1.250000 1 0 0 0\r
-( 1944 1472 640 ) ( 1944 1720 640 ) ( 1944 1720 0 ) gothic_wall/support2b 102 0 0 -1.250000 1 0 0 0\r
-( 1936 1728 640 ) ( 1624 1728 640 ) ( 1624 1728 0 ) gothic_wall/support2b 19 0 0 -1.250000 1 0 0 0\r
-( 1624 1720 640 ) ( 1624 1472 640 ) ( 1624 1472 0 ) gothic_wall/support2b 102 0 0 -1.250000 1 0 0 0\r
-}\r
-// brush 69\r
-{\r
-( 832 576 320 ) ( 384 576 320 ) ( 384 320 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 320 448 ) ( 384 576 448 ) ( 832 576 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 320 424 ) ( 832 320 424 ) ( 832 320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 320 424 ) ( 832 576 424 ) ( 832 576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 576 424 ) ( 384 576 424 ) ( 384 576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 576 424 ) ( 384 320 424 ) ( 384 320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 70\r
-{\r
-( -384 576 320 ) ( -832 576 320 ) ( -832 320 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 320 448 ) ( -832 576 448 ) ( -384 576 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 320 424 ) ( -384 320 424 ) ( -384 320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 320 424 ) ( -384 576 424 ) ( -384 576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 576 424 ) ( -832 576 424 ) ( -832 576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 576 424 ) ( -832 320 424 ) ( -832 320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 71\r
-{\r
-( -384 -320 320 ) ( -832 -320 320 ) ( -832 -576 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -576 448 ) ( -832 -320 448 ) ( -384 -320 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -576 424 ) ( -384 -576 424 ) ( -384 -576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -576 424 ) ( -384 -320 424 ) ( -384 -320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -320 424 ) ( -832 -320 424 ) ( -832 -320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -320 424 ) ( -832 -576 424 ) ( -832 -576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 72\r
-{\r
-( 832 -320 320 ) ( 384 -320 320 ) ( 384 -576 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -576 448 ) ( 384 -320 448 ) ( 832 -320 448 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -576 424 ) ( 832 -576 424 ) ( 832 -576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 424 ) ( 832 -320 424 ) ( 832 -320 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -320 424 ) ( 384 -320 424 ) ( 384 -320 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 -320 424 ) ( 384 -576 424 ) ( 384 -576 320 ) base_wall/bluemetalsupport2e 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 73\r
-{\r
-( 832 -320 320 ) ( 832 -320 322 ) ( 832 320 325 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 712 -320 424 ) ( 808 -320 424 ) ( 808 -320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( 704 320 424 ) ( 704 -320 424 ) ( 704 -320 320 ) common/caulk 0 0 -180 0.500000 -0.500000 0 0 0\r
-( 808 320 424 ) ( 712 320 424 ) ( 712 320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( 704 320 424 ) ( 832 320 322 ) ( 704 -320 424 ) gothic_wall/support2b 0 120 90 0.391030 0.500000 0 0 0\r
-( 712 -320 320 ) ( 808 -320 320 ) ( 808 320 320 ) common/caulk 0 0 -180 0.500000 0.500000 0 0 0\r
-}\r
-// brush 74\r
-{\r
-( -712 320 320 ) ( -808 320 320 ) ( -808 -320 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -704 -320 424 ) ( -832 -320 322 ) ( -704 320 424 ) gothic_wall/support2b 0 120 270 0.500000 0.500000 0 0 0\r
-( -808 -320 424 ) ( -712 -320 424 ) ( -712 -320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( -704 -320 424 ) ( -704 320 424 ) ( -704 320 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -712 320 424 ) ( -808 320 424 ) ( -808 320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 320 320 ) ( -832 320 322 ) ( -832 -320 325 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 75\r
-{\r
-( 248 312 320 ) ( -384 312 320 ) ( -384 72 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 72 424 ) ( -384 312 424 ) ( 248 312 424 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -352 -320 424 ) ( 280 -320 424 ) ( 280 -320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( 704 129 424 ) ( 704 369 424 ) ( 704 369 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 247 320 424 ) ( -385 320 424 ) ( -385 320 320 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( -705 311 424 ) ( -705 71 424 ) ( -705 71 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 76\r
-{\r
-( -832 -576 320 ) ( 832 -576 320 ) ( 832 -488 320 ) common/caulk -15 16 -180 0.500000 0.500000 0 0 0\r
-( 384 -576 321 ) ( -384 -576 321 ) ( -384 -320 427 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -320 320 ) ( 384 -320 320 ) ( 384 -320 424 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( -384 -472 384 ) ( -384 -560 384 ) ( -384 -560 328 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( -384 -576 320 ) ( -384 -576 321 ) ( 384 -576 321 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( 384 -568 384 ) ( 384 -480 384 ) ( 384 -480 328 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 77\r
-{\r
-( 832 576 320 ) ( -832 576 320 ) ( -832 488 320 ) common/caulk -16 16 0 0.500000 0.500000 0 0 0\r
-( -384 576 321 ) ( 384 576 321 ) ( 384 320 427 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 320 320 ) ( -384 320 320 ) ( -384 320 424 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( 384 472 384 ) ( 384 560 384 ) ( 384 560 328 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-( 384 576 320 ) ( 384 576 321 ) ( -384 576 321 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( -384 568 384 ) ( -384 480 384 ) ( -384 480 328 ) gothic_wall/support2b 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 78\r
-{\r
-( -440 576 264 ) ( -832 576 264 ) ( -832 -48 264 ) common/caulk 16 -16 0 0.500000 0.500000 0 0 0\r
-( -832 -48 320 ) ( -832 576 320 ) ( -440 576 320 ) common/caulk 16 -16 0 0.500000 0.500000 0 0 0\r
-( -840 -576 320 ) ( -448 -576 320 ) ( -448 -576 0 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( 832 8 320 ) ( 832 632 320 ) ( 832 632 0 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( -440 576 320 ) ( -832 576 320 ) ( -832 576 0 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( -832 576 320 ) ( -832 -48 320 ) ( -832 -48 0 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 79\r
-{\r
-( 1224 568 0 ) ( 192 568 0 ) ( 192 -584 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 200 -584 264 ) ( 200 568 264 ) ( 1232 568 264 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 208 -128 320 ) ( 1240 -128 320 ) ( 1240 -128 0 ) gothic_wall/support2b 76 0 0 -2.500000 1.031250 0 0 0\r
-( 832 -512 320 ) ( 832 640 320 ) ( 832 640 0 ) gothic_wall/support2b 128 0 0 -1 1.031250 0 0 0\r
-( 1280 128 320 ) ( 248 128 320 ) ( 248 128 0 ) gothic_wall/support2b 76 0 0 -2.500000 1.031250 0 0 0\r
-( 192 568 320 ) ( 192 -584 320 ) ( 192 -584 0 ) gothic_wall/support2b 128 0 0 -1 1.031250 0 0 0\r
-}\r
-// brush 80\r
-{\r
-( 200 568 0 ) ( -832 568 0 ) ( -832 -584 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -584 264 ) ( -832 568 264 ) ( 200 568 264 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -816 -128 320 ) ( 216 -128 320 ) ( 216 -128 0 ) gothic_wall/support2b 179 0 0 -2.500000 1.031250 0 0 0\r
-( -192 -512 320 ) ( -192 640 320 ) ( -192 640 0 ) gothic_wall/support2b 128 0 0 -1 1.031250 0 0 0\r
-( 256 128 320 ) ( -776 128 320 ) ( -776 128 0 ) gothic_wall/support2b 179 0 0 -2.500000 1.031250 0 0 0\r
-( -832 568 320 ) ( -832 -584 320 ) ( -832 -584 0 ) gothic_wall/support2b 128 0 0 -1 1.031250 0 0 0\r
-}\r
-// brush 81\r
-{\r
-( -680 -1216 320 ) ( -832 -1216 320 ) ( -832 -1272 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -888 -1272 1536 ) ( -888 -1216 1536 ) ( -736 -1216 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -696 -1280 768 ) ( -544 -1280 768 ) ( -544 -1280 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -1280 768 ) ( 832 -1224 768 ) ( 832 -1224 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -680 -1216 768 ) ( -832 -1216 768 ) ( -832 -1216 320 ) gothic_wall/support2b 128 67 0 -6.500000 4.750000 0 0 0\r
-( -832 -1216 768 ) ( -832 -1272 768 ) ( -832 -1272 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 82\r
-{\r
-( 64 1320 576 ) ( -64 1320 576 ) ( -64 1224 576 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 1224 1536 ) ( -64 1320 1536 ) ( 64 1320 1536 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 1216 704 ) ( 64 1216 704 ) ( 64 1216 576 ) gothic_wall/support2b 128 153 0 -0.500000 3.750000 0 0 0\r
-( 64 1224 704 ) ( 64 1320 704 ) ( 64 1320 576 ) gothic_wall/support2b 221 153 0 -5.500000 3.750000 0 0 0\r
-( 112 2624 704 ) ( -16 2624 704 ) ( -16 2624 576 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 1320 704 ) ( -64 1224 704 ) ( -64 1224 576 ) gothic_wall/support2b 221 153 0 -5.500000 3.750000 0 0 0\r
-}\r
-// brush 83\r
-{\r
-( 160 1280 448 ) ( -224 1280 448 ) ( -224 1216 448 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -64 1216 576 ) ( -64 2688 576 ) ( 72 2688 576 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1216 768 ) ( 192 1216 768 ) ( 192 1216 760 ) gothic_wall/support2b 128 118 180 -1.500000 0.500000 0 0 0\r
-( 192 2688 448 ) ( 192 1216 448 ) ( 64 2688 576 ) gothic_wall/support2b 0 -140 270 0.500000 0.500000 0 0 0\r
-( 88 2624 768 ) ( -296 2624 768 ) ( -296 2624 760 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1216 448 ) ( -192 2688 448 ) ( -64 2688 576 ) gothic_wall/support2b 0 -140 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 84\r
-{\r
-( 160 1280 320 ) ( -224 1280 320 ) ( -224 1216 320 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1216 448 ) ( -192 1280 448 ) ( 192 1280 448 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1216 640 ) ( 192 1216 640 ) ( 192 1216 632 ) gothic_wall/support2b 128 128 0 -1.500000 0.500000 0 0 0\r
-( 192 1216 640 ) ( 192 1280 640 ) ( 192 1280 632 ) gothic_wall/support2b 0 117 0 0.500000 0.500000 0 0 0\r
-( 112 2624 640 ) ( -272 2624 640 ) ( -272 2624 632 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1280 640 ) ( -192 1216 640 ) ( -192 1216 632 ) gothic_wall/support2b 0 117 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 85\r
-{\r
-( -3392 64 320 ) ( -3392 -128 320 ) ( -3392 -128 256 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( -2752 1344 320 ) ( -3392 1344 320 ) ( -3392 1344 256 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -128 320 ) ( -2752 64 320 ) ( -2752 64 256 ) common/caulk 16 0 0 0.500000 0.500000 0 0 0\r
-( -3008 -576 320 ) ( -2368 -576 320 ) ( -2368 -576 256 ) common/caulk -16 0 0 0.500000 0.500000 0 0 0\r
-( -3392 -128 320 ) ( -3392 64 320 ) ( -2752 64 320 ) mrcleantex_1/floortile4 -80 -16 0 0.500000 0.500000 0 0 0\r
-( -2752 64 0 ) ( -3392 64 0 ) ( -3392 -128 0 ) common/caulk -16 -16 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 86\r
-{\r
-( -2248 -576 320 ) ( -2440 -576 320 ) ( -2440 -576 256 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( -832 -1200 320 ) ( -832 -560 320 ) ( -832 -560 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2440 -1216 320 ) ( -2248 -1216 320 ) ( -2248 -1216 256 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( -2752 -496 320 ) ( -2752 -1136 320 ) ( -2752 -1136 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2440 -576 320 ) ( -2248 -576 320 ) ( -2248 -1216 320 ) mrcleantex_1/floortile4 0 64 0 0.500000 0.500000 0 0 0\r
-( -2248 -1216 0 ) ( -2248 -576 0 ) ( -2440 -576 0 ) common/caulk 0 14 90 0.500000 0.500000 0 0 0\r
-}\r
-// brush 87\r
-{\r
-( 3392 64 0 ) ( 2752 64 0 ) ( 2752 -128 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 -128 320 ) ( 2752 64 320 ) ( 3392 64 320 ) mrcleantex_1/floortile4 96 0 0 0.500000 0.500000 0 0 0\r
-( 2736 -576 320 ) ( 3376 -576 320 ) ( 3376 -576 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 -128 320 ) ( 3392 64 320 ) ( 3392 64 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 1344 320 ) ( 2752 1344 320 ) ( 2752 1344 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 64 320 ) ( 2752 -128 320 ) ( 2752 -128 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 88\r
-{\r
-( 1080 -1216 0 ) ( 1080 -576 0 ) ( 888 -576 0 ) common/caulk 0 14 90 0.500000 0.500000 0 0 0\r
-( 888 -576 320 ) ( 1080 -576 320 ) ( 1080 -1216 320 ) mrcleantex_1/floortile4 0 80 0 0.500000 0.500000 0 0 0\r
-( 832 -488 320 ) ( 832 -1128 320 ) ( 832 -1128 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 888 -1216 320 ) ( 1080 -1216 320 ) ( 1080 -1216 256 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( 2752 -1184 320 ) ( 2752 -544 320 ) ( 2752 -544 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1080 -576 320 ) ( 888 -576 320 ) ( 888 -576 256 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-}\r
-// brush 89\r
-{\r
-( -2112 3136 0 ) ( -2752 3136 0 ) ( -2752 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 2688 320 ) ( -2752 3136 320 ) ( -2112 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 2688 320 ) ( -2112 2688 320 ) ( -2112 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2112 2624 320 ) ( -2112 3072 320 ) ( -2112 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2112 3328 320 ) ( -2752 3328 320 ) ( -2752 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 3136 320 ) ( -2752 2688 320 ) ( -2752 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 90\r
-{\r
-( -1472 3136 0 ) ( -2112 3136 0 ) ( -2112 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2112 2688 320 ) ( -2112 3136 320 ) ( -1472 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -2112 2688 320 ) ( -1472 2688 320 ) ( -1472 2688 0 ) gothic_wall/support2b 179 0 0 -2.500000 1.250000 0 0 0\r
-( -1472 2624 320 ) ( -1472 3072 320 ) ( -1472 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1472 3328 320 ) ( -2112 3328 320 ) ( -2112 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2112 3136 320 ) ( -2112 2688 320 ) ( -2112 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 91\r
-{\r
-( -584 -1216 0 ) ( -584 -576 0 ) ( -776 -576 0 ) common/caulk 0 16 90 0.500000 0.500000 0 0 0\r
-( -776 -576 320 ) ( -584 -576 320 ) ( -584 -1216 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -488 320 ) ( -832 -1128 320 ) ( -832 -1128 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -776 -1216 320 ) ( -584 -1216 320 ) ( -584 -1216 256 ) common/caulk -16 0 -180 0.500000 -0.500000 0 0 0\r
-( 832 -1200 320 ) ( 832 -560 320 ) ( 832 -560 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -584 -576 320 ) ( -776 -576 320 ) ( -776 -576 256 ) gothic_wall/support2b 128 0 0 -6.500000 1.250000 0 0 0\r
-}\r
-// brush 92\r
-{\r
-( -2752 1408 0 ) ( -3392 1408 0 ) ( -3392 1216 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3392 1216 320 ) ( -3392 1408 320 ) ( -2752 1408 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -3000 1344 320 ) ( -2360 1344 320 ) ( -2360 1344 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 1216 320 ) ( -2752 1408 320 ) ( -2752 1408 256 ) gothic_wall/support2b 0 0 0 -5.250000 1.250000 0 0 0\r
-( -2752 2688 320 ) ( -3392 2688 320 ) ( -3392 2688 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -3392 1408 320 ) ( -3392 1216 320 ) ( -3392 1216 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 93\r
-{\r
-( -832 3136 0 ) ( -1472 3136 0 ) ( -1472 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1472 2688 320 ) ( -1472 3136 320 ) ( -832 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -1472 2688 320 ) ( -832 2688 320 ) ( -832 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 2624 320 ) ( -832 3072 320 ) ( -832 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 3328 320 ) ( -1472 3328 320 ) ( -1472 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -1472 3136 320 ) ( -1472 2688 320 ) ( -1472 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 94\r
-{\r
-( -192 1408 0 ) ( -832 1408 0 ) ( -832 1216 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 1216 320 ) ( -832 1408 320 ) ( -192 1408 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -752 576 320 ) ( -112 576 320 ) ( -112 576 256 ) gothic_wall/support2b 179 0 0 -2.500000 1.250000 0 0 0\r
-( -192 1216 320 ) ( -192 1408 320 ) ( -192 1408 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 2688 320 ) ( -832 2688 320 ) ( -832 2688 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 1408 320 ) ( -832 1216 320 ) ( -832 1216 256 ) gothic_wall/support2b 211 0 0 -5.750000 1.250000 0 0 0\r
-}\r
-// brush 95\r
-{\r
-( 3392 1408 0 ) ( 2752 1408 0 ) ( 2752 1216 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 1216 320 ) ( 2752 1408 320 ) ( 3392 1408 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 1344 320 ) ( 3392 1344 320 ) ( 3392 1344 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 1216 320 ) ( 3392 1408 320 ) ( 3392 1408 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 3392 2688 320 ) ( 2752 2688 320 ) ( 2752 2688 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 1408 320 ) ( 2752 1216 320 ) ( 2752 1216 256 ) gothic_wall/support2b 0 0 0 -5.250000 1.250000 0 0 0\r
-}\r
-// brush 96\r
-{\r
-( 2752 3136 0 ) ( 2112 3136 0 ) ( 2112 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2112 2688 320 ) ( 2112 3136 320 ) ( 2752 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 2112 2688 320 ) ( 2752 2688 320 ) ( 2752 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 2624 320 ) ( 2752 3072 320 ) ( 2752 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2752 3328 320 ) ( 2112 3328 320 ) ( 2112 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2112 3136 320 ) ( 2112 2688 320 ) ( 2112 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 97\r
-{\r
-( 2112 3136 0 ) ( 1472 3136 0 ) ( 1472 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1472 2688 320 ) ( 1472 3136 320 ) ( 2112 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 1472 2688 320 ) ( 2112 2688 320 ) ( 2112 2688 0 ) gothic_wall/support2b 76 0 0 -2.500000 1.250000 0 0 0\r
-( 2112 2624 320 ) ( 2112 3072 320 ) ( 2112 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 2112 3328 320 ) ( 1472 3328 320 ) ( 1472 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1472 3136 320 ) ( 1472 2688 320 ) ( 1472 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 98\r
-{\r
-( 1472 3136 0 ) ( 832 3136 0 ) ( 832 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 2688 320 ) ( 832 3136 320 ) ( 1472 3136 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 2688 320 ) ( 1472 2688 320 ) ( 1472 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1472 2624 320 ) ( 1472 3072 320 ) ( 1472 3072 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 1472 3328 320 ) ( 832 3328 320 ) ( 832 3328 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 3136 320 ) ( 832 2688 320 ) ( 832 2688 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 99\r
-{\r
-( 832 1408 0 ) ( 192 1408 0 ) ( 192 1216 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 1216 320 ) ( 192 1408 320 ) ( 832 1408 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( 256 576 320 ) ( 896 576 320 ) ( 896 576 256 ) gothic_wall/support2b 76 0 0 -2.500000 1.250000 0 0 0\r
-( 832 1216 320 ) ( 832 1408 320 ) ( 832 1408 256 ) gothic_wall/support2b 211 0 0 -5.750000 1.250000 0 0 0\r
-( 832 2688 320 ) ( 192 2688 320 ) ( 192 2688 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 192 1408 320 ) ( 192 1216 320 ) ( 192 1216 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 100\r
-{\r
-( 512 1216 0 ) ( -128 1216 0 ) ( -128 576 0 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 576 320 ) ( -192 1216 320 ) ( 448 1216 320 ) mrcleantex_1/floortile4 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 576 320 ) ( 448 576 320 ) ( 448 576 256 ) gothic_wall/support2b 128 0 0 -1.500000 1.250000 0 0 0\r
-( 192 576 320 ) ( 192 1216 320 ) ( 192 1216 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 448 1216 320 ) ( -192 1216 320 ) ( -192 1216 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -192 1216 320 ) ( -192 576 320 ) ( -192 576 256 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-// brush 101\r
-{\r
-( 704 -192 -64 ) ( -832 -192 -64 ) ( -832 -1216 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -576 0 ) ( -832 448 0 ) ( 704 448 0 ) gothic_floor/q1metal7_98 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 -1216 8 ) ( 704 -1216 8 ) ( 704 -1216 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 0 ) ( 832 448 0 ) ( 832 448 -64 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( 768 1216 -16 ) ( -768 1216 -16 ) ( -768 1216 -80 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-( -832 520 8 ) ( -832 -504 8 ) ( -832 -504 -56 ) common/caulk 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 1\r
-{\r
-"classname" "target_position"\r
-"targetname" "jump2"\r
-"origin" "-1792 2632 520"\r
-}\r
-// entity 2\r
-{\r
-"classname" "trigger_push"\r
-"target" "jump2"\r
-// brush 0\r
-{\r
-( -1216 -192 0 ) ( -2752 -192 0 ) ( -2752 -1216 0 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( -2752 -576 32 ) ( -2752 448 32 ) ( -1216 448 32 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( -1208 2688 24 ) ( -2744 2688 24 ) ( -2744 2688 -40 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( -1864 2560 -24 ) ( -1888 2560 -24 ) ( -1876 2560 40 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( -1856 2672 -24 ) ( -1856 2688 -24 ) ( -1856 2680 40 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( -1728 2688 -24 ) ( -1728 2672 -24 ) ( -1728 2680 40 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 3\r
-{\r
-"classname" "target_position"\r
-"targetname" "jump1"\r
-"origin" "1792 2632 520"\r
-}\r
-// entity 4\r
-{\r
-"classname" "trigger_push"\r
-"target" "jump1"\r
-// brush 0\r
-{\r
-( 2376 -192 0 ) ( 840 -192 0 ) ( 840 -1216 0 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( 832 -576 32 ) ( 832 448 32 ) ( 2368 448 32 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( 2376 2688 16 ) ( 840 2688 16 ) ( 840 2688 -48 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( 1720 2560 -32 ) ( 1664 2560 -32 ) ( 1692 2560 32 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( 1728 2616 -32 ) ( 1728 2688 -32 ) ( 1728 2652 32 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-( 1856 2688 -32 ) ( 1856 2664 -32 ) ( 1856 2676 32 ) common/trigger 0 0 0 0.500000 0.500000 0 0 0\r
-}\r
-}\r
-// entity 5\r
-{\r
-"classname" "info_player_deathmatch"\r
-"origin" "-552 992 344"\r
-}\r
-// entity 6\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -512 -320 448 0 0 ) ( -448 -320 448 0 0.500000 ) ( -384 -320 448 0 1 ) )\r
-( ( -512 -320 896 3.500000 0 ) ( -448 -320 896 3.500000 0.500000 ) ( -384 -320 896 3.500000 1 ) )\r
-( ( -512 0.000025 896 6 0 ) ( -448 0.000025 896 6 0.500000 ) ( -384 0.000025 896 6 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -512 -320 448 -8 -7 ) ( -512 -320 896 -8 -14 ) ( -512 0.000025 896 -8 -14 ) )\r
-( ( -512 -320 896 -8 -14 ) ( -512 -320 896 -8 -14 ) ( -512 -320 896 -8 -14 ) )\r
-( ( -512 -320 896 -8 -14 ) ( -512 -320 896 -8 -14 ) ( -512 -320 896 -8 -14 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 0.000025 896 -6 -28 ) ( -384 -320 896 -6 -28 ) ( -384 -320 448 -6 -14 ) )\r
-( ( -384 -320 896 -6 -28 ) ( -384 -320 896 -6 -28 ) ( -384 -320 896 -6 -28 ) )\r
-( ( -384 -320 896 -6 -28 ) ( -384 -320 896 -6 -28 ) ( -384 -320 896 -6 -28 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 7\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 576 640 0 0 ) ( -384 448 640 0 1 ) ( -384 320 640 0 2 ) )\r
-( ( -384 576 896 2 0 ) ( -384 448 896 2 1 ) ( -384 320 896 2 2 ) )\r
-( ( -128 576 896 4 0 ) ( -128 448 896 4 1 ) ( -128 320 896 4 2 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 576 640 -6 -10 ) ( -384 576 896 -6 -14 ) ( -128 576 896 -2 -14 ) )\r
-( ( -384 576 896 -6 -14 ) ( -384 576 896 -6 -14 ) ( -384 576 896 -6 -14 ) )\r
-( ( -384 576 896 -6 -14 ) ( -384 576 896 -6 -14 ) ( -384 576 896 -6 -14 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -128 320 896 -2 -28 ) ( -384 320 896 -6 -28 ) ( -384 320 640 -6 -20 ) )\r
-( ( -384 320 896 -6 -28 ) ( -384 320 896 -6 -28 ) ( -384 320 896 -6 -28 ) )\r
-( ( -384 320 896 -6 -28 ) ( -384 320 896 -6 -28 ) ( -384 320 896 -6 -28 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 8\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 1344 320 0 0 ) ( -2752 1344 160 0 0.500000 ) ( -2752 1344 0 0 1 ) )\r
-( ( -2752 -576.000244 320 0.500000 0 ) ( -2752 -576.000244 160 0.500000 0.500000 ) ( -2752 -576.000244 0 0.500000 1 ) )\r
-( ( -832 -576.000244 320 1 0 ) ( -832 -576.000244 160 1 0.500000 ) ( -832 -576.000244 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 1344 320 -43 -21 ) ( -2752 -576.000244 320 -43 9.000004 ) ( -832 -576.000244 320 -13 9.000004 ) )\r
-( ( -2752 -576.000244 320 -43 9.000004 ) ( -2752 -576.000244 320 -43 9.000004 ) ( -2752 -576.000244 320 -43 9.000004 ) )\r
-( ( -2752 -576.000244 320 -43 9.000004 ) ( -2752 -576.000244 320 -43 9.000004 ) ( -2752 -576.000244 320 -43 9.000004 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832 -576.000244 0 0 0 ) ( -2752 -576.000244 0 0 0.500000 ) ( -2752 1344 0 0 1 ) )\r
-( ( -2752 -576.000244 0 0.500000 0 ) ( -2752 -576.000244 0 0.500000 0.500000 ) ( -2752 -576.000244 0 0.500000 1 ) )\r
-( ( -2752 -576.000244 0 1 0 ) ( -2752 -576.000244 0 1 0.500000 ) ( -2752 -576.000244 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 9\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 3392 2688 0 0 0 ) ( 3392 2688 160 0 5 ) ( 3392 2688 320 0 10 ) )\r
-( ( 3392 3328 0 20 0 ) ( 3392 3328 160 20 5 ) ( 3392 3328 320 20 10 ) )\r
-( ( 2752 3328 0 40 0 ) ( 2752 3328 160 40 5 ) ( 2752 3328 320 40 10 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2752 2688 0 86 -84 ) ( 2752 2688 0 86 -84 ) ( 2752 2688 0 86 -84 ) )\r
-( ( 2752 2688 0 86 -84 ) ( 2752 2688 0 86 -84 ) ( 2752 2688 0 86 -84 ) )\r
-( ( 3392 2688 0 106 -84 ) ( 3392 3328 0 106 -104 ) ( 2752 3328 0 86 -104 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) )\r
-( ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) )\r
-( ( 3392 2688 320 53 -42 ) ( 3392 3328 320 53 -52 ) ( 2752 3328 320 43 -52 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 10\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1472 2688 320 0 0 ) ( 1472 2688 160 0 0.500000 ) ( 1472 2688 0 0 1 ) )\r
-( ( 832 2688 320 0.500000 0 ) ( 832 2688 160 0.500000 0.500000 ) ( 832 2688 0 0.500000 1 ) )\r
-( ( 832 2048 320 1 0 ) ( 832 2048 160 1 0.500000 ) ( 832 2048 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 1472 2688 320 23 -42 ) ( 832 2688 320 13 -42 ) ( 832 2048 320 13 -32 ) )\r
-( ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) )\r
-( ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 2048 0 26 -64 ) ( 832 2688 0 0 0.500000 ) ( 1472 2688 0 0 1 ) )\r
-( ( 832 2688 0 0.500000 0 ) ( 832 2688 0 0.500000 0.500000 ) ( 832 2688 0 0.500000 1 ) )\r
-( ( 832 2688 0 1 0 ) ( 832 2688 0 1 0.500000 ) ( 832 2688 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 11\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2752 2048 320 0 0 ) ( 2752 2048 160 0 0.500000 ) ( 2752 2048 0 0 1 ) )\r
-( ( 2752 2688 320 0.500000 0 ) ( 2752 2688 160 0.500000 0.500000 ) ( 2752 2688 0 0.500000 1 ) )\r
-( ( 2112 2688 320 1 0 ) ( 2112 2688 160 1 0.500000 ) ( 2112 2688 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2752 2048 320 43 -32 ) ( 2752 2688 320 43 -42 ) ( 2112 2688 320 33 -42 ) )\r
-( ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) )\r
-( ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) ( 2752 2688 320 43 -42 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2112 2688 0 26 -64 ) ( 2752 2688 0 26 -84 ) ( 2752 2048 0 46 -84 ) )\r
-( ( 2752 2688 0 26 -84 ) ( 2752 2688 0 26 -84 ) ( 2752 2688 0 26 -84 ) )\r
-( ( 2752 2688 0 26 -84 ) ( 2752 2688 0 26 -84 ) ( 2752 2688 0 26 -84 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 12\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 3328 0 0 0 ) ( 832 3328 160 0 5 ) ( 832 3328 320 0 10 ) )\r
-( ( 192 3328 0 20 0 ) ( 192 3328 160 20 5 ) ( 192 3328 320 20 10 ) )\r
-( ( 192 2688 0 40 0 ) ( 192 2688 160 40 5 ) ( 192 2688 320 40 10 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 2688 0 86 -84 ) ( 832 2688 0 86 -84 ) ( 832 2688 0 86 -84 ) )\r
-( ( 832 2688 0 86 -84 ) ( 832 2688 0 86 -84 ) ( 832 2688 0 86 -84 ) )\r
-( ( 832 3328 0 106 -84 ) ( 192 3328 0 106 -104 ) ( 192 2688 0 86 -104 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) )\r
-( ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) ( 832 2688 320 13 -42 ) )\r
-( ( 832 3328 320 13 -52 ) ( 192 3328 320 3 -52 ) ( 192 2688 320 3 -42 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 13\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -192 2688 0 0 0 ) ( -192 2688 160 0 5 ) ( -192 2688 320 0 10 ) )\r
-( ( -192 3328 0 20 0 ) ( -192 3328 160 20 5 ) ( -192 3328 320 20 10 ) )\r
-( ( -832 3328 0 40 0 ) ( -832 3328 160 40 5 ) ( -832 3328 320 40 10 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832 2688 0 86 -84 ) ( -832 2688 0 86 -84 ) ( -832 2688 0 86 -84 ) )\r
-( ( -832 2688 0 86 -84 ) ( -832 2688 0 86 -84 ) ( -832 2688 0 86 -84 ) )\r
-( ( -192 2688 0 106 -84 ) ( -192 3328 0 106 -104 ) ( -832 3328 0 86 -104 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) )\r
-( ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) )\r
-( ( -192 2688 320 -3 -42 ) ( -192 3328 320 -3 -52 ) ( -832 3328 320 -13 -52 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 14\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832 2048 320 0 0 ) ( -832 2048 160 0 0.500000 ) ( -832 2048 0 0 1 ) )\r
-( ( -832 2688 320 0.500000 0 ) ( -832 2688 160 0.500000 0.500000 ) ( -832 2688 0 0.500000 1 ) )\r
-( ( -1472 2688 320 1 0 ) ( -1472 2688 160 1 0.500000 ) ( -1472 2688 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832 2048 320 -13 -32 ) ( -832 2688 320 -13 -42 ) ( -1472 2688 320 -23 -42 ) )\r
-( ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) )\r
-( ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) ( -832 2688 320 -13 -42 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -1472 2688 0 0 0 ) ( -832 2688 0 0 0.500000 ) ( -832 2048 0 0 1 ) )\r
-( ( -832 2688 0 0.500000 0 ) ( -832 2688 0 0.500000 0.500000 ) ( -832 2688 0 0.500000 1 ) )\r
-( ( -832 2688 0 1 0 ) ( -832 2688 0 1 0.500000 ) ( -832 2688 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 15\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 3328 0 0 0 ) ( -2752 3328 160 0 5 ) ( -2752 3328 320 0 10 ) )\r
-( ( -3392 3328 0 20 0 ) ( -3392 3328 160 20 5 ) ( -3392 3328 320 20 10 ) )\r
-( ( -3392 2688 0 40 0 ) ( -3392 2688 160 40 5 ) ( -3392 2688 320 40 10 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 2688 0 86 -84 ) ( -2752 2688 0 86 -84 ) ( -2752 2688 0 86 -84 ) )\r
-( ( -2752 2688 0 86 -84 ) ( -2752 2688 0 86 -84 ) ( -2752 2688 0 86 -84 ) )\r
-( ( -2752 3328 0 106 -84 ) ( -3392 3328 0 106 -104 ) ( -3392 2688 0 86 -104 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) )\r
-( ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) )\r
-( ( -2752 3328 320 -43 -52 ) ( -3392 3328 320 -53 -52 ) ( -3392 2688 320 -53 -42 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 16\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2112 2688 320 0 0 ) ( -2112 2688 160 0 0.500000 ) ( -2112 2688 0 0 1 ) )\r
-( ( -2752 2688 320 0.500000 0 ) ( -2752 2688 160 0.500000 0.500000 ) ( -2752 2688 0 0.500000 1 ) )\r
-( ( -2752 2048 320 1 0 ) ( -2752 2048 160 1 0.500000 ) ( -2752 2048 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2112 2688 320 -33 -42 ) ( -2752 2688 320 -43 -42 ) ( -2752 2048 320 -43 -32 ) )\r
-( ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) )\r
-( ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) ( -2752 2688 320 -43 -42 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -2752 2048 0 0 0 ) ( -2752 2688 0 0 0.500000 ) ( -2112 2688 0 0 1 ) )\r
-( ( -2752 2688 0 0.500000 0 ) ( -2752 2688 0 0.500000 0.500000 ) ( -2752 2688 0 0.500000 1 ) )\r
-( ( -2752 2688 0 1 0 ) ( -2752 2688 0 1 0.500000 ) ( -2752 2688 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 17\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 -576 320 0 0 ) ( 832 -576 160 0 0.500000 ) ( 832 -576 0 0 1 ) )\r
-( ( 2752 -576 320 0.500000 0 ) ( 2752 -576 160 0.500000 0.500000 ) ( 2752 -576 0 0.500000 1 ) )\r
-( ( 2752 1344 320 1 0 ) ( 2752 1344 160 1 0.500000 ) ( 2752 1344 0 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   mrcleantex_1/floortile4\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 -576 320 13 9 ) ( 2752 -576 320 43 9 ) ( 2752 1344 320 43 -21 ) )\r
-( ( 2752 -576 320 43 9 ) ( 2752 -576 320 43 9 ) ( 2752 -576 320 43 9 ) )\r
-( ( 2752 -576 320 43 9 ) ( 2752 -576 320 43 9 ) ( 2752 -576 320 43 9 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 2752 1344 0 -26 18.000008 ) ( 2752 -576 0 -86 18.000008 ) ( 832 -576 0 -86 -42 ) )\r
-( ( 2752 -576 0 -86 18.000008 ) ( 2752 -576 0 -86 18.000008 ) ( 2752 -576 0 -86 18.000008 ) )\r
-( ( 2752 -576 0 -86 18.000008 ) ( 2752 -576 0 -86 18.000008 ) ( 2752 -576 0 -86 18.000008 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 18\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -3392 1343.999756 320 -86 -42 ) ( -3392 -1216.000488 320 -86 18.000008 ) ( -832.000427 -1216.000488 320 -26 18.000008 ) )\r
-( ( -3392 -1216.000488 320 -86 18.000008 ) ( -3392 -1216.000488 320 -86 18.000008 ) ( -3392 -1216.000488 320 -86 18.000008 ) )\r
-( ( -3392 -1216.000488 320 -86 18.000008 ) ( -3392 -1216.000488 320 -86 18.000008 ) ( -3392 -1216.000488 320 -86 18.000008 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -832.000427 -1216.000488 0 -26 18.000008 ) ( -3392 -1216.000488 0 -86 18.000008 ) ( -3392 1343.999756 0 -86 -42 ) )\r
-( ( -3392 -1216.000488 0 -86 18.000008 ) ( -3392 -1216.000488 0 -86 18.000008 ) ( -3392 -1216.000488 0 -86 18.000008 ) )\r
-( ( -3392 -1216.000488 0 -86 18.000008 ) ( -3392 -1216.000488 0 -86 18.000008 ) ( -3392 -1216.000488 0 -86 18.000008 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 19\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -3392 1343.999756 1536 0 0 ) ( -3392 1343.999756 927.999939 0 0.500000 ) ( -3392 1343.999756 320 0 1 ) )\r
-( ( -3392 -1216.000488 1536 0.500000 0 ) ( -3392 -1216.000488 927.999939 0.500000 0.500000 ) ( -3392 -1216.000488 320 0.500000 1 ) )\r
-( ( -832.000427 -1216.000488 1536 1 0 ) ( -832.000427 -1216.000488 927.999939 1 0.500000 ) ( -832.000427 -1216.000488 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 20\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 -1216 320 0 10 ) ( 832 -1216 160 0 5 ) ( 832 -1216 0 0 0 ) )\r
-( ( 3392 -1216 320 80 10 ) ( 3392 -1216 160 80 5 ) ( 3392 -1216 0 80 0 ) )\r
-( ( 3392 1344 320 160 10 ) ( 3392 1344 160 160 5 ) ( 3392 1344 0 160 0 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 -1216 320 -86 -42 ) ( 3392 -1216 320 -86 18.000008 ) ( 3392 1344 320 -26 18.000008 ) )\r
-( ( 3392 -1216 320 -86 18.000008 ) ( 3392 -1216 320 -86 18.000008 ) ( 3392 -1216 320 -86 18.000008 ) )\r
-( ( 3392 -1216 320 -86 18.000008 ) ( 3392 -1216 320 -86 18.000008 ) ( 3392 -1216 320 -86 18.000008 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   common/caulk\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 3392 1344 0 -26 18.000008 ) ( 3392 -1216 0 -86 18.000008 ) ( 832 -1216 0 -86 -42 ) )\r
-( ( 3392 -1216 0 -86 18.000008 ) ( 3392 -1216 0 -86 18.000008 ) ( 3392 -1216 0 -86 18.000008 ) )\r
-( ( 3392 -1216 0 -86 18.000008 ) ( 3392 -1216 0 -86 18.000008 ) ( 3392 -1216 0 -86 18.000008 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 21\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_wall/support2b\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 832 -1216 1536 0 0 ) ( 832 -1216 928 0 0.500000 ) ( 832 -1216 320 0 1 ) )\r
-( ( 3392 -1216 1536 0.500000 0 ) ( 3392 -1216 928 0.500000 0.500000 ) ( 3392 -1216 320 0.500000 1 ) )\r
-( ( 3392 1344 1536 1 0 ) ( 3392 1344 928 1 0.500000 ) ( 3392 1344 320 1 1 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 22\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 320 640 0 0 ) ( 384 448 640 0 1 ) ( 384 576 640 0 2 ) )\r
-( ( 384 320 896 2 0 ) ( 384 448 896 2 1 ) ( 384 576 896 2 2 ) )\r
-( ( 128 320 896 4 0 ) ( 128 448 896 4 1 ) ( 128 576 896 4 2 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 320 640 6 -20 ) ( 384 320 896 6 -28 ) ( 128 320 896 2 -28 ) )\r
-( ( 384 320 896 6 -28 ) ( 384 320 896 6 -28 ) ( 384 320 896 6 -28 ) )\r
-( ( 384 320 896 6 -28 ) ( 384 320 896 6 -28 ) ( 384 320 896 6 -28 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 128 576 896 9 -14 ) ( 384 576 896 9 -14 ) ( 384 576 640 9 -10 ) )\r
-( ( 384 576 896 9 -14 ) ( 384 576 896 9 -14 ) ( 384 576 896 9 -14 ) )\r
-( ( 384 576 896 9 -14 ) ( 384 576 896 9 -14 ) ( 384 576 896 9 -14 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 23\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 -576 640 0 0 ) ( 384 -448 640 0 1 ) ( 384 -320 640 0 2 ) )\r
-( ( 384 -576 896 2 0 ) ( 384 -448 896 2 1 ) ( 384 -320 896 2 2 ) )\r
-( ( 128 -576 896 4 0 ) ( 128 -448 896 4 1 ) ( 128 -320 896 4 2 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 -576 640 6 -10 ) ( 384 -576 896 6 -14 ) ( 128 -576 896 2 -14 ) )\r
-( ( 384 -576 896 6 -14 ) ( 384 -576 896 6 -14 ) ( 384 -576 896 6 -14 ) )\r
-( ( 384 -576 896 6 -14 ) ( 384 -576 896 6 -14 ) ( 384 -576 896 6 -14 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 128 -320 896 2 -28 ) ( 384 -320 896 6 -28 ) ( 384 -320 640 6 -20 ) )\r
-( ( 384 -320 896 6 -28 ) ( 384 -320 896 6 -28 ) ( 384 -320 896 6 -28 ) )\r
-( ( 384 -320 896 6 -28 ) ( 384 -320 896 6 -28 ) ( 384 -320 896 6 -28 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 24\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 -320 640 0 0 ) ( -384 -448 640 0 1 ) ( -384 -576 640 0 2 ) )\r
-( ( -384 -320 896 2 0 ) ( -384 -448 896 2 1 ) ( -384 -576 896 2 2 ) )\r
-( ( -128 -320 896 4 0 ) ( -128 -448 896 4 1 ) ( -128 -576 896 4 2 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 -320 640 -5 -20 ) ( -384 -320 896 -5 -28 ) ( -128 -320 896 -5 -28 ) )\r
-( ( -384 -320 896 -5 -28 ) ( -384 -320 896 -5 -28 ) ( -384 -320 896 -5 -28 ) )\r
-( ( -384 -320 896 -5 -28 ) ( -384 -320 896 -5 -28 ) ( -384 -320 896 -5 -28 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -128 -576 896 -2 -14 ) ( -384 -576 896 -6 -14 ) ( -384 -576 640 -6 -10 ) )\r
-( ( -384 -576 896 -6 -14 ) ( -384 -576 896 -6 -14 ) ( -384 -576 896 -6 -14 ) )\r
-( ( -384 -576 896 -6 -14 ) ( -384 -576 896 -6 -14 ) ( -384 -576 896 -6 -14 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 25\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetal2_shiny\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 320 448 0 0 ) ( -448 320 448 0 0.500000 ) ( -512 320 448 0 1 ) )\r
-( ( -384 320 896 3.500000 0 ) ( -448 320 896 3.500000 0.500000 ) ( -512 320 896 3.500000 1 ) )\r
-( ( -384 0 896 6 0 ) ( -448 0 896 6 0.500000 ) ( -512 0 896 6 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -384 320 448 5 -14 ) ( -384 320 896 5 -28 ) ( -384 0 896 0 -28 ) )\r
-( ( -384 320 896 5 -28 ) ( -384 320 896 5 -28 ) ( -384 320 896 5 -28 ) )\r
-( ( -384 320 896 5 -28 ) ( -384 320 896 5 -28 ) ( -384 320 896 5 -28 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -512 0 896 0 -14 ) ( -512 320 896 5 -14 ) ( -512 320 448 5 -7 ) )\r
-( ( -512 320 896 5 -14 ) ( -512 320 896 5 -14 ) ( -512 320 896 5 -14 ) )\r
-( ( -512 320 896 5 -14 ) ( -512 320 896 5 -14 ) ( -512 320 896 5 -14 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 26\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 512 320 448 8 -7 ) ( 512 320 896 8 -14 ) ( 512 0 896 8 -14 ) )\r
-( ( 512 320 896 8 -14 ) ( 512 320 896 8 -14 ) ( 512 320 896 8 -14 ) )\r
-( ( 512 320 896 8 -14 ) ( 512 320 896 8 -14 ) ( 512 320 896 8 -14 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 0 896 0 -28 ) ( 384 320 896 5 -28 ) ( 384 320 448 5 -14 ) )\r
-( ( 384 320 896 5 -28 ) ( 384 320 896 5 -28 ) ( 384 320 896 5 -28 ) )\r
-( ( 384 320 896 5 -28 ) ( 384 320 896 5 -28 ) ( 384 320 896 5 -28 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 27\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/bluemetalsupport2e\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 -320 448 -5 -14 ) ( 384 -320 896 -5 -28 ) ( 384 0 896 0 -28 ) )\r
-( ( 384 -320 896 -5 -28 ) ( 384 -320 896 -5 -28 ) ( 384 -320 896 -5 -28 ) )\r
-( ( 384 -320 896 -5 -28 ) ( 384 -320 896 -5 -28 ) ( 384 -320 896 -5 -28 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_wall/c_met7_2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 512 0 896 0 -14 ) ( 512 -320 896 -5 -14 ) ( 512 -320 448 -5 -7 ) )\r
-( ( 512 -320 896 -5 -14 ) ( 512 -320 896 -5 -14 ) ( 512 -320 896 -5 -14 ) )\r
-( ( 512 -320 896 -5 -14 ) ( 512 -320 896 -5 -14 ) ( 512 -320 896 -5 -14 ) )\r
-)\r
-  }\r
- }\r
-}\r
diff --git a/docs/developer/TstMaps/ttq3dm3.map b/docs/developer/TstMaps/ttq3dm3.map
deleted file mode 100644 (file)
index e17645b..0000000
+++ /dev/null
@@ -1,1099 +0,0 @@
-{\r
-"spawnflags" "0"\r
-"classname" "worldspawn"\r
-// brush 0\r
-{\r
-brushDef\r
-{\r
-( 1176 -448 0 ) ( 1160 -448 0 ) ( 1160 -472 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-( 1160 -472 64 ) ( 1160 -448 64 ) ( 1176 -448 64 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-( 1160 -472 64 ) ( 1176 -472 64 ) ( 1176 -472 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-( 1176 -472 64 ) ( 1176 -448 64 ) ( 1176 -448 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-( 1176 -448 64 ) ( 1160 -448 64 ) ( 1160 -448 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-( 1152 -448 64 ) ( 1152 -472 64 ) ( 1152 -472 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/clip 0 0 0\r
-}\r
-}\r
-// brush 1\r
-{\r
-brushDef\r
-{\r
-( 448 -768 8 ) ( 448 -640 8 ) ( 448 -640 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -640 8 ) ( 424 -640 8 ) ( 424 -640 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 416 -640 192 ) ( 416 -704 384 ) ( 448 -672 288 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 386 -448 192 ) ( 322 -192 192 ) ( 354 -320 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 432 -712 384 ) ( 432 -640 320 ) ( 448 -676 352 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 2\r
-{\r
-brushDef\r
-{\r
-( -2432 4784 -768 ) ( -2432 792 -768 ) ( -2432 792 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -296 3136 -768 ) ( -4328 3136 -768 ) ( -4328 3136 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2432 -1736 -768 ) ( 2432 2256 -768 ) ( 2432 2256 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -1592 -1728 -768 ) ( 2440 -1728 -768 ) ( 2440 -1728 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -248 4944 -960 ) ( -4280 4944 -960 ) ( -4280 952 -960 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4280 4944 -952 ) ( -248 4944 -952 ) ( -4280 952 -952 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 3\r
-{\r
-brushDef\r
-{\r
-( -2432 4784 -768 ) ( -2432 792 -768 ) ( -2432 792 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -296 3136 -768 ) ( -4328 3136 -768 ) ( -4328 3136 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2432 -1736 -768 ) ( 2432 2256 -768 ) ( 2432 2256 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -1592 -1728 -768 ) ( 2440 -1728 -768 ) ( 2440 -1728 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 952 1088 ) ( -4344 4944 1088 ) ( -312 4944 1088 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 4944 1080 ) ( -4344 952 1080 ) ( -312 4944 1080 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 4\r
-{\r
-brushDef\r
-{\r
-( -2432 4784 -768 ) ( -2432 792 -768 ) ( -2432 792 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2432 -1736 -768 ) ( 2432 2256 -768 ) ( 2432 2256 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -1592 -1728 -768 ) ( 2440 -1728 -768 ) ( 2440 -1728 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 952 1088 ) ( -4344 4944 1088 ) ( -312 4944 1088 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -248 4944 -960 ) ( -4280 4944 -960 ) ( -4280 952 -960 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2440 -1720 -768 ) ( -1592 -1720 -768 ) ( 2440 -1720 -776 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 5\r
-{\r
-brushDef\r
-{\r
-( -296 3136 -768 ) ( -4328 3136 -768 ) ( -4328 3136 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2432 -1736 -768 ) ( 2432 2256 -768 ) ( 2432 2256 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -1592 -1728 -768 ) ( 2440 -1728 -768 ) ( 2440 -1728 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 952 1088 ) ( -4344 4944 1088 ) ( -312 4944 1088 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -248 4944 -960 ) ( -4280 4944 -960 ) ( -4280 952 -960 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2424 2256 -768 ) ( 2424 -1736 -768 ) ( 2424 2256 -776 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 6\r
-{\r
-brushDef\r
-{\r
-( -2432 4784 -768 ) ( -2432 792 -768 ) ( -2432 792 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -296 3136 -768 ) ( -4328 3136 -768 ) ( -4328 3136 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 2432 -1736 -768 ) ( 2432 2256 -768 ) ( 2432 2256 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 952 1088 ) ( -4344 4944 1088 ) ( -312 4944 1088 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -248 4944 -960 ) ( -4280 4944 -960 ) ( -4280 952 -960 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4328 3128 -768 ) ( -296 3128 -768 ) ( -4328 3128 -776 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 7\r
-{\r
-brushDef\r
-{\r
-( -2432 4784 -768 ) ( -2432 792 -768 ) ( -2432 792 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -296 3136 -768 ) ( -4328 3136 -768 ) ( -4328 3136 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -1592 -1728 -768 ) ( 2440 -1728 -768 ) ( 2440 -1728 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -4344 952 1088 ) ( -4344 4944 1088 ) ( -312 4944 1088 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -248 4944 -960 ) ( -4280 4944 -960 ) ( -4280 952 -960 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -2424 792 -768 ) ( -2424 4784 -768 ) ( -2424 792 -776 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) sfx/pureblack 0 0 0\r
-}\r
-}\r
-// brush 8\r
-{\r
-brushDef\r
-{\r
-( 1176 -448 -256 ) ( 1152 -448 -256 ) ( 1152 -472 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1152 -472 0 ) ( 1152 -448 0 ) ( 1176 -448 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1152 -472 0 ) ( 1176 -472 0 ) ( 1176 -472 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1176 -472 0 ) ( 1176 -448 0 ) ( 1176 -448 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1176 -448 0 ) ( 1152 -448 0 ) ( 1152 -448 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1152 -448 0 ) ( 1152 -472 0 ) ( 1152 -472 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 9\r
-{\r
-brushDef\r
-{\r
-( 1720 -448 -448 ) ( 1168 -448 -448 ) ( 1168 -472 -448 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1176 -472 0 ) ( 1176 -448 0 ) ( 1728 -448 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1176 -472 0 ) ( 1728 -472 0 ) ( 1728 -472 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1728 -472 0 ) ( 1728 -448 0 ) ( 1728 -448 -776 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1728 -448 0 ) ( 1176 -448 0 ) ( 1176 -448 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1176 -448 0 ) ( 1176 -472 0 ) ( 1176 -472 -776 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 10\r
-{\r
-brushDef\r
-{\r
-( 448 248 -8 ) ( 448 248 0 ) ( 448 -1024 0 ) ( ( 0.031250 0 -50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 448 -1024 0 ) ( 448 248 0 ) ( 1736 248 0 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 25 ) ) base_floor/concrete 134217728 0 0\r
-( 1736 248 -256 ) ( 448 248 -256 ) ( 448 -1024 -256 ) ( ( 0 0.031250 22 ) ( -0.031250 0 -50 ) ) common/caulk 134217728 0 0\r
-( 800 -448 0 ) ( 448 -448 -776 ) ( 1152 -448 -776 ) ( ( 0.031250 0 -29.500002 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 800 -472 520 ) ( 1152 -472 -256 ) ( 448 -472 -256 ) ( ( 0.031250 0 29.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 576 -460 0 ) ( 576 -448 -776 ) ( 576 -472 -776 ) ( ( 0.031250 0 50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 11\r
-{\r
-brushDef\r
-{\r
-( 800 -472 520 ) ( 1152 -472 -256 ) ( 448 -472 -256 ) ( ( 0.031250 0 29.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 800 -448 0 ) ( 448 -448 -776 ) ( 1152 -448 -776 ) ( ( 0.015625 0 -14.750001 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1152 -388 0 ) ( 1152 256 -776 ) ( 1152 -1032 -776 ) ( ( 0.031250 0 50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1736 248 -256 ) ( 448 248 -256 ) ( 448 -1024 -256 ) ( ( 0 0.031250 22 ) ( -0.031250 0 -50 ) ) common/caulk 134217728 0 0\r
-( 640 -460 0 ) ( 640 -472 -776 ) ( 640 -448 -776 ) ( ( 0.031250 0 -50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 640 -460 -12 ) ( 1152 -448 -24 ) ( 1152 -472 0 ) ( ( 0.015625 0 -14.750001 ) ( 0 0.015625 -16.086678 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 12\r
-{\r
-brushDef\r
-{\r
-( 576 -460 0 ) ( 576 -472 -776 ) ( 576 -448 -776 ) ( ( 0.031250 0 -50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 800 -472 520 ) ( 1152 -472 -256 ) ( 448 -472 -256 ) ( ( 0.031250 0 29.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 800 -448 0 ) ( 448 -448 -776 ) ( 1152 -448 -776 ) ( ( 0.015625 0 -14.750001 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1736 248 -256 ) ( 448 248 -256 ) ( 448 -1024 -256 ) ( ( 0 0.031250 22 ) ( -0.031250 0 -50 ) ) common/caulk 134217728 0 0\r
-( 448 -1024 0 ) ( 448 248 0 ) ( 1736 248 0 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 25 ) ) base_floor/concrete 134217728 0 0\r
-( 640 -460 0 ) ( 640 -448 -776 ) ( 640 -472 -776 ) ( ( 0.031250 0 50 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 576 -448 0 ) ( 640 -448 -24 ) ( 640 -472 0 ) ( ( 0.015625 0 -5.032391 ) ( -0.000002 0.015625 -17.199825 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 13\r
-{\r
-brushDef\r
-{\r
-( 1152 128 -776 ) ( 1176 128 -776 ) ( 1164 128 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1176 256 -256 ) ( 1176 -448 -256 ) ( 1176 -96 520 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1152 -448 -776 ) ( 1152 256 -776 ) ( 1152 -96 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1728 256 -256 ) ( 456 256 -256 ) ( 456 -1032 -256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 456 -1032 0 ) ( 456 256 0 ) ( 1728 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1176 64 -776 ) ( 1152 64 -776 ) ( 1164 64 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1176 64 0 ) ( 1152 64 -24 ) ( 1152 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 14\r
-{\r
-brushDef\r
-{\r
-( 1176 256 -256 ) ( 1176 -448 -256 ) ( 1176 -96 520 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1152 -448 -776 ) ( 1152 256 -776 ) ( 1152 -96 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1736 -448 -776 ) ( 448 -448 -776 ) ( 1092 -448 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1728 256 -256 ) ( 456 256 -256 ) ( 456 -1032 -256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1152 64 -776 ) ( 1176 64 -776 ) ( 1164 64 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1176 -448 0 ) ( 1152 -448 -24 ) ( 1164 64 -12 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 15\r
-{\r
-brushDef\r
-{\r
-( 1728 256 0 ) ( 456 256 0 ) ( 456 256 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 456 -1032 0 ) ( 456 256 0 ) ( 1728 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1728 256 -256 ) ( 456 256 -256 ) ( 456 -1032 -256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1152 -448 -776 ) ( 1152 256 -776 ) ( 1152 -96 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1176 256 -256 ) ( 1176 -448 -256 ) ( 1176 -96 520 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1176 128 -776 ) ( 1152 128 -776 ) ( 1164 128 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 16\r
-{\r
-brushDef\r
-{\r
-( 1728 256 0 ) ( 456 256 0 ) ( 456 256 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1728 -1032 0 ) ( 1728 256 0 ) ( 1728 256 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 456 -1032 0 ) ( 456 256 0 ) ( 1728 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1720 256 -448 ) ( 448 256 -448 ) ( 448 -1032 -448 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1736 -448 -776 ) ( 448 -448 -776 ) ( 1092 -448 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1176 -448 -776 ) ( 1176 256 -776 ) ( 1176 -96 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 17\r
-{\r
-brushDef\r
-{\r
-( 448 256 0 ) ( 448 -1032 0 ) ( 448 -1032 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1728 256 0 ) ( 456 256 0 ) ( 456 256 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 456 -1032 -256 ) ( 456 256 -256 ) ( 1728 256 -256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1712 256 -448 ) ( 440 256 -448 ) ( 440 -1032 -448 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1736 -472 -776 ) ( 448 -472 -776 ) ( 1092 -472 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1176 248 -776 ) ( 1176 -456 -776 ) ( 1176 -104 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 18\r
-{\r
-brushDef\r
-{\r
-( 448 256 328 ) ( 448 -1032 328 ) ( 448 -1032 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1728 -1032 0 ) ( 1728 256 0 ) ( 1728 256 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 456 -1024 0 ) ( 1728 -1024 0 ) ( 1728 -1024 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 456 -1032 0 ) ( 456 256 0 ) ( 1728 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1728 256 -448 ) ( 456 256 -448 ) ( 456 -1032 -448 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 -472 -776 ) ( 1736 -472 -776 ) ( 1092 -472 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 19\r
-{\r
-brushDef\r
-{\r
-( 1280 -832 0 ) ( 1280 -520 0 ) ( 1280 -676 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -576 0 ) ( 1536 -576 0 ) ( 1408 -576 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -832 192 ) ( 1544 -832 192 ) ( 1412 -576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -832 320 ) ( 1280 -832 320 ) ( 1408 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -640 192 ) ( 1280 -640 192 ) ( 1408 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 -576 192 ) ( 1344 -648 192 ) ( 1344 -612 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 20\r
-{\r
-brushDef\r
-{\r
-( 1536 -832 704 ) ( 1536 256 704 ) ( 1536 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -576 0 ) ( 1536 -576 0 ) ( 1408 -576 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 192 ) ( 1544 -832 192 ) ( 1412 -576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -832 320 ) ( 1280 -832 320 ) ( 1408 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -640 192 ) ( 1280 -640 192 ) ( 1408 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 -648 192 ) ( 1344 -576 192 ) ( 1344 -612 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 21\r
-{\r
-brushDef\r
-{\r
-( 1280 256 320 ) ( 1344 256 320 ) ( 1344 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 32 ) ) common/caulk 134217728 0 0\r
-( 1280 256 264 ) ( 1280 -576 264 ) ( 1280 -576 256 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 -576 264 ) ( 1344 256 264 ) ( 1344 256 256 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 256 264 ) ( 1280 256 264 ) ( 1280 256 256 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 128 192 ) ( 1280 128 312 ) ( 1344 128 252 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 256 192 ) ( 1280 128 240 ) ( 1344 192 216 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031254 -33.244408 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 22\r
-{\r
-brushDef\r
-{\r
-( 1280 256 320 ) ( 1344 256 320 ) ( 1344 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 32 ) ) common/caulk 134217728 0 0\r
-( 1280 256 264 ) ( 1280 -576 264 ) ( 1280 -576 256 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 -576 264 ) ( 1344 256 264 ) ( 1344 256 256 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 0 192 ) ( 1280 0 320 ) ( 1344 0 256 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 128 312 ) ( 1280 128 192 ) ( 1344 128 252 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 128 240 ) ( 1280 0 264 ) ( 1344 64 252 ) ( ( 0.031250 0 5.500037 ) ( 0 0.031250 -34.891960 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 23\r
-{\r
-brushDef\r
-{\r
-( 1280 256 320 ) ( 1344 256 320 ) ( 1344 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 32 ) ) common/caulk 134217728 0 0\r
-( 1280 256 264 ) ( 1280 -576 264 ) ( 1280 -576 256 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 -576 264 ) ( 1344 256 264 ) ( 1344 256 256 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 -160 192 ) ( 1280 -160 320 ) ( 1344 -160 256 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 0 320 ) ( 1280 0 192 ) ( 1344 0 256 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1280 0 264 ) ( 1280 -160 272 ) ( 1344 -80 268 ) ( ( 0.031250 0 5.499999 ) ( 0 0.031246 -35.450680 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 24\r
-{\r
-brushDef\r
-{\r
-( 1344 -240 268 ) ( 1280 -160 272 ) ( 1280 -320 264 ) ( ( 0.031250 0 -5.500003 ) ( 0 0.031250 35.455704 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1344 -320 256 ) ( 1280 -320 192 ) ( 1280 -320 320 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1344 -160 256 ) ( 1280 -160 320 ) ( 1280 -160 192 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1344 -576 256 ) ( 1344 -576 264 ) ( 1344 256 264 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 256 256 ) ( 1280 256 264 ) ( 1280 -576 264 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 256 320 ) ( 1344 -576 320 ) ( 1280 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 23.750000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 25\r
-{\r
-brushDef\r
-{\r
-( 1344 -384 252 ) ( 1280 -320 264 ) ( 1280 -448 240 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031246 34.887020 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1344 -448 252 ) ( 1280 -448 192 ) ( 1280 -448 312 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1344 -320 256 ) ( 1280 -320 320 ) ( 1280 -320 192 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1344 -576 256 ) ( 1344 -576 264 ) ( 1344 256 264 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 256 256 ) ( 1280 256 264 ) ( 1280 -576 264 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 256 320 ) ( 1344 -576 320 ) ( 1280 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 23.750000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 26\r
-{\r
-brushDef\r
-{\r
-( 1344 -512 216 ) ( 1280 -448 240 ) ( 1280 -576 192 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031254 33.244404 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1344 -448 252 ) ( 1280 -448 312 ) ( 1280 -448 192 ) ( ( 0.031250 0 -5.500002 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1280 -576 256 ) ( 1280 -576 264 ) ( 1344 -576 264 ) ( ( 0.031250 0 5.499998 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1344 -576 256 ) ( 1344 -576 264 ) ( 1344 256 264 ) ( ( 0.015625 0 -17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 256 256 ) ( 1280 256 264 ) ( 1280 -576 264 ) ( ( 0.015625 0 17.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1344 256 320 ) ( 1344 -576 320 ) ( 1280 -576 320 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 23.750000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 27\r
-{\r
-brushDef\r
-{\r
-( 128 -80 0 ) ( 128 64 0 ) ( 64 64 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 -640 192 ) ( 192 -640 192 ) ( 96 -384 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -64 0 ) ( 192 -128 0 ) ( 128 -96 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 384 -440 0 ) ( 320 -184 0 ) ( 352 -312 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 322 -576 0 ) ( 322 -640 192 ) ( 448 -608 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 28\r
-{\r
-brushDef\r
-{\r
-( 1216 -576 216 ) ( 1152 -640 240 ) ( 1280 -640 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1152 -576 252 ) ( 1152 -640 312 ) ( 1152 -640 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1280 -640 256 ) ( 1280 -640 264 ) ( 1280 -576 264 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1280 -576 256 ) ( 1280 -576 264 ) ( 448 -576 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -640 256 ) ( 448 -640 264 ) ( 1280 -640 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -576 320 ) ( 1280 -576 320 ) ( 1280 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -8.250000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 29\r
-{\r
-brushDef\r
-{\r
-( 1088 -576 252 ) ( 1024 -640 264 ) ( 1152 -640 240 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1152 -576 252 ) ( 1152 -640 192 ) ( 1152 -640 312 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1024 -576 256 ) ( 1024 -640 320 ) ( 1024 -640 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1280 -576 256 ) ( 1280 -576 264 ) ( 448 -576 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -640 256 ) ( 448 -640 264 ) ( 1280 -640 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -576 320 ) ( 1280 -576 320 ) ( 1280 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -8.250000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 30\r
-{\r
-brushDef\r
-{\r
-( 944 -576 268 ) ( 864 -640 272 ) ( 1024 -640 264 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-( 1024 -576 256 ) ( 1024 -640 192 ) ( 1024 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 864 -576 256 ) ( 864 -640 320 ) ( 864 -640 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 4.250000 ) ) common/caulk 134217728 0 0\r
-( 1280 -576 256 ) ( 1280 -576 264 ) ( 448 -576 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -640 256 ) ( 448 -640 264 ) ( 1280 -640 264 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -576 320 ) ( 1280 -576 320 ) ( 1280 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -8.250000 ) ) common/caulk 134217728 0 0\r
-}\r
-}\r
-// brush 31\r
-{\r
-brushDef\r
-{\r
-( 448 -640 320 ) ( 448 -576 320 ) ( 1280 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 448 -640 264 ) ( 1280 -640 264 ) ( 1280 -640 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 -576 264 ) ( 448 -576 264 ) ( 448 -576 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 864 -640 192 ) ( 864 -640 320 ) ( 864 -576 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 704 -640 320 ) ( 704 -640 192 ) ( 704 -576 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 704 -640 264 ) ( 864 -640 272 ) ( 784 -576 268 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 32\r
-{\r
-brushDef\r
-{\r
-( 448 -640 320 ) ( 448 -576 320 ) ( 1280 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 448 -640 264 ) ( 1280 -640 264 ) ( 1280 -640 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 -576 264 ) ( 448 -576 264 ) ( 448 -576 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 704 -640 192 ) ( 704 -640 320 ) ( 704 -576 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 576 -640 312 ) ( 576 -640 192 ) ( 576 -576 252 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 576 -640 240 ) ( 704 -640 264 ) ( 640 -576 252 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 33\r
-{\r
-brushDef\r
-{\r
-( 448 -640 320 ) ( 448 -576 320 ) ( 1280 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 448 -640 264 ) ( 1280 -640 264 ) ( 1280 -640 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 1280 -576 264 ) ( 448 -576 264 ) ( 448 -576 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( 448 -576 264 ) ( 448 -640 264 ) ( 448 -640 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 576 -640 192 ) ( 576 -640 312 ) ( 576 -576 252 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 448 -640 192 ) ( 576 -640 240 ) ( 512 -576 216 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 134217728 0 0\r
-}\r
-}\r
-// brush 34\r
-{\r
-brushDef\r
-{\r
-( 448 -640 0 ) ( 128 -640 0 ) ( 128 -640 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 146 -512 256 ) ( 192 -640 0 ) ( 100 -384 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -640 192 ) ( 448 -640 192 ) ( 256 256 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -576 400 ) ( 64 -576 192 ) ( 448 -576 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 169 -640 320 ) ( 169 -576 320 ) ( 448 -608 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 35\r
-{\r
-brushDef\r
-{\r
-( 48 64 704 ) ( 112 64 704 ) ( 112 -80 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -640 0 ) ( 128 -640 0 ) ( 128 -640 256 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 146 -512 256 ) ( 192 -640 0 ) ( 100 -384 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -576 400 ) ( 64 -576 192 ) ( 448 -576 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 169 -576 320 ) ( 169 -640 320 ) ( 448 -608 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 36\r
-{\r
-brushDef\r
-{\r
-( 48 64 704 ) ( 112 64 704 ) ( 112 -80 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 64 -8 ) ( 64 64 8 ) ( 64 -80 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 128 256 -8 ) ( 128 256 8 ) ( 64 256 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -64 256 ) ( 128 -640 256 ) ( 128 -640 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 146 -512 256 ) ( 192 -640 0 ) ( 100 -384 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -640 192 ) ( 448 -640 192 ) ( 256 256 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -576 192 ) ( 64 -576 400 ) ( 448 -576 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 37\r
-{\r
-brushDef\r
-{\r
-( 448 -832 704 ) ( 1536 -832 704 ) ( 1536 -832 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1536 -832 704 ) ( 1536 256 704 ) ( 1536 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 0 ) ( 1280 -520 0 ) ( 1280 -676 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 192 ) ( 1544 -832 192 ) ( 1412 -576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -832 320 ) ( 1280 -832 320 ) ( 1408 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -640 192 ) ( 1536 -640 192 ) ( 1408 -640 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 38\r
-{\r
-brushDef\r
-{\r
-( 448 -832 704 ) ( 448 256 704 ) ( 1536 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 1536 -832 704 ) ( 1536 -832 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1536 -832 704 ) ( 1536 256 704 ) ( 1536 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 0 ) ( 1280 -520 0 ) ( 1280 -676 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -576 0 ) ( 1536 -576 0 ) ( 1408 -576 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 320 ) ( 1536 -832 320 ) ( 1408 -576 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 39\r
-{\r
-brushDef\r
-{\r
-( 1536 256 0 ) ( 448 256 0 ) ( 448 -832 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 1536 -832 704 ) ( 1536 -832 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1536 -832 704 ) ( 1536 256 704 ) ( 1536 256 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -832 0 ) ( 1280 -520 0 ) ( 1280 -676 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1280 -576 0 ) ( 1536 -576 0 ) ( 1408 -576 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1544 -832 192 ) ( 1280 -832 192 ) ( 1412 -576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 40\r
-{\r
-brushDef\r
-{\r
-( 448 256 704 ) ( 448 -832 704 ) ( 448 -832 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 256 704 ) ( 448 256 704 ) ( 448 256 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 448 256 704 ) ( 1536 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 256 -256 ) ( 448 256 -256 ) ( 448 -832 -256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 256 0 ) ( 448 -576 0 ) ( 864 -160 704 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 41\r
-{\r
-brushDef\r
-{\r
-( 1288 -576 0 ) ( 448 -576 0 ) ( 868 -576 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -520 0 ) ( 1280 -832 0 ) ( 1280 -676 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 448 256 704 ) ( 1536 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1528 256 320 ) ( 440 256 320 ) ( 440 -832 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) base_ceiling/metceil1d 0 0 0\r
-( 448 -576 0 ) ( 1280 256 0 ) ( 864 -160 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 42\r
-{\r
-brushDef\r
-{\r
-( 1528 256 320 ) ( 440 256 320 ) ( 440 -832 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 448 256 704 ) ( 1536 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -640 704 ) ( 1536 -640 704 ) ( 1536 -640 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 256 704 ) ( 448 -832 704 ) ( 448 -832 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -520 0 ) ( 1280 -832 0 ) ( 1280 -676 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -576 0 ) ( 1288 -576 0 ) ( 868 -576 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 43\r
-{\r
-brushDef\r
-{\r
-( 1560 256 320 ) ( 472 256 320 ) ( 472 -832 320 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -832 704 ) ( 448 256 704 ) ( 1536 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 -840 704 ) ( 1344 248 704 ) ( 1344 248 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1536 256 704 ) ( 448 256 704 ) ( 448 256 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1280 -832 0 ) ( 1280 -520 0 ) ( 1280 -676 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1536 -576 0 ) ( 1280 -576 0 ) ( 1408 -576 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 44\r
-{\r
-brushDef\r
-{\r
-( 440 768 0 ) ( -64 768 0 ) ( -64 264 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -56 264 192 ) ( -56 768 192 ) ( 448 768 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -72 256 400 ) ( 432 256 400 ) ( 432 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 280 400 ) ( -64 784 400 ) ( -64 784 208 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -72 760 400 ) ( -72 256 400 ) ( -72 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -72 576 0 ) ( -64 576 0 ) ( -68 576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 45\r
-{\r
-brushDef\r
-{\r
-( 440 768 0 ) ( -64 768 0 ) ( -64 264 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -56 264 192 ) ( -56 768 192 ) ( 448 768 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 280 400 ) ( -64 784 400 ) ( -64 784 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 440 768 400 ) ( -64 768 400 ) ( -64 768 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -72 760 400 ) ( -72 256 400 ) ( -72 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 576 0 ) ( -72 576 0 ) ( -68 576 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 46\r
-{\r
-brushDef\r
-{\r
-( 448 776 0 ) ( -56 776 0 ) ( -56 272 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -48 272 192 ) ( -48 776 192 ) ( 456 776 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 256 768 400 ) ( 760 768 400 ) ( 760 768 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 776 400 ) ( -56 776 400 ) ( -56 776 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 768 400 ) ( -64 264 400 ) ( -64 264 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 128 776 0 ) ( 128 768 0 ) ( 128 772 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 47\r
-{\r
-brushDef\r
-{\r
-( 448 776 0 ) ( -56 776 0 ) ( -56 272 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -48 272 192 ) ( -48 776 192 ) ( 456 776 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 256 768 400 ) ( 760 768 400 ) ( 760 768 208 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 792 400 ) ( 448 1296 400 ) ( 448 1296 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 776 400 ) ( -56 776 400 ) ( -56 776 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 128 768 0 ) ( 128 776 0 ) ( 128 772 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 48\r
- {\r
-  patchDef2\r
-  {\r
-   base_floor/concrete\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -64 576 0 0 0 ) ( -64 576 96 0 1.500000 ) ( -64 576 192 0 3 ) )\r
-( ( -64 768 0 3 0 ) ( -64 768 96 3 1.500000 ) ( -64 768 192 3 3 ) )\r
-( ( 128 768 0 6 0 ) ( 128 768 96 6 1.500000 ) ( 128 768 192 6 3 ) )\r
-)\r
-  }\r
- }\r
-// brush 49\r
- {\r
-  patchDef2\r
-  {\r
-   base_floor/concrete\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 64 448 192 0 0 ) ( 64 448 96 0 1.500000 ) ( 64 448 0 0 3 ) )\r
-( ( 64 640 192 3 0 ) ( 64 640 96 3 1.500000 ) ( 64 640 0 3 3 ) )\r
-( ( 256 640 192 6 0 ) ( 256 640 96 6 1.500000 ) ( 256 640 0 6 3 ) )\r
-)\r
-  }\r
- }\r
-// brush 50\r
-{\r
-brushDef\r
-{\r
-( 264 632 0 ) ( 72 632 0 ) ( 72 440 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 72 440 192 ) ( 72 632 192 ) ( 264 632 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 72 440 192 ) ( 264 440 192 ) ( 264 440 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 264 440 192 ) ( 264 632 192 ) ( 264 632 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 264 632 192 ) ( 72 632 192 ) ( 72 632 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 72 632 192 ) ( 72 440 192 ) ( 72 440 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 72 448 0 ) ( 256 632 0 ) ( 164 540 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 51\r
-{\r
-brushDef\r
-{\r
-( 72 248 0 ) ( 72 752 0 ) ( -432 752 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -432 744 192 ) ( 72 744 192 ) ( 72 240 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 480 400 ) ( 64 -24 400 ) ( 64 -24 208 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 88 256 400 ) ( 592 256 400 ) ( 592 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 72 248 400 ) ( 72 752 400 ) ( 72 752 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 448 400 ) ( -440 448 400 ) ( -440 448 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 52\r
-{\r
-brushDef\r
-{\r
-( 456 640 0 ) ( -48 640 0 ) ( -48 136 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -40 136 192 ) ( -40 640 192 ) ( 464 640 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 264 632 400 ) ( 768 632 400 ) ( 768 632 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 656 400 ) ( 448 1160 400 ) ( 448 1160 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 456 640 400 ) ( -48 640 400 ) ( -48 640 208 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 256 632 400 ) ( 256 128 400 ) ( 256 128 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 53\r
-{\r
-brushDef\r
-{\r
-( 448 768 192 ) ( -56 768 192 ) ( -56 264 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -48 264 200 ) ( -48 768 200 ) ( 456 768 200 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 256 400 ) ( 440 256 400 ) ( 440 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 264 400 ) ( 448 768 400 ) ( 448 768 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 768 400 ) ( -56 768 400 ) ( -56 768 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 760 400 ) ( -64 256 400 ) ( -64 256 208 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 54\r
-{\r
-brushDef\r
-{\r
-( 448 768 -8 ) ( -56 768 -8 ) ( -56 264 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -48 264 0 ) ( -48 768 0 ) ( 456 768 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -64 256 200 ) ( 440 256 200 ) ( 440 256 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 264 200 ) ( 448 768 200 ) ( 448 768 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 768 200 ) ( -56 768 200 ) ( -56 768 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 760 200 ) ( -64 256 200 ) ( -64 256 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 55\r
-{\r
-brushDef\r
-{\r
-( 640 960 -8 ) ( 640 872 -8 ) ( 760 872 -8 ) ( ( 0 0.031250 17.750000 ) ( -0.031250 0 32 ) ) common/caulk 0 0 0\r
-( 760 872 0 ) ( 640 872 0 ) ( 640 960 0 ) ( ( 0 -0.007813 5.503094 ) ( 0.007813 0 -5.500553 ) ) base_floor/concrete 0 0 0\r
-( 1728 632 0 ) ( 1728 720 0 ) ( 1728 720 -8 ) ( ( 0.031250 0 7 ) ( 0 0.031250 -0.250000 ) ) common/caulk 0 0 0\r
-( 760 1152 0 ) ( 640 1152 0 ) ( 640 1152 -8 ) ( ( 0.031250 0 168.250000 ) ( 0 0.031250 -0.250000 ) ) common/caulk 0 0 0\r
-( 448 960 0 ) ( 448 872 0 ) ( 448 872 -8 ) ( ( 0.007813 0 -4.249445 ) ( 0 0.007813 0 ) ) base_floor/concrete 0 0 0\r
-( 896 256 0 ) ( 1016 256 0 ) ( 1016 256 -8 ) ( ( 0.031250 0 -168.250000 ) ( 0 0.031250 -0.250000 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 56\r
-{\r
-brushDef\r
-{\r
-( 448 768 192 ) ( 448 640 192 ) ( 768 640 192 ) ( ( 0 0.015625 11 ) ( -0.015625 0 11 ) ) base_floor/concrete 0 0 0\r
-( 768 632 704 ) ( 448 632 704 ) ( 448 760 704 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 0 0 0\r
-( 768 640 832 ) ( 768 768 832 ) ( 768 768 256 ) ( ( 0.031250 0 17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 768 768 832 ) ( 448 768 832 ) ( 448 768 256 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 768 832 ) ( 448 640 832 ) ( 448 640 256 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 640 832 ) ( 768 640 832 ) ( 768 640 256 ) ( ( 0.031250 0 -172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 57\r
-{\r
-brushDef\r
-{\r
-( 1088 624 704 ) ( 768 624 704 ) ( 768 752 704 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 0 0 0\r
-( 1088 640 328 ) ( 1088 768 328 ) ( 1088 768 192 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 768 768 328 ) ( 768 640 328 ) ( 768 640 192 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1088 604 192 ) ( 768 640 192 ) ( 928 622 704 ) ( ( 0.031250 0 -173.292160 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 768 768 192 ) ( 1088 804 192 ) ( 928 786 704 ) ( ( 0.031250 0 169.518250 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 768 604 296 ) ( 1088 604 296 ) ( 928 804 296 ) ( ( 0 0.031250 22 ) ( -0.031250 0 22 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 58\r
-{\r
-brushDef\r
-{\r
-( 768 768 328 ) ( 768 640 328 ) ( 768 640 192 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1088 604 192 ) ( 768 640 192 ) ( 928 622 704 ) ( ( 0.031250 0 -173.292160 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 768 768 192 ) ( 1088 804 192 ) ( 928 786 704 ) ( ( 0.031250 0 169.518250 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 768 604 192 ) ( 1088 604 296 ) ( 928 804 244 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 82.021614 ) ) base_floor/concrete 134217728 0 0\r
-( 1088 604 296 ) ( 768 604 296 ) ( 928 804 296 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 134217728 0 0\r
-( 832 604 260 ) ( 976 604 260 ) ( 904 804 260 ) ( ( 0 0.015625 11 ) ( -0.015625 0 11 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 59\r
-{\r
-brushDef\r
-{\r
-( 768 768 328 ) ( 768 640 328 ) ( 768 640 192 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 1088 604 192 ) ( 768 640 192 ) ( 928 622 704 ) ( ( 0.031250 0 -173.292160 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 768 768 192 ) ( 1088 804 192 ) ( 928 786 704 ) ( ( 0.031250 0 169.518250 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 768 604 192 ) ( 1088 604 296 ) ( 928 804 244 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 82.021614 ) ) base_floor/concrete 134217728 0 0\r
-( 976 604 260 ) ( 832 604 260 ) ( 904 804 260 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 134217728 0 0\r
-( 868 616 224 ) ( 868 616 260 ) ( 868 792 242 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 60\r
-{\r
-brushDef\r
-{\r
-( 440 1152 704 ) ( 440 264 704 ) ( 1720 264 704 ) ( ( 0 0.031250 22 ) ( -0.031250 0 22 ) ) common/caulk 0 0 0\r
-( 1720 264 832 ) ( 440 264 832 ) ( 440 1152 832 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 0 0 0\r
-( 448 248 832 ) ( 448 1136 832 ) ( 448 1136 704 ) ( ( 0.031250 0 17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1720 1152 832 ) ( 440 1152 832 ) ( 440 1152 704 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 440 1152 832 ) ( 440 264 832 ) ( 440 264 704 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 440 256 832 ) ( 1720 256 832 ) ( 1720 256 704 ) ( ( 0.031250 0 -172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 61\r
-{\r
-brushDef\r
-{\r
-( 640 752 704 ) ( 640 816 704 ) ( 784 816 704 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -22 ) ) common/caulk 0 0 0\r
-( 1344 1152 0 ) ( 1344 832 0 ) ( 1344 832 256 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 640 768 -8 ) ( 640 768 8 ) ( 784 768 8 ) ( ( 0.015625 0 -86.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 832 -8 ) ( 448 832 8 ) ( 448 768 8 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1152 1152 -8 ) ( 1152 1152 8 ) ( 1008 1152 8 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 768 768 256 ) ( 1344 832 256 ) ( 1344 832 0 ) ( ( 0.015625 0 -84.783813 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1216 850 256 ) ( 1344 896 0 ) ( 1088 804 0 ) ( ( 0.015625 0 -78.292961 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1344 768 192 ) ( 1344 1152 192 ) ( 448 960 192 ) ( ( 0 0.015625 11 ) ( -0.015625 0 11 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 62\r
-{\r
-brushDef\r
-{\r
-( 784 832 0 ) ( 640 832 0 ) ( 640 768 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 22 ) ) common/caulk 0 0 0\r
-( 640 768 -8 ) ( 640 768 8 ) ( 784 768 8 ) ( ( 0.015625 0 -86.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 832 -8 ) ( 448 832 8 ) ( 448 768 8 ) ( ( 0.031250 0 -17 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1152 1152 -8 ) ( 1152 1152 8 ) ( 1008 1152 8 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 1152 192 ) ( 1344 896 192 ) ( 1088 800 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -11 ) ) base_floor/concrete 0 0 0\r
-( 768 768 0 ) ( 768 768 192 ) ( 768 1152 96 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 63\r
-{\r
-brushDef\r
-{\r
-( 784 832 0 ) ( 640 832 0 ) ( 640 768 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 22 ) ) common/caulk 0 0 0\r
-( 1152 1152 -8 ) ( 1152 1152 8 ) ( 1008 1152 8 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 1152 192 ) ( 1344 896 192 ) ( 1088 800 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -11 ) ) base_floor/concrete 0 0 0\r
-( 768 768 192 ) ( 768 768 0 ) ( 768 1152 96 ) ( ( 0.015625 0 -8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 832 896 0 ) ( 768 768 0 ) ( 800 832 192 ) ( ( 0.015625 0 -30.969723 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 64\r
-{\r
-brushDef\r
-{\r
-( 784 832 0 ) ( 640 832 0 ) ( 640 768 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 22 ) ) common/caulk 0 0 0\r
-( 1344 896 272 ) ( 1344 1152 272 ) ( 1344 1152 0 ) ( ( 0.015625 0 8.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1152 1152 -8 ) ( 1152 1152 8 ) ( 1008 1152 8 ) ( ( 0.031250 0 172.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1344 1152 192 ) ( 1344 896 192 ) ( 1088 800 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -11 ) ) base_floor/concrete 0 0 0\r
-( 768 768 0 ) ( 832 896 0 ) ( 800 832 192 ) ( ( 0.015625 0 30.969532 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1144 1088 0 ) ( 888 1024 0 ) ( 1016 1056 192 ) ( ( 0.015625 0 -81.613266 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 65\r
-{\r
-brushDef\r
-{\r
-( 640 640 0 ) ( 640 576 0 ) ( 784 576 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 6.500000 ) ) common/caulk 0 0 0\r
-( 1344 256 0 ) ( 1344 256 272 ) ( 1344 512 272 ) ( ( 0.015625 0 16.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1008 256 8 ) ( 1152 256 8 ) ( 1152 256 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1088 608 192 ) ( 1344 512 192 ) ( 1344 256 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -3.250000 ) ) base_floor/concrete 0 0 0\r
-( 800 576 192 ) ( 832 512 0 ) ( 768 640 0 ) ( ( 0.015625 0 -52.435787 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1016 352 192 ) ( 888 384 0 ) ( 1144 320 0 ) ( ( 0.015625 0 86.160866 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 66\r
-{\r
-brushDef\r
-{\r
-( 640 640 0 ) ( 640 576 0 ) ( 784 576 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 6.500000 ) ) common/caulk 0 0 0\r
-( 1008 256 8 ) ( 1152 256 8 ) ( 1152 256 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1088 608 192 ) ( 1344 512 192 ) ( 1344 256 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -3.250000 ) ) base_floor/concrete 0 0 0\r
-( 768 256 96 ) ( 768 640 0 ) ( 768 640 192 ) ( ( 0.015625 0 -16.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 800 576 192 ) ( 768 640 0 ) ( 832 512 0 ) ( ( 0.015625 0 52.435787 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 67\r
-{\r
-brushDef\r
-{\r
-( 640 640 0 ) ( 640 576 0 ) ( 784 576 0 ) ( ( 0 0.031250 22 ) ( -0.031250 0 6.500000 ) ) common/caulk 0 0 0\r
-( 784 640 8 ) ( 640 640 8 ) ( 640 640 -8 ) ( ( 0.015625 0 84.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 640 8 ) ( 448 576 8 ) ( 448 576 -8 ) ( ( 0.031250 0 -32.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1008 256 8 ) ( 1152 256 8 ) ( 1152 256 -8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1088 608 192 ) ( 1344 512 192 ) ( 1344 256 192 ) ( ( 0 -0.015625 11 ) ( 0.015625 0 -3.250000 ) ) base_floor/concrete 0 0 0\r
-( 768 256 96 ) ( 768 640 192 ) ( 768 640 0 ) ( ( 0.015625 0 16.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 68\r
-{\r
-brushDef\r
-{\r
-( 784 592 704 ) ( 640 592 704 ) ( 640 656 704 ) ( ( 0 -0.031250 22 ) ( 0.031250 0 -6.500000 ) ) common/caulk 0 0 0\r
-( 1344 576 256 ) ( 1344 576 0 ) ( 1344 256 0 ) ( ( 0.015625 0 16.250000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 784 640 8 ) ( 640 640 8 ) ( 640 640 -8 ) ( ( 0.015625 0 84.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 640 8 ) ( 448 576 8 ) ( 448 576 -8 ) ( ( 0.031250 0 -32.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 1008 256 8 ) ( 1152 256 8 ) ( 1152 256 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1344 576 0 ) ( 1344 576 256 ) ( 768 640 256 ) ( ( 0.015625 0 86.026184 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 1088 604 0 ) ( 1344 512 0 ) ( 1216 558 256 ) ( ( 0.015625 0 85.251816 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 448 192 ) ( 1344 256 192 ) ( 1344 640 192 ) ( ( 0 0.015625 11 ) ( -0.015625 0 3.250000 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 69\r
-{\r
-brushDef\r
-{\r
-( -112 -80 704 ) ( -112 64 704 ) ( -48 64 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 15.500000 ) ) common/caulk 0 0 0\r
-( -128 -640 256 ) ( -128 -640 0 ) ( -448 -640 0 ) ( ( 0.015625 0 7.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -64 -80 8 ) ( -64 64 8 ) ( -64 64 -8 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -64 256 8 ) ( -128 256 8 ) ( -128 256 -8 ) ( ( 0.031250 0 -15.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -448 -304 8 ) ( -448 -448 8 ) ( -448 -448 -8 ) ( ( 0.031250 0 3 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -128 -640 0 ) ( -128 -640 256 ) ( -64 -64 256 ) ( ( 0.015625 0 -0.634981 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -100 -384 0 ) ( -192 -640 0 ) ( -146 -512 256 ) ( ( 0.015625 0 1.209426 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -256 256 192 ) ( -448 -640 192 ) ( -64 -640 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.750000 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 70\r
-{\r
-brushDef\r
-{\r
-( -64 64 0 ) ( -128 64 0 ) ( -128 -80 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -15.500000 ) ) common/caulk 0 0 0\r
-( -64 -80 8 ) ( -64 64 8 ) ( -64 64 -8 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -64 256 8 ) ( -128 256 8 ) ( -128 256 -8 ) ( ( 0.031250 0 -15.500000 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -448 -304 8 ) ( -448 -448 8 ) ( -448 -448 -8 ) ( ( 0.031250 0 3 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -96 -384 192 ) ( -192 -640 192 ) ( -448 -640 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.750000 ) ) base_floor/concrete 0 0 0\r
-( -448 -64 96 ) ( -64 -64 192 ) ( -64 -64 0 ) ( ( 0.015625 0 7.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 71\r
-{\r
-brushDef\r
-{\r
-( -64 64 0 ) ( -128 64 0 ) ( -128 -80 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -15.500000 ) ) common/caulk 0 0 0\r
-( -448 -304 8 ) ( -448 -448 8 ) ( -448 -448 -8 ) ( ( 0.031250 0 3 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -96 -384 192 ) ( -192 -640 192 ) ( -448 -640 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.750000 ) ) base_floor/concrete 0 0 0\r
-( -448 -64 96 ) ( -64 -64 0 ) ( -64 -64 192 ) ( ( 0.015625 0 -7.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -128 -96 192 ) ( -64 -64 0 ) ( -192 -128 0 ) ( ( 0.015625 0 6.260992 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 72\r
-{\r
-brushDef\r
-{\r
-( -64 64 0 ) ( -128 64 0 ) ( -128 -80 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 -15.500000 ) ) common/caulk 0 0 0\r
-( -448 -640 0 ) ( -448 -640 272 ) ( -192 -640 272 ) ( ( 0.015625 0 7.750000 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -448 -304 8 ) ( -448 -448 8 ) ( -448 -448 -8 ) ( ( 0.031250 0 3 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -96 -384 192 ) ( -192 -640 192 ) ( -448 -640 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.750000 ) ) base_floor/concrete 0 0 0\r
-( -128 -96 192 ) ( -192 -128 0 ) ( -64 -64 0 ) ( ( 0.015625 0 -6.260992 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -352 -312 192 ) ( -320 -184 0 ) ( -384 -440 0 ) ( ( 0.015625 0 0.424437 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 73\r
-{\r
-brushDef\r
-{\r
-( 128 -80 0 ) ( 128 64 0 ) ( 64 64 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -640 192 ) ( 192 -640 192 ) ( 96 -384 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -64 192 ) ( 64 -64 0 ) ( 448 -64 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 192 -128 0 ) ( 64 -64 0 ) ( 128 -96 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 74\r
-{\r
-brushDef\r
-{\r
-( 128 -80 0 ) ( 128 64 0 ) ( 64 64 0 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 64 -8 ) ( 64 64 8 ) ( 64 -80 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 128 256 -8 ) ( 128 256 8 ) ( 64 256 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -448 -8 ) ( 448 -448 8 ) ( 448 -304 8 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -640 192 ) ( 192 -640 192 ) ( 96 -384 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -64 0 ) ( 64 -64 192 ) ( 448 -64 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-}\r
-}\r
-// brush 75\r
-{\r
-brushDef\r
-{\r
-( 448 264 704 ) ( -440 264 704 ) ( -440 -1016 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -440 -1016 832 ) ( -440 264 832 ) ( 448 264 832 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -456 256 832 ) ( 432 256 832 ) ( 432 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 -1016 832 ) ( 448 264 832 ) ( 448 264 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 448 264 832 ) ( -440 264 832 ) ( -440 264 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -448 264 832 ) ( -448 -1016 832 ) ( -448 -1016 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 76\r
-{\r
-brushDef\r
-{\r
-( 64 -64 328 ) ( -64 -64 328 ) ( -64 -64 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -100 -384 192 ) ( -64 -64 192 ) ( -82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 64 -64 192 ) ( 100 -384 192 ) ( 82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -100 -64 192 ) ( -100 -384 296 ) ( 100 -224 244 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( -100 -272 260 ) ( -100 -128 260 ) ( 100 -200 260 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -88 -164 224 ) ( -88 -164 260 ) ( 88 -164 242 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 77\r
-{\r
-brushDef\r
-{\r
-( 64 -64 328 ) ( -64 -64 328 ) ( -64 -64 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -100 -384 192 ) ( -64 -64 192 ) ( -82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( 64 -64 192 ) ( 100 -384 192 ) ( 82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -100 -64 192 ) ( -100 -384 296 ) ( 100 -224 244 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-( -100 -384 296 ) ( -100 -64 296 ) ( 100 -224 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 134217728 0 0\r
-( -100 -128 260 ) ( -100 -272 260 ) ( 100 -200 260 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 134217728 0 0\r
-}\r
-}\r
-// brush 78\r
-{\r
-brushDef\r
-{\r
-( -80 -384 704 ) ( -80 -64 704 ) ( 48 -64 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 -384 328 ) ( 64 -384 328 ) ( 64 -384 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 64 -64 328 ) ( -64 -64 328 ) ( -64 -64 192 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -100 -384 192 ) ( -64 -64 192 ) ( -82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 -64 192 ) ( 100 -384 192 ) ( 82 -224 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -100 -64 296 ) ( -100 -384 296 ) ( 100 -224 296 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 79\r
-{\r
-brushDef\r
-{\r
-( 64 256 192 ) ( -64 256 192 ) ( -64 -64 192 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( -72 -64 704 ) ( -72 256 704 ) ( 56 256 704 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 -64 832 ) ( 64 -64 832 ) ( 64 -64 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 -64 832 ) ( 64 256 832 ) ( 64 256 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( 64 256 832 ) ( -64 256 832 ) ( -64 256 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-( -64 256 832 ) ( -64 -64 832 ) ( -64 -64 256 ) ( ( 0.031250 0 0 ) ( 0 0.031250 0 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-// brush 80\r
-{\r
-brushDef\r
-{\r
-( 256 104 -448 ) ( 168 104 -448 ) ( 168 -16 -448 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 168 -56 0 ) ( 168 64 0 ) ( 256 64 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) base_floor/concrete 0 0 0\r
-( -72 -1024 0 ) ( 16 -1024 0 ) ( 16 -1024 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_floor/concrete 0 0 0\r
-( 448 -56 328 ) ( 448 64 328 ) ( 448 64 320 ) ( ( 0.031250 0 -4.250000 ) ( 0 0.031250 -0.250000 ) ) common/caulk 0 0 0\r
-( 256 256 0 ) ( 168 256 0 ) ( 168 256 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) base_floor/concrete 0 0 0\r
-( -448 -192 0 ) ( -448 -312 0 ) ( -448 -312 -8 ) ( ( 0.031250 0 4.250000 ) ( 0 0.031250 -0.250000 ) ) common/caulk 0 0 0\r
-}\r
-}\r
-}\r
-// entity 1\r
-{\r
-"classname" "light"\r
-"light" "600"\r
-"origin" "-320 -832 320"\r
-}\r
-// entity 2\r
-{\r
-"origin" "1164 -460 0"\r
-"model" "models/mapobjects/kmlamp1.md3"\r
-"classname" "misc_model"\r
-}\r
-// entity 3\r
-{\r
-"classname" "light"\r
-"light" "300"\r
-"origin" "-64 -216 240"\r
-}\r
-// entity 4\r
-{\r
-"origin" "64 -216 240"\r
-"light" "300"\r
-"classname" "light"\r
-}\r
-// entity 5\r
-{\r
-"origin" "0 -768 24"\r
-"classname" "info_player_deathmatch"\r
-"angle" "270"\r
-}\r
-// entity 6\r
-{\r
-"angle" "0"\r
-"origin" "920 640 240"\r
-"light" "300"\r
-"classname" "light"\r
-}\r
-// entity 7\r
-{\r
-"angle" "0"\r
-"classname" "light"\r
-"light" "300"\r
-"origin" "920 768 240"\r
-}\r
-// entity 8\r
-{\r
-"_color" "1 0.9 0.9"\r
-"origin" "0 512 128"\r
-"light" "200"\r
-"classname" "light"\r
-}\r
-// entity 9\r
-{\r
-"classname" "light"\r
-"light" "200"\r
-"origin" "48 656 128"\r
-"_color" "1 0.9 0.9"\r
-}\r
-// entity 10\r
-{\r
-"_color" "1 0.9 0.9"\r
-"origin" "192 704 128"\r
-"light" "200"\r
-"classname" "light"\r
-}\r
-// entity 11\r
-{\r
-"classname" "light"\r
-"light" "200"\r
-"origin" "0 384 128"\r
-"_color" "1 0.9 0.9"\r
-}\r
-// entity 12\r
-{\r
-"_color" "1 0.9 0.9"\r
-"origin" "0 256 128"\r
-"light" "200"\r
-"classname" "light"\r
-}\r
-// entity 13\r
-{\r
-"classname" "light"\r
-"light" "200"\r
-"origin" "320 704 128"\r
-"_color" "1 0.9 0.9"\r
-}\r
-// entity 14\r
-{\r
-"_color" "1 0.9 0.9"\r
-"origin" "448 704 128"\r
-"light" "200"\r
-"classname" "light"\r
-}\r
-// entity 15\r
-{\r
-"origin" "64 -832 320"\r
-"light" "600"\r
-"classname" "light"\r
-}\r
-// entity 16\r
-{\r
-"classname" "light"\r
-"light" "600"\r
-"origin" "448 -832 320"\r
-}\r
-// entity 17\r
-{\r
-"origin" "832 -832 320"\r
-"light" "600"\r
-"classname" "light"\r
-}\r
-// entity 18\r
-{\r
-"classname" "light"\r
-"light" "600"\r
-"origin" "1408 -1088 256"\r
-}\r
diff --git a/docs/developer/TstMaps/western.map b/docs/developer/TstMaps/western.map
deleted file mode 100644 (file)
index 2141709..0000000
+++ /dev/null
@@ -1,5062 +0,0 @@
-{\r
-"classname" "worldspawn"\r
-// brush 0\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -760 872 -8 ) ( -760 1200 -8 ) ( -760 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 1\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 1200 -8 ) ( -8 1200 -8 ) ( -384 1200 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 2\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1272 -320 -8 ) ( 1272 -648 -8 ) ( 1272 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 3\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-( 1016 -640 -8 ) ( 640 -640 -8 ) ( 1016 -640 -56 ) ( ( 0.062500 0 0 ) ( 0 0.062500 0 ) ) common/invisible 0 0 0\r
-}\r
-}\r
-// brush 4\r
-{\r
-brushDef\r
-{\r
-( -384 888 896 ) ( -384 1216 896 ) ( -8 1216 896 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-( -384 1216 888 ) ( -384 888 888 ) ( -8 1216 888 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) skies/mkc_sky 0 0 0\r
-}\r
-}\r
-// brush 5\r
-{\r
-brushDef\r
-{\r
-( -8 1208 -56 ) ( -384 1208 -56 ) ( -384 880 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( 640 -648 -8 ) ( 1016 -648 -8 ) ( 1016 -648 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( 1280 -648 -8 ) ( 1280 -320 -8 ) ( 1280 -320 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -8 1208 -8 ) ( -384 1208 -8 ) ( -384 1208 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -768 1200 -8 ) ( -768 872 -8 ) ( -768 872 -56 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-( -384 1208 -48 ) ( -8 1208 -48 ) ( -384 880 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_floor/metalbridge06 0 0 0\r
-}\r
-}\r
-// brush 6\r
-{\r
-brushDef\r
-{\r
-( 392 0 280 ) ( 128 0 280 ) ( 128 -8 280 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -8 328 ) ( 128 0 328 ) ( 392 0 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 120 -8 304 ) ( 384 -8 304 ) ( 384 -8 296 ) ( ( 0.003906 0 -0.500000 ) ( 0 0.020833 6.833333 ) ) clan_xb/logo7 0 0 0\r
-( 384 -8 304 ) ( 384 0 304 ) ( 384 0 296 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 392 0 304 ) ( 128 0 304 ) ( 128 0 296 ) ( ( 0.003906 0 1.500000 ) ( 0 0.020833 6.833333 ) ) clan_xb/logo7 0 0 0\r
-( 128 0 304 ) ( 128 -8 304 ) ( 128 -8 296 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 7\r
-{\r
-brushDef\r
-{\r
-( 320 192 296 ) ( 192 192 296 ) ( 192 176 296 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 304 ) ( 192 184 304 ) ( 320 184 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 304 ) ( 320 168 304 ) ( 320 168 280 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 168 304 ) ( 320 184 304 ) ( 320 184 280 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 184 304 ) ( 192 184 304 ) ( 192 184 280 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 184 304 ) ( 192 168 304 ) ( 192 168 280 ) ( ( 0.007813 0 0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 8\r
-{\r
-brushDef\r
-{\r
-( 320 168 296 ) ( 192 168 296 ) ( 192 152 296 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 312 ) ( 192 168 312 ) ( 320 168 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 312 ) ( 320 152 312 ) ( 320 152 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 152 312 ) ( 320 168 312 ) ( 320 168 288 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 168 312 ) ( 192 168 312 ) ( 192 168 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 312 ) ( 192 152 312 ) ( 192 152 288 ) ( ( 0.007813 0 0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 9\r
-{\r
-brushDef\r
-{\r
-( 320 152 296 ) ( 192 152 296 ) ( 192 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 136 320 ) ( 192 152 320 ) ( 320 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 136 320 ) ( 320 136 320 ) ( 320 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 136 320 ) ( 320 152 320 ) ( 320 152 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 152 320 ) ( 192 152 320 ) ( 192 152 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 320 ) ( 192 136 320 ) ( 192 136 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 10\r
-{\r
-brushDef\r
-{\r
-( 320 200 296 ) ( 192 200 296 ) ( 192 184 296 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 184 304 ) ( 192 200 304 ) ( 320 200 304 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 184 304 ) ( 320 184 304 ) ( 320 184 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 184 304 ) ( 320 200 304 ) ( 320 200 296 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 200 304 ) ( 192 200 304 ) ( 192 200 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 200 304 ) ( 192 184 304 ) ( 192 184 296 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 11\r
-{\r
-brushDef\r
-{\r
-( 320 184 304 ) ( 192 184 304 ) ( 192 168 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 312 ) ( 192 184 312 ) ( 320 184 312 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 312 ) ( 320 168 312 ) ( 320 168 304 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 168 312 ) ( 320 184 312 ) ( 320 184 304 ) ( ( 0.007813 0 -0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 184 312 ) ( 192 184 312 ) ( 192 184 304 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 184 312 ) ( 192 168 312 ) ( 192 168 304 ) ( ( 0.007813 0 0.250016 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 12\r
-{\r
-brushDef\r
-{\r
-( 320 168 312 ) ( 192 168 312 ) ( 192 152 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 320 ) ( 192 168 320 ) ( 320 168 320 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 320 ) ( 320 152 320 ) ( 320 152 312 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 152 320 ) ( 320 168 320 ) ( 320 168 312 ) ( ( 0.007813 0 -0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 168 320 ) ( 192 168 320 ) ( 192 168 312 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 168 320 ) ( 192 152 320 ) ( 192 152 312 ) ( ( 0.007813 0 0.125008 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 13\r
-{\r
-brushDef\r
-{\r
-( 320 152 320 ) ( 192 152 320 ) ( 192 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 136 328 ) ( 192 152 328 ) ( 320 152 328 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 136 328 ) ( 320 136 328 ) ( 320 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 136 328 ) ( 320 152 328 ) ( 320 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 320 152 328 ) ( 192 152 328 ) ( 192 152 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 192 152 328 ) ( 192 136 328 ) ( 192 136 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 14\r
-{\r
-brushDef\r
-{\r
-( -40 136 376 ) ( -48 136 376 ) ( -48 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 128 392 ) ( -40 128 392 ) ( -40 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 128 392 ) ( -40 136 392 ) ( -40 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 136 392 ) ( -48 136 392 ) ( -48 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 136 392 ) ( -48 128 392 ) ( -48 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -8 128 424 ) ( -8 136 424 ) ( 0 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 15\r
-{\r
-brushDef\r
-{\r
-( -40 128 480 ) ( -40 136 480 ) ( -32 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 128 392 ) ( -40 128 392 ) ( -40 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 128 392 ) ( -40 136 392 ) ( -40 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 136 392 ) ( -48 136 392 ) ( -48 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 136 392 ) ( -48 128 392 ) ( -48 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -8 136 432 ) ( -8 128 432 ) ( 0 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 16\r
-{\r
-brushDef\r
-{\r
-( 8 136 432 ) ( 8 136 424 ) ( 8 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 128 432 ) ( -96 136 432 ) ( -96 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -8 128 424 ) ( -8 128 432 ) ( 0 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -7.250001 ) ) gothic_trim/wood2 0 0 0\r
-( -8 128 432 ) ( -8 136 432 ) ( 0 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -8 136 432 ) ( -8 136 424 ) ( 0 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -7.250000 ) ) gothic_trim/wood2 0 0 0\r
-( -8 136 424 ) ( -8 128 424 ) ( 0 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 11.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 17\r
-{\r
-brushDef\r
-{\r
-( 112 136 376 ) ( 104 136 376 ) ( 104 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 128 392 ) ( 112 128 392 ) ( 112 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 128 392 ) ( 112 136 392 ) ( 112 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 136 392 ) ( 104 136 392 ) ( 104 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 136 392 ) ( 104 128 392 ) ( 104 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 144 128 424 ) ( 144 136 424 ) ( 152 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 18\r
-{\r
-brushDef\r
-{\r
-( 112 128 480 ) ( 112 136 480 ) ( 120 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 128 392 ) ( 112 128 392 ) ( 112 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 128 392 ) ( 112 136 392 ) ( 112 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 136 392 ) ( 104 136 392 ) ( 104 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 136 392 ) ( 104 128 392 ) ( 104 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 144 136 432 ) ( 144 128 432 ) ( 152 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 19\r
-{\r
-brushDef\r
-{\r
-( 160 136 432 ) ( 160 136 424 ) ( 160 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 56 128 432 ) ( 56 136 432 ) ( 56 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 144 128 424 ) ( 144 128 432 ) ( 152 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -4.875001 ) ) gothic_trim/wood2 0 0 0\r
-( 144 128 432 ) ( 144 136 432 ) ( 152 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 144 136 432 ) ( 144 136 424 ) ( 152 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -4.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 144 136 424 ) ( 144 128 424 ) ( 152 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 9.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 20\r
-{\r
-brushDef\r
-{\r
-( 408 136 376 ) ( 400 136 376 ) ( 400 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 128 392 ) ( 408 128 392 ) ( 408 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 128 392 ) ( 408 136 392 ) ( 408 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 136 392 ) ( 400 136 392 ) ( 400 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 136 392 ) ( 400 128 392 ) ( 400 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 128 424 ) ( 440 136 424 ) ( 448 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 21\r
-{\r
-brushDef\r
-{\r
-( 408 128 480 ) ( 408 136 480 ) ( 416 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 128 392 ) ( 408 128 392 ) ( 408 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 128 392 ) ( 408 136 392 ) ( 408 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 136 392 ) ( 400 136 392 ) ( 400 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 136 392 ) ( 400 128 392 ) ( 400 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 136 432 ) ( 440 128 432 ) ( 448 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 22\r
-{\r
-brushDef\r
-{\r
-( 456 136 432 ) ( 456 136 424 ) ( 456 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 432 ) ( 352 136 432 ) ( 352 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 128 424 ) ( 440 128 432 ) ( 448 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 -0.250000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 128 432 ) ( 440 136 432 ) ( 448 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 136 432 ) ( 440 136 424 ) ( 448 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 -0.250000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 136 424 ) ( 440 128 424 ) ( 448 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 4.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 23\r
-{\r
-brushDef\r
-{\r
-( 560 136 376 ) ( 552 136 376 ) ( 552 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 128 392 ) ( 560 128 392 ) ( 560 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 128 392 ) ( 560 136 392 ) ( 560 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 136 392 ) ( 552 136 392 ) ( 552 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 136 392 ) ( 552 128 392 ) ( 552 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 592 128 424 ) ( 592 136 424 ) ( 600 128 424 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 24\r
-{\r
-brushDef\r
-{\r
-( 560 128 480 ) ( 560 136 480 ) ( 568 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 128 392 ) ( 560 128 392 ) ( 560 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 128 392 ) ( 560 136 392 ) ( 560 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 136 392 ) ( 552 136 392 ) ( 552 136 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 136 392 ) ( 552 128 392 ) ( 552 128 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 592 136 432 ) ( 592 128 432 ) ( 600 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 25\r
-{\r
-brushDef\r
-{\r
-( 608 136 432 ) ( 608 136 424 ) ( 608 128 424 ) ( ( -0.015625 0 0.250000 ) ( 0 -0.015625 -5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 128 432 ) ( 504 136 432 ) ( 504 136 440 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 592 128 424 ) ( 592 128 432 ) ( 600 128 432 ) ( ( 0 0.015625 5.875000 ) ( -0.015625 0 2.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 592 128 432 ) ( 592 136 432 ) ( 600 136 432 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 592 136 432 ) ( 592 136 424 ) ( 600 136 424 ) ( ( 0 -0.015625 -5.875000 ) ( 0.015625 0 2.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 592 136 424 ) ( 592 128 424 ) ( 600 128 424 ) ( ( -0.015625 0 0 ) ( 0 -0.015625 2.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 26\r
-{\r
-brushDef\r
-{\r
-( 632 0 384 ) ( 632 8 384 ) ( 504 8 384 ) ( ( 0 0.015625 9.875000 ) ( -0.015625 0 2.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 8 392 ) ( 632 8 392 ) ( 632 0 392 ) ( ( 0 -0.015625 9.875000 ) ( 0.015625 0 -2.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 8 392 ) ( -120 0 392 ) ( -120 0 336 ) ( ( 0.015625 0 -4.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 0 392 ) ( 632 0 392 ) ( 632 0 336 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 0 392 ) ( 632 8 392 ) ( 632 8 336 ) ( ( 0.015625 0 4.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 8 392 ) ( -120 8 392 ) ( -120 8 336 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 27\r
-{\r
-brushDef\r
-{\r
-( 640 128 384 ) ( 632 128 384 ) ( 632 0 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 0 392 ) ( 632 128 392 ) ( 640 128 392 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 0 392 ) ( 640 0 392 ) ( 640 0 336 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 0 392 ) ( 640 128 392 ) ( 640 128 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 392 ) ( 632 128 392 ) ( 632 128 336 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 128 392 ) ( 632 0 392 ) ( 632 0 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 28\r
-{\r
-brushDef\r
-{\r
-( -120 128 384 ) ( -128 128 384 ) ( -128 0 384 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 0 392 ) ( -128 128 392 ) ( -120 128 392 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 0 392 ) ( -120 0 392 ) ( -120 0 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 0 392 ) ( -120 128 392 ) ( -120 128 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 128 392 ) ( -128 128 392 ) ( -128 128 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 392 ) ( -128 0 392 ) ( -128 0 336 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 29\r
-{\r
-brushDef\r
-{\r
-( 648 104 328 ) ( 632 104 328 ) ( 632 96 328 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 96 384 ) ( 632 104 384 ) ( 648 104 384 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 88 336 ) ( 648 88 336 ) ( 648 88 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 80 336 ) ( 640 88 336 ) ( 640 88 328 ) ( ( 0.015625 0 0.250000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 96 336 ) ( 632 96 336 ) ( 632 96 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 104 336 ) ( 632 96 336 ) ( 632 96 328 ) ( ( 0.015625 0 -0.250000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 30\r
-{\r
-brushDef\r
-{\r
-( 648 48 328 ) ( 632 48 328 ) ( 632 40 328 ) ( ( 0.015625 0 1.125000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 40 384 ) ( 632 48 384 ) ( 648 48 384 ) ( ( 0.015625 0 1.125000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 32 336 ) ( 648 32 336 ) ( 648 32 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 24 336 ) ( 640 32 336 ) ( 640 32 328 ) ( ( 0.015625 0 1.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 40 336 ) ( 632 40 336 ) ( 632 40 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 48 336 ) ( 632 40 336 ) ( 632 40 328 ) ( ( 0.015625 0 -1.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 31\r
-{\r
-brushDef\r
-{\r
-( 616 16 328 ) ( 600 16 328 ) ( 600 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 11.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 8 384 ) ( 600 16 384 ) ( 616 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -11.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 0 336 ) ( 616 0 336 ) ( 616 0 328 ) ( ( 0.015625 0 -11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 608 -8 336 ) ( 608 0 336 ) ( 608 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 616 8 336 ) ( 600 8 336 ) ( 600 8 328 ) ( ( 0.015625 0 11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 16 336 ) ( 600 8 336 ) ( 600 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 32\r
-{\r
-brushDef\r
-{\r
-( 552 16 328 ) ( 536 16 328 ) ( 536 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 8 384 ) ( 536 16 384 ) ( 552 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 0 336 ) ( 552 0 336 ) ( 552 0 328 ) ( ( 0.015625 0 -10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 544 -8 336 ) ( 544 0 336 ) ( 544 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 552 8 336 ) ( 536 8 336 ) ( 536 8 328 ) ( ( 0.015625 0 10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 16 336 ) ( 536 8 336 ) ( 536 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 33\r
-{\r
-brushDef\r
-{\r
-( 488 16 328 ) ( 472 16 328 ) ( 472 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 8 384 ) ( 472 16 384 ) ( 488 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 0 336 ) ( 488 0 336 ) ( 488 0 328 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 480 -8 336 ) ( 480 0 336 ) ( 480 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 488 8 336 ) ( 472 8 336 ) ( 472 8 328 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 16 336 ) ( 472 8 336 ) ( 472 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 34\r
-{\r
-brushDef\r
-{\r
-( 424 16 328 ) ( 408 16 328 ) ( 408 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 8 384 ) ( 408 16 384 ) ( 424 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 0 336 ) ( 424 0 336 ) ( 424 0 328 ) ( ( 0.015625 0 -8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 416 -8 336 ) ( 416 0 336 ) ( 416 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 8 336 ) ( 408 8 336 ) ( 408 8 328 ) ( ( 0.015625 0 8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 16 336 ) ( 408 8 336 ) ( 408 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 35\r
-{\r
-brushDef\r
-{\r
-( 360 16 328 ) ( 344 16 328 ) ( 344 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 344 8 384 ) ( 344 16 384 ) ( 360 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 344 0 336 ) ( 360 0 336 ) ( 360 0 328 ) ( ( 0.015625 0 -7.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 -8 336 ) ( 352 0 336 ) ( 352 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 8 336 ) ( 344 8 336 ) ( 344 8 328 ) ( ( 0.015625 0 7.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 344 16 336 ) ( 344 8 336 ) ( 344 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 36\r
-{\r
-brushDef\r
-{\r
-( 296 16 328 ) ( 280 16 328 ) ( 280 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 6.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 280 8 384 ) ( 280 16 384 ) ( 296 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -6.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 280 0 336 ) ( 296 0 336 ) ( 296 0 328 ) ( ( 0.015625 0 -6.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 288 -8 336 ) ( 288 0 336 ) ( 288 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 296 8 336 ) ( 280 8 336 ) ( 280 8 328 ) ( ( 0.015625 0 6.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 280 16 336 ) ( 280 8 336 ) ( 280 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 37\r
-{\r
-brushDef\r
-{\r
-( 240 16 328 ) ( 224 16 328 ) ( 224 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 5.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 224 8 384 ) ( 224 16 384 ) ( 240 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -5.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 224 0 336 ) ( 240 0 336 ) ( 240 0 328 ) ( ( 0.015625 0 -5.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 232 -8 336 ) ( 232 0 336 ) ( 232 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 240 8 336 ) ( 224 8 336 ) ( 224 8 328 ) ( ( 0.015625 0 5.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 224 16 336 ) ( 224 8 336 ) ( 224 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 38\r
-{\r
-brushDef\r
-{\r
-( 264 16 328 ) ( 248 16 328 ) ( 248 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 248 8 384 ) ( 248 16 384 ) ( 264 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -5.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 248 0 336 ) ( 264 0 336 ) ( 264 0 328 ) ( ( 0.015625 0 -5.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 264 -8 336 ) ( 264 0 336 ) ( 264 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 264 8 336 ) ( 248 8 336 ) ( 248 8 328 ) ( ( 0.015625 0 5.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 248 16 336 ) ( 248 8 336 ) ( 248 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 39\r
-{\r
-brushDef\r
-{\r
-( 176 16 328 ) ( 160 16 328 ) ( 160 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 4.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 160 8 384 ) ( 160 16 384 ) ( 176 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -4.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 160 0 336 ) ( 176 0 336 ) ( 176 0 328 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 168 -8 336 ) ( 168 0 336 ) ( 168 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 176 8 336 ) ( 160 8 336 ) ( 160 8 328 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 160 16 336 ) ( 160 8 336 ) ( 160 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 40\r
-{\r
-brushDef\r
-{\r
-( 112 16 328 ) ( 96 16 328 ) ( 96 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 3.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 8 384 ) ( 96 16 384 ) ( 112 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -3.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 0 336 ) ( 112 0 336 ) ( 112 0 328 ) ( ( 0.015625 0 -3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 104 -8 336 ) ( 104 0 336 ) ( 104 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 112 8 336 ) ( 96 8 336 ) ( 96 8 328 ) ( ( 0.015625 0 3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 16 336 ) ( 96 8 336 ) ( 96 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 41\r
-{\r
-brushDef\r
-{\r
-( 48 16 328 ) ( 32 16 328 ) ( 32 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 2.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 8 384 ) ( 32 16 384 ) ( 48 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -2.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 0 336 ) ( 48 0 336 ) ( 48 0 328 ) ( ( 0.015625 0 -2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 40 -8 336 ) ( 40 0 336 ) ( 40 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 48 8 336 ) ( 32 8 336 ) ( 32 8 328 ) ( ( 0.015625 0 2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 16 336 ) ( 32 8 336 ) ( 32 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 42\r
-{\r
-brushDef\r
-{\r
-( -16 16 328 ) ( -32 16 328 ) ( -32 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 8 384 ) ( -32 16 384 ) ( -16 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 0 336 ) ( -16 0 336 ) ( -16 0 328 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -24 -8 336 ) ( -24 0 336 ) ( -24 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -16 8 336 ) ( -32 8 336 ) ( -32 8 328 ) ( ( 0.015625 0 1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 16 336 ) ( -32 8 336 ) ( -32 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 43\r
-{\r
-brushDef\r
-{\r
-( -80 16 328 ) ( -96 16 328 ) ( -96 8 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 8 384 ) ( -96 16 384 ) ( -80 16 384 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 -0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 0 336 ) ( -80 0 336 ) ( -80 0 328 ) ( ( 0.015625 0 -0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -88 -8 336 ) ( -88 0 336 ) ( -88 0 328 ) ( ( 0.015625 0 1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -80 8 336 ) ( -96 8 336 ) ( -96 8 328 ) ( ( 0.015625 0 0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 16 336 ) ( -96 8 336 ) ( -96 8 328 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 44\r
-{\r
-brushDef\r
-{\r
-( -112 72 328 ) ( -128 72 328 ) ( -128 64 328 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 64 384 ) ( -128 72 384 ) ( -112 72 384 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 56 336 ) ( -112 56 336 ) ( -112 56 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 56 336 ) ( -120 64 336 ) ( -120 64 328 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -112 72 336 ) ( -128 72 336 ) ( -128 72 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 72 336 ) ( -128 64 336 ) ( -128 64 328 ) ( ( 0.015625 0 -0.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 45\r
-{\r
-brushDef\r
-{\r
-( 648 72 328 ) ( 632 72 328 ) ( 632 64 328 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 64 384 ) ( 632 72 384 ) ( 648 72 384 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 56 336 ) ( 648 56 336 ) ( 648 56 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 56 336 ) ( 640 64 336 ) ( 640 64 328 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 72 336 ) ( 632 72 336 ) ( 632 72 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 72 336 ) ( 632 64 336 ) ( 632 64 328 ) ( ( 0.015625 0 -0.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 46\r
-{\r
-brushDef\r
-{\r
-( 648 128 328 ) ( 632 128 328 ) ( 632 120 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 120 384 ) ( 632 128 384 ) ( 648 128 384 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 120 336 ) ( 648 120 336 ) ( 648 120 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 120 336 ) ( 640 128 336 ) ( 640 128 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 128 336 ) ( 632 128 336 ) ( 632 128 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 128 336 ) ( 632 120 336 ) ( 632 120 328 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 47\r
-{\r
-brushDef\r
-{\r
-( 648 8 328 ) ( 632 8 328 ) ( 632 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 0 384 ) ( 632 8 384 ) ( 648 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 0 336 ) ( 648 0 336 ) ( 648 0 328 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 0 336 ) ( 640 8 336 ) ( 640 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 648 8 336 ) ( 632 8 336 ) ( 632 8 328 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 8 336 ) ( 632 0 336 ) ( 632 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 48\r
-{\r
-brushDef\r
-{\r
-( 584 8 328 ) ( 568 8 328 ) ( 568 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 0 384 ) ( 568 8 384 ) ( 584 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 0 336 ) ( 584 0 336 ) ( 584 0 328 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 576 0 336 ) ( 576 8 336 ) ( 576 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 584 8 336 ) ( 568 8 336 ) ( 568 8 328 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 8 336 ) ( 568 0 336 ) ( 568 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 49\r
-{\r
-brushDef\r
-{\r
-( 520 8 328 ) ( 504 8 328 ) ( 504 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 0 384 ) ( 504 8 384 ) ( 520 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 0 336 ) ( 520 0 336 ) ( 520 0 328 ) ( ( 0.015625 0 -9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 512 0 336 ) ( 512 8 336 ) ( 512 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 520 8 336 ) ( 504 8 336 ) ( 504 8 328 ) ( ( 0.015625 0 9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 8 336 ) ( 504 0 336 ) ( 504 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 50\r
-{\r
-brushDef\r
-{\r
-( 456 8 328 ) ( 440 8 328 ) ( 440 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 0 384 ) ( 440 8 384 ) ( 456 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 0 336 ) ( 456 0 336 ) ( 456 0 328 ) ( ( 0.015625 0 -8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 448 0 336 ) ( 448 8 336 ) ( 448 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 456 8 336 ) ( 440 8 336 ) ( 440 8 328 ) ( ( 0.015625 0 8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 8 336 ) ( 440 0 336 ) ( 440 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 51\r
-{\r
-brushDef\r
-{\r
-( 392 8 328 ) ( 376 8 328 ) ( 376 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 0 384 ) ( 376 8 384 ) ( 392 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 0 336 ) ( 392 0 336 ) ( 392 0 328 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 384 0 336 ) ( 384 8 336 ) ( 384 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 392 8 336 ) ( 376 8 336 ) ( 376 8 328 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 8 336 ) ( 376 0 336 ) ( 376 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 52\r
-{\r
-brushDef\r
-{\r
-( 328 8 328 ) ( 312 8 328 ) ( 312 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 6.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 312 0 384 ) ( 312 8 384 ) ( 328 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -6.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 312 0 336 ) ( 328 0 336 ) ( 328 0 328 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 320 0 336 ) ( 320 8 336 ) ( 320 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 328 8 336 ) ( 312 8 336 ) ( 312 8 328 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 312 8 336 ) ( 312 0 336 ) ( 312 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 53\r
-{\r
-brushDef\r
-{\r
-( 208 8 328 ) ( 192 8 328 ) ( 192 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 5 ) ) gothic_trim/wood2 0 0 0\r
-( 192 0 384 ) ( 192 8 384 ) ( 208 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 192 0 336 ) ( 208 0 336 ) ( 208 0 328 ) ( ( 0.015625 0 -5 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 200 0 336 ) ( 200 8 336 ) ( 200 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 208 8 336 ) ( 192 8 336 ) ( 192 8 328 ) ( ( 0.015625 0 5 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 192 8 336 ) ( 192 0 336 ) ( 192 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 54\r
-{\r
-brushDef\r
-{\r
-( 144 8 328 ) ( 128 8 328 ) ( 128 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 4 ) ) gothic_trim/wood2 0 0 0\r
-( 128 0 384 ) ( 128 8 384 ) ( 144 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -4 ) ) gothic_trim/wood2 0 0 0\r
-( 128 0 336 ) ( 144 0 336 ) ( 144 0 328 ) ( ( 0.015625 0 -4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 136 0 336 ) ( 136 8 336 ) ( 136 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 144 8 336 ) ( 128 8 336 ) ( 128 8 328 ) ( ( 0.015625 0 4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 128 8 336 ) ( 128 0 336 ) ( 128 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 55\r
-{\r
-brushDef\r
-{\r
-( 80 8 328 ) ( 64 8 328 ) ( 64 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 3 ) ) gothic_trim/wood2 0 0 0\r
-( 64 0 384 ) ( 64 8 384 ) ( 80 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -3 ) ) gothic_trim/wood2 0 0 0\r
-( 64 0 336 ) ( 80 0 336 ) ( 80 0 328 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 72 0 336 ) ( 72 8 336 ) ( 72 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 80 8 336 ) ( 64 8 336 ) ( 64 8 328 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 64 8 336 ) ( 64 0 336 ) ( 64 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 56\r
-{\r
-brushDef\r
-{\r
-( 16 8 328 ) ( 0 8 328 ) ( 0 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 2 ) ) gothic_trim/wood2 0 0 0\r
-( 0 0 384 ) ( 0 8 384 ) ( 16 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -2 ) ) gothic_trim/wood2 0 0 0\r
-( 0 0 336 ) ( 16 0 336 ) ( 16 0 328 ) ( ( 0.015625 0 -2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 0 336 ) ( 8 8 336 ) ( 8 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 16 8 336 ) ( 0 8 336 ) ( 0 8 328 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 0 8 336 ) ( 0 0 336 ) ( 0 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 57\r
-{\r
-brushDef\r
-{\r
-( -48 8 328 ) ( -64 8 328 ) ( -64 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 1 ) ) gothic_trim/wood2 0 0 0\r
-( -64 0 384 ) ( -64 8 384 ) ( -48 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -1 ) ) gothic_trim/wood2 0 0 0\r
-( -64 0 336 ) ( -48 0 336 ) ( -48 0 328 ) ( ( 0.015625 0 -1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -56 0 336 ) ( -56 8 336 ) ( -56 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -48 8 336 ) ( -64 8 336 ) ( -64 8 328 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -64 8 336 ) ( -64 0 336 ) ( -64 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 58\r
-{\r
-brushDef\r
-{\r
-( -112 32 328 ) ( -128 32 328 ) ( -128 24 328 ) ( ( 0.015625 0 1.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 24 384 ) ( -128 32 384 ) ( -112 32 384 ) ( ( 0.015625 0 1.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 24 336 ) ( -112 24 336 ) ( -112 24 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 24 336 ) ( -120 32 336 ) ( -120 32 328 ) ( ( 0.015625 0 1.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -112 32 336 ) ( -128 32 336 ) ( -128 32 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 32 336 ) ( -128 24 336 ) ( -128 24 328 ) ( ( 0.015625 0 -1.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 59\r
-{\r
-brushDef\r
-{\r
-( -112 96 328 ) ( -128 96 328 ) ( -128 88 328 ) ( ( 0.015625 0 0.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 88 384 ) ( -128 96 384 ) ( -112 96 384 ) ( ( 0.015625 0 0.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 88 336 ) ( -112 88 336 ) ( -112 88 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 88 336 ) ( -120 96 336 ) ( -120 96 328 ) ( ( 0.015625 0 0.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -112 96 336 ) ( -128 96 336 ) ( -128 96 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 96 336 ) ( -128 88 336 ) ( -128 88 328 ) ( ( 0.015625 0 -0.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 60\r
-{\r
-brushDef\r
-{\r
-( -112 8 328 ) ( -128 8 328 ) ( -128 0 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 0 384 ) ( -128 8 384 ) ( -112 8 384 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 0 336 ) ( -112 0 336 ) ( -112 0 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 0 336 ) ( -120 8 336 ) ( -120 8 328 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -112 8 336 ) ( -128 8 336 ) ( -128 8 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 8 336 ) ( -128 0 336 ) ( -128 0 328 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 61\r
-{\r
-brushDef\r
-{\r
-( -112 128 328 ) ( -128 128 328 ) ( -128 120 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 120 384 ) ( -128 128 384 ) ( -112 128 384 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 120 336 ) ( -112 120 336 ) ( -112 120 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 120 336 ) ( -120 128 336 ) ( -120 128 328 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -112 128 336 ) ( -128 128 336 ) ( -128 128 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 336 ) ( -128 120 336 ) ( -128 120 328 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 62\r
-{\r
-brushDef\r
-{\r
-( 192 128 512 ) ( 192 136 512 ) ( 224 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 512 ) ( 224 128 512 ) ( 224 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 512 ) ( 320 136 512 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 512 ) ( 288 136 512 ) ( 288 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 512 ) ( 192 128 512 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 144 480 ) ( 192 136 480 ) ( 320 144 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 63\r
-{\r
-brushDef\r
-{\r
-( 216 136 224 ) ( 184 136 224 ) ( 184 128 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 512 ) ( 224 128 512 ) ( 224 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 512 ) ( 320 136 512 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 512 ) ( 288 136 512 ) ( 288 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 512 ) ( 192 128 512 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 328 ) ( 320 136 328 ) ( 192 128 328 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 64\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 480 ) ( 456 128 480 ) ( 456 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 504 128 480 ) ( 504 136 480 ) ( 504 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 65\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 480 ) ( 608 128 480 ) ( 608 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 66\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 1088 136 376 ) ( 320 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 480 ) ( 320 136 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 480 ) ( 352 136 480 ) ( 352 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 67\r
-{\r
-brushDef\r
-{\r
-( 320 128 512 ) ( 320 136 512 ) ( 640 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 480 ) ( 320 128 480 ) ( 1088 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 68\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 136 232 ) ( 352 128 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 376 ) ( 1088 136 376 ) ( 320 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 69\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 136 480 ) ( 8 128 480 ) ( 8 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 128 480 ) ( 56 136 480 ) ( 56 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 70\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 136 480 ) ( 160 128 480 ) ( 160 136 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 71\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 376 ) ( -128 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 480 ) ( -128 136 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 128 480 ) ( -96 136 480 ) ( -96 128 368 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 72\r
-{\r
-brushDef\r
-{\r
-( -128 128 512 ) ( -128 136 512 ) ( 192 136 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 480 ) ( -128 128 480 ) ( 640 136 480 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 73\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 144 232 ) ( 56 136 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 376 ) ( 640 136 376 ) ( -128 128 376 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 74\r
-{\r
-brushDef\r
-{\r
-( 120 128 320 ) ( -128 128 320 ) ( -128 0 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 0 328 ) ( -120 128 328 ) ( 128 128 328 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 0 576 ) ( 120 0 576 ) ( 120 0 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 16 576 ) ( 640 144 576 ) ( 640 144 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 120 128 576 ) ( -128 128 576 ) ( -128 128 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 128 576 ) ( -128 0 576 ) ( -128 0 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 75\r
-{\r
-brushDef\r
-{\r
-( 640 968 512 ) ( 568 968 512 ) ( 568 920 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 448 776 768 ) ( 448 320 768 ) ( 64 320 768 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 320 768 ) ( 640 320 768 ) ( 640 128 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 448 320 768 ) ( 448 776 768 ) ( 640 968 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 640 776 768 ) ( -128 776 768 ) ( -128 968 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( 64 776 768 ) ( 64 320 768 ) ( -128 128 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-}\r
-}\r
-// brush 76\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 560 824 8 0 0 ) ( 560 824 40 0 0.500000 ) ( 560 824 72 0 1 ) )\r
-( ( 560 816 8 0.125000 0 ) ( 560 816 40 0.125000 0.500000 ) ( 560 816 72 0.125000 1 ) )\r
-( ( 568 816 8 0.250000 0 ) ( 568 816 40 0.250000 0.500000 ) ( 568 816 72 0.250000 1 ) )\r
-( ( 576 816 8 0.375000 0 ) ( 576 816 40 0.375000 0.500000 ) ( 576 816 72 0.375000 1 ) )\r
-( ( 576 824 8 0.500000 0 ) ( 576 824 40 0.500000 0.500000 ) ( 576 824 72 0.500000 1 ) )\r
-( ( 576 832 8 0.625000 0 ) ( 576 832 40 0.625000 0.500000 ) ( 576 832 72 0.625000 1 ) )\r
-( ( 568 832 8 0.750000 0 ) ( 568 832 40 0.750000 0.500000 ) ( 568 832 72 0.750000 1 ) )\r
-( ( 560 832 8 0.875000 0 ) ( 560 832 40 0.875000 0.500000 ) ( 560 832 72 0.875000 1 ) )\r
-( ( 560 824 8 1 0 ) ( 560 824 40 1 0.500000 ) ( 560 824 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 77\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -64 824 8 0 0 ) ( -64 824 40 0 0.500000 ) ( -64 824 72 0 1 ) )\r
-( ( -64 816 8 0.125000 0 ) ( -64 816 40 0.125000 0.500000 ) ( -64 816 72 0.125000 1 ) )\r
-( ( -56 816 8 0.250000 0 ) ( -56 816 40 0.250000 0.500000 ) ( -56 816 72 0.250000 1 ) )\r
-( ( -48 816 8 0.375000 0 ) ( -48 816 40 0.375000 0.500000 ) ( -48 816 72 0.375000 1 ) )\r
-( ( -48 824 8 0.500000 0 ) ( -48 824 40 0.500000 0.500000 ) ( -48 824 72 0.500000 1 ) )\r
-( ( -48 832 8 0.625000 0 ) ( -48 832 40 0.625000 0.500000 ) ( -48 832 72 0.625000 1 ) )\r
-( ( -56 832 8 0.750000 0 ) ( -56 832 40 0.750000 0.500000 ) ( -56 832 72 0.750000 1 ) )\r
-( ( -64 832 8 0.875000 0 ) ( -64 832 40 0.875000 0.500000 ) ( -64 832 72 0.875000 1 ) )\r
-( ( -64 824 8 1 0 ) ( -64 824 40 1 0.500000 ) ( -64 824 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 78\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -64 928 8 0 0 ) ( -64 928 40 0 0.500000 ) ( -64 928 72 0 1 ) )\r
-( ( -64 920 8 0.125000 0 ) ( -64 920 40 0.125000 0.500000 ) ( -64 920 72 0.125000 1 ) )\r
-( ( -56 920 8 0.250000 0 ) ( -56 920 40 0.250000 0.500000 ) ( -56 920 72 0.250000 1 ) )\r
-( ( -48 920 8 0.375000 0 ) ( -48 920 40 0.375000 0.500000 ) ( -48 920 72 0.375000 1 ) )\r
-( ( -48 928 8 0.500000 0 ) ( -48 928 40 0.500000 0.500000 ) ( -48 928 72 0.500000 1 ) )\r
-( ( -48 936 8 0.625000 0 ) ( -48 936 40 0.625000 0.500000 ) ( -48 936 72 0.625000 1 ) )\r
-( ( -56 936 8 0.750000 0 ) ( -56 936 40 0.750000 0.500000 ) ( -56 936 72 0.750000 1 ) )\r
-( ( -64 936 8 0.875000 0 ) ( -64 936 40 0.875000 0.500000 ) ( -64 936 72 0.875000 1 ) )\r
-( ( -64 928 8 1 0 ) ( -64 928 40 1 0.500000 ) ( -64 928 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 79\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 8 744 8 0 0 ) ( 8 744 40 0 0.500000 ) ( 8 744 72 0 1 ) )\r
-( ( 8 736 8 0.125000 0 ) ( 8 736 40 0.125000 0.500000 ) ( 8 736 72 0.125000 1 ) )\r
-( ( 16 736 8 0.250000 0 ) ( 16 736 40 0.250000 0.500000 ) ( 16 736 72 0.250000 1 ) )\r
-( ( 24 736 8 0.375000 0 ) ( 24 736 40 0.375000 0.500000 ) ( 24 736 72 0.375000 1 ) )\r
-( ( 24 744 8 0.500000 0 ) ( 24 744 40 0.500000 0.500000 ) ( 24 744 72 0.500000 1 ) )\r
-( ( 24 752 8 0.625000 0 ) ( 24 752 40 0.625000 0.500000 ) ( 24 752 72 0.625000 1 ) )\r
-( ( 16 752 8 0.750000 0 ) ( 16 752 40 0.750000 0.500000 ) ( 16 752 72 0.750000 1 ) )\r
-( ( 8 752 8 0.875000 0 ) ( 8 752 40 0.875000 0.500000 ) ( 8 752 72 0.875000 1 ) )\r
-( ( 8 744 8 1 0 ) ( 8 744 40 1 0.500000 ) ( 8 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 80\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 104 744 8 0 0 ) ( 104 744 40 0 0.500000 ) ( 104 744 72 0 1 ) )\r
-( ( 104 736 8 0.125000 0 ) ( 104 736 40 0.125000 0.500000 ) ( 104 736 72 0.125000 1 ) )\r
-( ( 112 736 8 0.250000 0 ) ( 112 736 40 0.250000 0.500000 ) ( 112 736 72 0.250000 1 ) )\r
-( ( 120 736 8 0.375000 0 ) ( 120 736 40 0.375000 0.500000 ) ( 120 736 72 0.375000 1 ) )\r
-( ( 120 744 8 0.500000 0 ) ( 120 744 40 0.500000 0.500000 ) ( 120 744 72 0.500000 1 ) )\r
-( ( 120 752 8 0.625000 0 ) ( 120 752 40 0.625000 0.500000 ) ( 120 752 72 0.625000 1 ) )\r
-( ( 112 752 8 0.750000 0 ) ( 112 752 40 0.750000 0.500000 ) ( 112 752 72 0.750000 1 ) )\r
-( ( 104 752 8 0.875000 0 ) ( 104 752 40 0.875000 0.500000 ) ( 104 752 72 0.875000 1 ) )\r
-( ( 104 744 8 1 0 ) ( 104 744 40 1 0.500000 ) ( 104 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 81\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 272 744 8 0 0 ) ( 272 744 40 0 0.500000 ) ( 272 744 72 0 1 ) )\r
-( ( 272 736 8 0.125000 0 ) ( 272 736 40 0.125000 0.500000 ) ( 272 736 72 0.125000 1 ) )\r
-( ( 280 736 8 0.250000 0 ) ( 280 736 40 0.250000 0.500000 ) ( 280 736 72 0.250000 1 ) )\r
-( ( 288 736 8 0.375000 0 ) ( 288 736 40 0.375000 0.500000 ) ( 288 736 72 0.375000 1 ) )\r
-( ( 288 744 8 0.500000 0 ) ( 288 744 40 0.500000 0.500000 ) ( 288 744 72 0.500000 1 ) )\r
-( ( 288 752 8 0.625000 0 ) ( 288 752 40 0.625000 0.500000 ) ( 288 752 72 0.625000 1 ) )\r
-( ( 280 752 8 0.750000 0 ) ( 280 752 40 0.750000 0.500000 ) ( 280 752 72 0.750000 1 ) )\r
-( ( 272 752 8 0.875000 0 ) ( 272 752 40 0.875000 0.500000 ) ( 272 752 72 0.875000 1 ) )\r
-( ( 272 744 8 1 0 ) ( 272 744 40 1 0.500000 ) ( 272 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 82\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 376 744 8 0 0 ) ( 376 744 40 0 0.500000 ) ( 376 744 72 0 1 ) )\r
-( ( 376 736 8 0.125000 0 ) ( 376 736 40 0.125000 0.500000 ) ( 376 736 72 0.125000 1 ) )\r
-( ( 384 736 8 0.250000 0 ) ( 384 736 40 0.250000 0.500000 ) ( 384 736 72 0.250000 1 ) )\r
-( ( 392 736 8 0.375000 0 ) ( 392 736 40 0.375000 0.500000 ) ( 392 736 72 0.375000 1 ) )\r
-( ( 392 744 8 0.500000 0 ) ( 392 744 40 0.500000 0.500000 ) ( 392 744 72 0.500000 1 ) )\r
-( ( 392 752 8 0.625000 0 ) ( 392 752 40 0.625000 0.500000 ) ( 392 752 72 0.625000 1 ) )\r
-( ( 384 752 8 0.750000 0 ) ( 384 752 40 0.750000 0.500000 ) ( 384 752 72 0.750000 1 ) )\r
-( ( 376 752 8 0.875000 0 ) ( 376 752 40 0.875000 0.500000 ) ( 376 752 72 0.875000 1 ) )\r
-( ( 376 744 8 1 0 ) ( 376 744 40 1 0.500000 ) ( 376 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 83\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 464 744 8 0 0 ) ( 464 744 40 0 0.500000 ) ( 464 744 72 0 1 ) )\r
-( ( 464 736 8 0.125000 0 ) ( 464 736 40 0.125000 0.500000 ) ( 464 736 72 0.125000 1 ) )\r
-( ( 472 736 8 0.250000 0 ) ( 472 736 40 0.250000 0.500000 ) ( 472 736 72 0.250000 1 ) )\r
-( ( 480 736 8 0.375000 0 ) ( 480 736 40 0.375000 0.500000 ) ( 480 736 72 0.375000 1 ) )\r
-( ( 480 744 8 0.500000 0 ) ( 480 744 40 0.500000 0.500000 ) ( 480 744 72 0.500000 1 ) )\r
-( ( 480 752 8 0.625000 0 ) ( 480 752 40 0.625000 0.500000 ) ( 480 752 72 0.625000 1 ) )\r
-( ( 472 752 8 0.750000 0 ) ( 472 752 40 0.750000 0.500000 ) ( 472 752 72 0.750000 1 ) )\r
-( ( 464 752 8 0.875000 0 ) ( 464 752 40 0.875000 0.500000 ) ( 464 752 72 0.875000 1 ) )\r
-( ( 464 744 8 1 0 ) ( 464 744 40 1 0.500000 ) ( 464 744 72 1 1 ) )\r
-)\r
-  }\r
- }\r
-// brush 84\r
-{\r
-brushDef\r
-{\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 524 336 72 ) ( 524 304 72 ) ( 532 304 72 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 304 80 ) ( 524 336 80 ) ( 524 304 24 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 85\r
-{\r
-brushDef\r
-{\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 532 304 80 ) ( 524 304 80 ) ( 524 336 80 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 532 336 128 ) ( 532 304 128 ) ( 532 336 72 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 86\r
-{\r
-brushDef\r
-{\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 96 ) ( 528 336 96 ) ( 536 304 96 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 304 80 ) ( 532 304 80 ) ( 524 336 80 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 87\r
-{\r
-brushDef\r
-{\r
-( 520 312 48 ) ( 520 304 48 ) ( 528 304 48 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 304 104 ) ( 536 312 104 ) ( 528 312 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 524 304 72 ) ( 524 336 72 ) ( 532 304 72 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 88\r
-{\r
-brushDef\r
-{\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 524 344 72 ) ( 524 312 72 ) ( 532 312 72 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 312 80 ) ( 524 344 80 ) ( 524 312 24 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 89\r
-{\r
-brushDef\r
-{\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 532 312 80 ) ( 524 312 80 ) ( 524 344 80 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 532 344 128 ) ( 532 312 128 ) ( 532 344 72 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 90\r
-{\r
-brushDef\r
-{\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 96 ) ( 528 336 96 ) ( 536 304 96 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 312 80 ) ( 532 312 80 ) ( 524 344 80 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 91\r
-{\r
-brushDef\r
-{\r
-( 520 336 48 ) ( 520 328 48 ) ( 528 328 48 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 328 104 ) ( 536 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 524 312 72 ) ( 524 344 72 ) ( 532 312 72 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 92\r
-{\r
-brushDef\r
-{\r
-( 524 336 72 ) ( 524 304 72 ) ( 532 304 72 ) ( ( 0 -0.015625 -4.187500 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 532 304 80 ) ( 524 304 80 ) ( 524 336 80 ) ( ( 0 0.015625 -4.187500 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 532 304 128 ) ( 532 336 128 ) ( 532 336 72 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 532 336 80 ) ( 524 336 80 ) ( 524 336 24 ) ( ( 0.015625 0 5.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 336 80 ) ( 524 304 80 ) ( 524 304 24 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 524 304 80 ) ( 532 304 80 ) ( 532 304 24 ) ( ( 0.015625 0 -5.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 93\r
-{\r
-brushDef\r
-{\r
-( 528 312 80 ) ( 520 312 80 ) ( 520 312 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 312 104 ) ( 528 304 104 ) ( 520 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 80 ) ( 528 304 80 ) ( 528 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 104 ) ( 528 336 104 ) ( 528 304 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 94\r
-{\r
-brushDef\r
-{\r
-( 528 336 80 ) ( 520 336 80 ) ( 520 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 104 ) ( 528 328 104 ) ( 520 328 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0.724778 ) ) gothic_trim/wood2 0 0 0\r
-( 520 328 80 ) ( 528 328 80 ) ( 528 328 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 104 ) ( 528 336 104 ) ( 528 304 48 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 95\r
-{\r
-brushDef\r
-{\r
-( 528 336 96 ) ( 528 304 96 ) ( 536 304 96 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 304 104 ) ( 528 304 104 ) ( 528 336 104 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 304 152 ) ( 536 336 152 ) ( 536 336 96 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 536 336 104 ) ( 528 336 104 ) ( 528 336 48 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 104 ) ( 528 304 104 ) ( 528 304 48 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 104 ) ( 536 304 104 ) ( 536 304 48 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 96\r
-{\r
-brushDef\r
-{\r
-( 488 336 8 ) ( 496 336 8 ) ( 496 344 8 ) ( ( -0.015625 0 8.125000 ) ( 0 -0.015625 -15 ) ) gothic_trim/wood2 0 0 0\r
-( 504 336 40 ) ( 504 328 40 ) ( 496 328 40 ) ( ( -0.015625 0 8.125000 ) ( 0 -0.015625 15 ) ) gothic_trim/wood2 0 0 0\r
-( 488 344 8 ) ( 496 344 8 ) ( 504 336 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -3.368932 ) ) gothic_trim/wood2 0 0 0\r
-( 488 328 8 ) ( 488 336 8 ) ( 496 336 40 ) ( ( 0.015625 0 13.375000 ) ( 0 0.015625 -1.216441 ) ) gothic_trim/wood2 0 0 0\r
-( 496 336 8 ) ( 488 336 8 ) ( 496 328 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -3.368936 ) ) gothic_trim/wood2 0 0 0\r
-( 496 336 8 ) ( 496 328 8 ) ( 504 328 40 ) ( ( 0.015625 0 -13.375000 ) ( 0 0.015625 -1.216413 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 97\r
-{\r
-brushDef\r
-{\r
-( 496 296 8 ) ( 496 304 8 ) ( 488 304 8 ) ( ( 0 0.015625 11.625000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 496 312 40 ) ( 504 312 40 ) ( 504 304 40 ) ( ( 0 -0.015625 11.625000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 488 296 8 ) ( 488 304 8 ) ( 496 312 40 ) ( ( 0.015625 0 1.750000 ) ( 0 0.015625 -2.580697 ) ) gothic_trim/wood2 0 0 0\r
-( 504 296 8 ) ( 496 296 8 ) ( 496 304 40 ) ( ( 0.015625 0 10.125000 ) ( 0 0.015625 0.299379 ) ) gothic_trim/wood2 0 0 0\r
-( 496 304 8 ) ( 496 296 8 ) ( 504 304 40 ) ( ( 0.015625 0 -1.750000 ) ( 0 0.015625 -2.580694 ) ) gothic_trim/wood2 0 0 0\r
-( 496 304 8 ) ( 504 304 8 ) ( 504 312 40 ) ( ( 0.015625 0 -10.125000 ) ( 0 0.015625 0.299380 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 98\r
-{\r
-brushDef\r
-{\r
-( 536 304 8 ) ( 528 304 8 ) ( 528 296 8 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 520 304 40 ) ( 520 312 40 ) ( 528 312 40 ) ( ( 0.015625 0 -1.625000 ) ( 0 0.015625 -0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 296 8 ) ( 528 296 8 ) ( 520 304 40 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 -0.761721 ) ) gothic_trim/wood2 0 0 0\r
-( 536 312 8 ) ( 536 304 8 ) ( 528 304 40 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -0.488851 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 8 ) ( 536 304 8 ) ( 528 312 40 ) ( ( 0.015625 0 1.500000 ) ( 0 0.015625 -0.761720 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 8 ) ( 528 312 8 ) ( 520 312 40 ) ( ( 0.015625 0 -2.625000 ) ( 0 0.015625 -0.488853 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 99\r
-{\r
-brushDef\r
-{\r
-( 528 344 8 ) ( 528 336 8 ) ( 536 336 8 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 528 328 40 ) ( 520 328 40 ) ( 520 336 40 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 344 8 ) ( 536 336 8 ) ( 528 328 40 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 -1.368011 ) ) gothic_trim/wood2 0 0 0\r
-( 520 344 8 ) ( 528 344 8 ) ( 528 336 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 -2.125928 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 8 ) ( 528 344 8 ) ( 520 336 40 ) ( ( 0.015625 0 8.250001 ) ( 0 0.015625 -1.368012 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 8 ) ( 520 336 8 ) ( 520 328 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 -2.125930 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 100\r
-{\r
-brushDef\r
-{\r
-( 496 328 40 ) ( 496 304 40 ) ( 528 304 40 ) ( ( 0 -0.015625 -4.125000 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 48 ) ( 496 304 48 ) ( 496 328 48 ) ( ( 0 0.015625 -4.125000 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 528 304 48 ) ( 528 328 48 ) ( 528 328 40 ) ( ( 0.015625 0 -8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 528 336 48 ) ( 496 336 48 ) ( 496 336 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 496 328 48 ) ( 496 304 48 ) ( 496 304 40 ) ( ( 0.015625 0 8.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 496 304 48 ) ( 528 304 48 ) ( 528 304 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 101\r
-{\r
-brushDef\r
-{\r
-( 440 352 40 ) ( 464 352 40 ) ( 464 384 40 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 48 ) ( 464 352 48 ) ( 440 352 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 48 ) ( 440 384 48 ) ( 440 384 40 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 48 ) ( 432 352 48 ) ( 432 352 40 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 352 48 ) ( 464 352 48 ) ( 464 352 40 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 352 48 ) ( 464 384 48 ) ( 464 384 40 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 102\r
-{\r
-brushDef\r
-{\r
-( 424 384 8 ) ( 432 384 8 ) ( 432 392 8 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 384 40 ) ( 440 376 40 ) ( 432 376 40 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 392 8 ) ( 432 392 8 ) ( 440 384 40 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 -4.035891 ) ) gothic_trim/wood2 0 0 0\r
-( 424 376 8 ) ( 424 384 8 ) ( 432 384 40 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 -1.883390 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 8 ) ( 424 384 8 ) ( 432 376 40 ) ( ( 0.015625 0 7.250001 ) ( 0 0.015625 -4.035891 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 8 ) ( 432 376 8 ) ( 440 376 40 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 -1.883390 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 103\r
-{\r
-brushDef\r
-{\r
-( 464 392 8 ) ( 464 384 8 ) ( 472 384 8 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -13 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 40 ) ( 456 376 40 ) ( 456 384 40 ) ( ( 0 0.015625 -3.375000 ) ( -0.015625 0 13 ) ) gothic_trim/wood2 0 0 0\r
-( 472 392 8 ) ( 472 384 8 ) ( 464 376 40 ) ( ( 0.015625 0 -12.500000 ) ( 0 0.015625 -1.004194 ) ) gothic_trim/wood2 0 0 0\r
-( 456 392 8 ) ( 464 392 8 ) ( 464 384 40 ) ( ( 0.015625 0 3.625000 ) ( 0 0.015625 -3.156694 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 8 ) ( 464 392 8 ) ( 456 384 40 ) ( ( 0.015625 0 12.500000 ) ( 0 0.015625 -1.004192 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 8 ) ( 456 384 8 ) ( 456 376 40 ) ( ( 0.015625 0 -3.625000 ) ( 0 0.015625 -3.156695 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 104\r
-{\r
-brushDef\r
-{\r
-( 472 352 8 ) ( 464 352 8 ) ( 464 344 8 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 352 40 ) ( 456 360 40 ) ( 464 360 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 472 344 8 ) ( 464 344 8 ) ( 456 352 40 ) ( ( 0.015625 0 0.750000 ) ( 0 0.015625 0.087216 ) ) gothic_trim/wood2 0 0 0\r
-( 472 360 8 ) ( 472 352 8 ) ( 464 352 40 ) ( ( 0.015625 0 -0.875000 ) ( 0 0.015625 0.056903 ) ) gothic_trim/wood2 0 0 0\r
-( 464 352 8 ) ( 472 352 8 ) ( 464 360 40 ) ( ( 0.015625 0 -0.750000 ) ( 0 0.015625 0.087221 ) ) gothic_trim/wood2 0 0 0\r
-( 464 352 8 ) ( 464 360 8 ) ( 456 360 40 ) ( ( 0.015625 0 0.875000 ) ( 0 0.015625 0.056905 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 105\r
-{\r
-brushDef\r
-{\r
-( 432 344 8 ) ( 432 352 8 ) ( 424 352 8 ) ( ( 0 0.015625 9.875000 ) ( -0.015625 0 -1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 360 40 ) ( 440 360 40 ) ( 440 352 40 ) ( ( 0 -0.015625 9.875000 ) ( 0.015625 0 1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 344 8 ) ( 424 352 8 ) ( 432 360 40 ) ( ( 0.015625 0 6.500000 ) ( 0 0.015625 -3.126388 ) ) gothic_trim/wood2 0 0 0\r
-( 440 344 8 ) ( 432 344 8 ) ( 432 352 40 ) ( ( 0.015625 0 12.375000 ) ( 0 0.015625 1.451483 ) ) gothic_trim/wood2 0 0 0\r
-( 432 352 8 ) ( 432 344 8 ) ( 440 352 40 ) ( ( 0.015625 0 -6.500000 ) ( 0 0.015625 -3.126389 ) ) gothic_trim/wood2 0 0 0\r
-( 432 352 8 ) ( 440 352 8 ) ( 440 360 40 ) ( ( 0.015625 0 -12.375000 ) ( 0 0.015625 1.451492 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 106\r
-{\r
-brushDef\r
-{\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 392 104 ) ( 464 384 104 ) ( 432 384 104 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 392 152 ) ( 432 392 152 ) ( 432 392 96 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 392 104 ) ( 432 384 104 ) ( 432 384 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 104 ) ( 464 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 104 ) ( 464 392 104 ) ( 464 392 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 107\r
-{\r
-brushDef\r
-{\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 104 ) ( 432 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 108\r
-{\r
-brushDef\r
-{\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 96 ) ( 464 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 104 ) ( 432 384 104 ) ( 464 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 109\r
-{\r
-brushDef\r
-{\r
-( 432 380 72 ) ( 464 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.312500 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 388 80 ) ( 464 380 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.312500 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 388 128 ) ( 432 388 128 ) ( 432 388 72 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 388 80 ) ( 432 380 80 ) ( 432 380 24 ) ( ( 0.015625 0 16.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 380 80 ) ( 464 380 80 ) ( 464 380 24 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 380 80 ) ( 464 388 80 ) ( 464 388 24 ) ( ( 0.015625 0 -16.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 110\r
-{\r
-brushDef\r
-{\r
-( 432 376 48 ) ( 440 376 48 ) ( 440 384 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 380 72 ) ( 424 380 72 ) ( 456 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 111\r
-{\r
-brushDef\r
-{\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 96 ) ( 432 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 456 380 80 ) ( 456 388 80 ) ( 424 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 112\r
-{\r
-brushDef\r
-{\r
-( 440 392 104 ) ( 432 392 104 ) ( 432 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 388 80 ) ( 456 380 80 ) ( 424 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 388 128 ) ( 456 388 128 ) ( 424 388 72 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 113\r
-{\r
-brushDef\r
-{\r
-( 432 384 80 ) ( 432 376 80 ) ( 432 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 384 104 ) ( 440 384 104 ) ( 440 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 440 376 80 ) ( 440 384 80 ) ( 440 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 424 380 72 ) ( 456 380 72 ) ( 456 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 456 380 80 ) ( 424 380 80 ) ( 456 380 24 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 114\r
-{\r
-brushDef\r
-{\r
-( 456 376 48 ) ( 464 376 48 ) ( 464 384 48 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 380 72 ) ( 432 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 115\r
-{\r
-brushDef\r
-{\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 384 96 ) ( 432 384 96 ) ( 464 392 96 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 380 80 ) ( 464 388 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 116\r
-{\r
-brushDef\r
-{\r
-( 464 392 104 ) ( 456 392 104 ) ( 456 384 48 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 388 80 ) ( 464 380 80 ) ( 432 380 80 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 388 128 ) ( 464 388 128 ) ( 432 388 72 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 117\r
-{\r
-brushDef\r
-{\r
-( 456 384 80 ) ( 456 376 80 ) ( 456 376 48 ) ( ( 0.015625 0 16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 384 104 ) ( 464 384 104 ) ( 464 376 48 ) ( ( 0.015625 0 7.250000 ) ( 0 0.015625 2.280421 ) ) gothic_trim/wood2 0 0 0\r
-( 464 376 80 ) ( 464 384 80 ) ( 464 384 48 ) ( ( 0.015625 0 -16.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 380 72 ) ( 464 380 72 ) ( 464 388 72 ) ( ( -0.015625 0 9.375000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 380 80 ) ( 432 380 80 ) ( 464 380 24 ) ( ( 0.015625 0 -7.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 118\r
-{\r
-brushDef\r
-{\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 220 72 ) ( 432 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 220 80 ) ( 464 220 80 ) ( 432 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 119\r
-{\r
-brushDef\r
-{\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 212 80 ) ( 432 220 80 ) ( 464 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 212 128 ) ( 432 212 128 ) ( 464 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 120\r
-{\r
-brushDef\r
-{\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 96 ) ( 464 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 220 80 ) ( 432 212 80 ) ( 464 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 121\r
-{\r
-brushDef\r
-{\r
-( 440 224 48 ) ( 432 224 48 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 208 104 ) ( 440 208 104 ) ( 440 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 220 72 ) ( 464 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 122\r
-{\r
-brushDef\r
-{\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 304 72 ) ( 364 336 72 ) ( 356 336 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 336 80 ) ( 364 304 80 ) ( 364 336 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 123\r
-{\r
-brushDef\r
-{\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 356 336 80 ) ( 364 336 80 ) ( 364 304 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 356 304 128 ) ( 356 336 128 ) ( 356 304 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 124\r
-{\r
-brushDef\r
-{\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 96 ) ( 360 304 96 ) ( 352 336 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 336 80 ) ( 356 336 80 ) ( 364 304 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 125\r
-{\r
-brushDef\r
-{\r
-( 368 328 48 ) ( 368 336 48 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 336 104 ) ( 352 328 104 ) ( 360 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 336 72 ) ( 364 304 72 ) ( 356 336 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 126\r
-{\r
-brushDef\r
-{\r
-( 392 312 40 ) ( 392 336 40 ) ( 360 336 40 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 48 ) ( 392 336 48 ) ( 392 312 48 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 48 ) ( 360 312 48 ) ( 360 312 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 48 ) ( 392 304 48 ) ( 392 304 40 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 392 312 48 ) ( 392 336 48 ) ( 392 336 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 392 336 48 ) ( 360 336 48 ) ( 360 336 40 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 127\r
-{\r
-brushDef\r
-{\r
-( 360 296 8 ) ( 360 304 8 ) ( 352 304 8 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 312 40 ) ( 368 312 40 ) ( 368 304 40 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 296 8 ) ( 352 304 8 ) ( 360 312 40 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -2.914160 ) ) gothic_trim/wood2 0 0 0\r
-( 368 296 8 ) ( 360 296 8 ) ( 360 304 40 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0.966415 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 8 ) ( 360 296 8 ) ( 368 304 40 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -2.914160 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 8 ) ( 368 304 8 ) ( 368 312 40 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0.966415 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 128\r
-{\r
-brushDef\r
-{\r
-( 352 336 8 ) ( 360 336 8 ) ( 360 344 8 ) ( ( -0.015625 0 8.375000 ) ( 0 -0.015625 -13.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 40 ) ( 368 328 40 ) ( 360 328 40 ) ( ( -0.015625 0 8.375000 ) ( 0 -0.015625 13.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 344 8 ) ( 360 344 8 ) ( 368 336 40 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 -3.853989 ) ) gothic_trim/wood2 0 0 0\r
-( 352 328 8 ) ( 352 336 8 ) ( 360 336 40 ) ( ( 0.015625 0 15.375000 ) ( 0 0.015625 -2.034964 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 8 ) ( 352 336 8 ) ( 360 328 40 ) ( ( 0.015625 0 7.875002 ) ( 0 0.015625 -3.853986 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 8 ) ( 360 328 8 ) ( 368 328 40 ) ( ( 0.015625 0 -15.375000 ) ( 0 0.015625 -2.034965 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 129\r
-{\r
-brushDef\r
-{\r
-( 392 344 8 ) ( 392 336 8 ) ( 400 336 8 ) ( ( 0 -0.015625 -2 ) ( 0.015625 0 -11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 392 328 40 ) ( 384 328 40 ) ( 384 336 40 ) ( ( 0 0.015625 -2 ) ( -0.015625 0 11.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 400 344 8 ) ( 400 336 8 ) ( 392 328 40 ) ( ( 0.015625 0 -11 ) ( 0 0.015625 -1.034511 ) ) gothic_trim/wood2 0 0 0\r
-( 384 344 8 ) ( 392 344 8 ) ( 392 336 40 ) ( ( 0.015625 0 3.750001 ) ( 0 0.015625 -2.792890 ) ) gothic_trim/wood2 0 0 0\r
-( 392 336 8 ) ( 392 344 8 ) ( 384 336 40 ) ( ( 0.015625 0 11 ) ( 0 0.015625 -1.034512 ) ) gothic_trim/wood2 0 0 0\r
-( 392 336 8 ) ( 384 336 8 ) ( 384 328 40 ) ( ( 0.015625 0 -3.750000 ) ( 0 0.015625 -2.792888 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 130\r
-{\r
-brushDef\r
-{\r
-( 400 304 8 ) ( 392 304 8 ) ( 392 296 8 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 -1.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 384 304 40 ) ( 384 312 40 ) ( 392 312 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 1.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 400 296 8 ) ( 392 296 8 ) ( 384 304 40 ) ( ( 0.015625 0 1.875001 ) ( 0 0.015625 -0.276583 ) ) gothic_trim/wood2 0 0 0\r
-( 400 312 8 ) ( 400 304 8 ) ( 392 304 40 ) ( ( 0.015625 0 0.625000 ) ( 0 0.015625 0.329756 ) ) gothic_trim/wood2 0 0 0\r
-( 392 304 8 ) ( 400 304 8 ) ( 392 312 40 ) ( ( 0.015625 0 -1.875000 ) ( 0 0.015625 -0.276584 ) ) gothic_trim/wood2 0 0 0\r
-( 392 304 8 ) ( 392 312 8 ) ( 384 312 40 ) ( ( 0.015625 0 -0.625000 ) ( 0 0.015625 0.329758 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 131\r
-{\r
-brushDef\r
-{\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 336 104 ) ( 360 336 104 ) ( 360 304 104 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 336 152 ) ( 352 304 152 ) ( 352 304 96 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 304 104 ) ( 360 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 104 ) ( 360 336 104 ) ( 360 336 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 104 ) ( 352 336 104 ) ( 352 336 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 132\r
-{\r
-brushDef\r
-{\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 104 ) ( 360 304 104 ) ( 360 336 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 133\r
-{\r
-brushDef\r
-{\r
-( 360 328 80 ) ( 368 328 80 ) ( 368 328 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 328 104 ) ( 360 336 104 ) ( 368 336 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 368 336 80 ) ( 360 336 80 ) ( 360 336 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 96 ) ( 360 336 96 ) ( 352 336 96 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 104 ) ( 360 304 104 ) ( 360 336 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 134\r
-{\r
-brushDef\r
-{\r
-( 364 304 72 ) ( 364 336 72 ) ( 356 336 72 ) ( ( 0 0.015625 9.437500 ) ( -0.015625 0 -1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 356 336 80 ) ( 364 336 80 ) ( 364 304 80 ) ( ( 0 -0.015625 9.437500 ) ( 0.015625 0 1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 356 336 128 ) ( 356 304 128 ) ( 356 304 72 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 356 304 80 ) ( 364 304 80 ) ( 364 304 24 ) ( ( 0.015625 0 11.437500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 364 304 80 ) ( 364 336 80 ) ( 364 336 24 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 364 336 80 ) ( 356 336 80 ) ( 356 336 24 ) ( ( 0.015625 0 -11.437500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 135\r
-{\r
-brushDef\r
-{\r
-( 368 304 48 ) ( 368 312 48 ) ( 360 312 48 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 312 104 ) ( 352 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 328 72 ) ( 364 296 72 ) ( 356 328 72 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 136\r
-{\r
-brushDef\r
-{\r
-( 352 312 104 ) ( 352 304 104 ) ( 360 304 48 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 336 96 ) ( 360 304 96 ) ( 352 336 96 ) ( ( 0 -0.015625 9.500000 ) ( 0.015625 0 1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 364 328 80 ) ( 356 328 80 ) ( 364 296 80 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 137\r
-{\r
-brushDef\r
-{\r
-( 360 304 80 ) ( 368 304 80 ) ( 368 304 48 ) ( ( 0.015625 0 11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 360 304 104 ) ( 360 312 104 ) ( 368 312 48 ) ( ( 0.015625 0 -4.500000 ) ( 0 0.015625 1.626346 ) ) gothic_trim/wood2 0 0 0\r
-( 368 312 80 ) ( 360 312 80 ) ( 360 312 48 ) ( ( 0.015625 0 -11.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 364 296 72 ) ( 364 328 72 ) ( 356 328 72 ) ( ( 0 0.015625 9.500000 ) ( -0.015625 0 -1.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 364 328 80 ) ( 364 296 80 ) ( 364 328 24 ) ( ( 0.015625 0 4.500000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 138\r
-{\r
-brushDef\r
-{\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 472 220 72 ) ( 440 220 72 ) ( 440 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 220 80 ) ( 472 220 80 ) ( 440 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 139\r
-{\r
-brushDef\r
-{\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 212 80 ) ( 440 220 80 ) ( 472 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 472 212 128 ) ( 440 212 128 ) ( 472 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 140\r
-{\r
-brushDef\r
-{\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 96 ) ( 464 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 220 80 ) ( 440 212 80 ) ( 472 220 80 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 141\r
-{\r
-brushDef\r
-{\r
-( 464 224 48 ) ( 456 224 48 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 208 104 ) ( 464 208 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 220 72 ) ( 472 220 72 ) ( 440 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 142\r
-{\r
-brushDef\r
-{\r
-( 464 220 72 ) ( 432 220 72 ) ( 432 212 72 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 212 80 ) ( 432 220 80 ) ( 464 220 80 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 212 128 ) ( 464 212 128 ) ( 464 212 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 212 80 ) ( 464 220 80 ) ( 464 220 24 ) ( ( 0.015625 0 -0.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 220 80 ) ( 432 220 80 ) ( 432 220 24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 220 80 ) ( 432 212 80 ) ( 432 212 24 ) ( ( 0.015625 0 0.062500 ) ( 0 0.015625 -0.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 143\r
-{\r
-brushDef\r
-{\r
-( 440 216 80 ) ( 440 224 80 ) ( 440 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 216 104 ) ( 432 216 104 ) ( 432 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 80 ) ( 432 216 80 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 104 ) ( 464 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 144\r
-{\r
-brushDef\r
-{\r
-( 464 216 80 ) ( 464 224 80 ) ( 464 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 104 ) ( 456 216 104 ) ( 456 224 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 224 80 ) ( 456 216 80 ) ( 456 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 104 ) ( 464 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 145\r
-{\r
-brushDef\r
-{\r
-( 464 216 96 ) ( 432 216 96 ) ( 432 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 208 104 ) ( 432 216 104 ) ( 464 216 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 208 152 ) ( 464 208 152 ) ( 464 208 96 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 208 104 ) ( 464 216 104 ) ( 464 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 104 ) ( 432 216 104 ) ( 432 216 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 104 ) ( 432 208 104 ) ( 432 208 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 146\r
-{\r
-brushDef\r
-{\r
-( 464 256 8 ) ( 464 248 8 ) ( 472 248 8 ) ( ( 0 -0.015625 -3.625000 ) ( 0.015625 0 -10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 240 40 ) ( 456 240 40 ) ( 456 248 40 ) ( ( 0 0.015625 -3.625000 ) ( -0.015625 0 10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 256 8 ) ( 472 248 8 ) ( 464 240 40 ) ( ( 0.015625 0 -9.625000 ) ( 0 0.015625 -1.367998 ) ) gothic_trim/wood2 0 0 0\r
-( 456 256 8 ) ( 464 256 8 ) ( 464 248 40 ) ( ( 0.015625 0 5.125000 ) ( 0 0.015625 -2.459404 ) ) gothic_trim/wood2 0 0 0\r
-( 464 248 8 ) ( 464 256 8 ) ( 456 248 40 ) ( ( 0.015625 0 9.625000 ) ( 0 0.015625 -1.367999 ) ) gothic_trim/wood2 0 0 0\r
-( 464 248 8 ) ( 456 248 8 ) ( 456 240 40 ) ( ( 0.015625 0 -5.125000 ) ( 0 0.015625 -2.459402 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 147\r
-{\r
-brushDef\r
-{\r
-( 424 248 8 ) ( 432 248 8 ) ( 432 256 8 ) ( ( -0.015625 0 7.500000 ) ( 0 -0.015625 -13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 248 40 ) ( 440 240 40 ) ( 432 240 40 ) ( ( -0.015625 0 7.500000 ) ( 0 -0.015625 13.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 256 8 ) ( 432 256 8 ) ( 440 248 40 ) ( ( 0.015625 0 -6.500000 ) ( 0 0.015625 -3.823671 ) ) gothic_trim/wood2 0 0 0\r
-( 424 240 8 ) ( 424 248 8 ) ( 432 248 40 ) ( ( 0.015625 0 15.250000 ) ( 0 0.015625 -1.701477 ) ) gothic_trim/wood2 0 0 0\r
-( 432 248 8 ) ( 424 248 8 ) ( 432 240 40 ) ( ( 0.015625 0 6.500000 ) ( 0 0.015625 -3.823672 ) ) gothic_trim/wood2 0 0 0\r
-( 432 248 8 ) ( 432 240 8 ) ( 440 240 40 ) ( ( 0.015625 0 -15.250000 ) ( 0 0.015625 -1.701478 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 148\r
-{\r
-brushDef\r
-{\r
-( 432 208 8 ) ( 432 216 8 ) ( 424 216 8 ) ( ( 0 0.015625 10.125000 ) ( -0.015625 0 -3.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 224 40 ) ( 440 224 40 ) ( 440 216 40 ) ( ( 0 -0.015625 10.125000 ) ( 0.015625 0 3.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 424 208 8 ) ( 424 216 8 ) ( 432 224 40 ) ( ( 0.015625 0 3.625000 ) ( 0 0.015625 -2.762575 ) ) gothic_trim/wood2 0 0 0\r
-( 440 208 8 ) ( 432 208 8 ) ( 432 216 40 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0.754196 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 8 ) ( 432 208 8 ) ( 440 216 40 ) ( ( 0.015625 0 -3.625000 ) ( 0 0.015625 -2.762575 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 8 ) ( 440 216 8 ) ( 440 224 40 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0.754195 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 149\r
-{\r
-brushDef\r
-{\r
-( 472 216 8 ) ( 464 216 8 ) ( 464 208 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 216 40 ) ( 456 224 40 ) ( 464 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 472 208 8 ) ( 464 208 8 ) ( 456 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 224 8 ) ( 472 216 8 ) ( 464 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 8 ) ( 472 216 8 ) ( 464 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 8 ) ( 464 224 8 ) ( 456 224 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 150\r
-{\r
-brushDef\r
-{\r
-( 456 248 40 ) ( 432 248 40 ) ( 432 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 48 ) ( 432 248 48 ) ( 456 248 48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 216 48 ) ( 456 216 48 ) ( 456 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 464 216 48 ) ( 464 248 48 ) ( 464 248 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 248 48 ) ( 432 248 48 ) ( 432 248 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 432 248 48 ) ( 432 216 48 ) ( 432 216 40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 151\r
-{\r
-brushDef\r
-{\r
-( 336 256 288 ) ( 0 256 288 ) ( 0 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 136 296 ) ( 0 256 296 ) ( 336 256 296 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 136 296 ) ( 336 136 296 ) ( 336 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 128 296 ) ( 512 248 296 ) ( 512 248 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 336 256 296 ) ( 0 256 296 ) ( 0 256 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 256 296 ) ( 0 136 296 ) ( 0 136 288 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 152\r
-{\r
-brushDef\r
-{\r
-( 632 96 288 ) ( 512 96 288 ) ( 512 40 288 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 4.937803 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 8 296 ) ( 512 64 296 ) ( 632 64 296 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -4.937810 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 544 136 296 ) ( 664 136 296 ) ( 664 136 -208 ) ( ( 0.007813 0 -4.937810 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 632 8 296 ) ( 632 64 296 ) ( 632 64 -208 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 632 448 296 ) ( 512 448 296 ) ( 512 448 -208 ) ( ( 0.007812 0 4.937197 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 512 64 296 ) ( 512 8 296 ) ( 512 8 -208 ) ( ( 0.007813 0 -2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 153\r
-{\r
-brushDef\r
-{\r
-( 0 96 288 ) ( -120 96 288 ) ( -120 40 288 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 8 296 ) ( -120 64 296 ) ( 0 64 296 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -88 136 296 ) ( 32 136 296 ) ( 32 136 -208 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 8 296 ) ( 0 64 296 ) ( 0 64 -208 ) ( ( 0.007813 0 2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 0 448 296 ) ( -120 448 296 ) ( -120 448 -208 ) ( ( 0.007812 0 0 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -120 64 296 ) ( -120 8 296 ) ( -120 8 -208 ) ( ( 0.007813 0 -2.937500 ) ( 0 0.007813 -1.687500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 154\r
-{\r
-brushDef\r
-{\r
-( 48 680 8 ) ( 32 680 8 ) ( 32 664 8 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 -1.000055 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 32 664 512 ) ( 32 680 512 ) ( 48 680 512 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 1.000055 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 664 112 ) ( 40 664 112 ) ( 40 664 104 ) ( ( 0.007813 0 1.000055 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 40 664 112 ) ( 40 680 112 ) ( 40 680 104 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 40 680 112 ) ( 24 680 112 ) ( 24 680 104 ) ( ( 0.007813 0 -1.000055 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 680 112 ) ( 24 664 112 ) ( 24 664 104 ) ( ( 0.007813 0 2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 155\r
-{\r
-brushDef\r
-{\r
-( 496 680 8 ) ( 480 680 8 ) ( 480 664 8 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 2.500159 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 480 664 512 ) ( 480 680 512 ) ( 496 680 512 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 -2.500159 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 472 664 112 ) ( 488 664 112 ) ( 488 664 104 ) ( ( 0.007813 0 -2.500159 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 488 664 112 ) ( 488 680 112 ) ( 488 680 104 ) ( ( 0.007813 0 -2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 488 680 112 ) ( 472 680 112 ) ( 472 680 104 ) ( ( 0.007813 0 2.500159 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 472 680 112 ) ( 472 664 112 ) ( 472 664 104 ) ( ( 0.007813 0 2.000125 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 156\r
-{\r
-brushDef\r
-{\r
-( 368 424 8 ) ( 352 424 8 ) ( 352 408 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 1.500098 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 352 408 512 ) ( 352 424 512 ) ( 368 424 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.500098 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 344 408 112 ) ( 360 408 112 ) ( 360 408 104 ) ( ( 0.007813 0 -1.500098 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 360 408 112 ) ( 360 424 112 ) ( 360 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 360 424 112 ) ( 344 424 112 ) ( 344 424 104 ) ( ( 0.007813 0 1.500098 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 344 424 112 ) ( 344 408 112 ) ( 344 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 157\r
-{\r
-brushDef\r
-{\r
-( 176 424 8 ) ( 160 424 8 ) ( 160 408 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 160 408 512 ) ( 160 424 512 ) ( 176 424 512 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 152 408 112 ) ( 168 408 112 ) ( 168 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 168 408 112 ) ( 168 424 112 ) ( 168 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 168 424 112 ) ( 152 424 112 ) ( 152 424 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 152 424 112 ) ( 152 408 112 ) ( 152 408 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 158\r
-{\r
-brushDef\r
-{\r
-( 640 968 0 ) ( 336 968 0 ) ( 336 960 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 336 960 512 ) ( 336 968 512 ) ( 640 968 512 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 960 512 ) ( 208 960 512 ) ( 208 960 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 512 ) ( 640 968 512 ) ( 640 968 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 968 512 ) ( 336 968 512 ) ( 336 968 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 944 512 ) ( -128 936 512 ) ( -128 936 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 159\r
-{\r
-brushDef\r
-{\r
-( 640 600 8 ) ( 640 632 8 ) ( 632 632 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 512 ) ( 640 640 512 ) ( 640 608 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 512 ) ( 632 608 512 ) ( 632 608 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 512 ) ( 640 512 512 ) ( 640 512 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 512 ) ( 640 544 512 ) ( 640 544 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 512 ) ( 632 640 512 ) ( 632 640 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 160\r
-{\r
-brushDef\r
-{\r
-( 640 192 8 ) ( 640 512 8 ) ( 632 512 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 480 104 ) ( 640 376 104 ) ( 632 480 104 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 161\r
-{\r
-brushDef\r
-{\r
-( 632 512 512 ) ( 640 512 512 ) ( 640 192 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 480 232 ) ( 632 480 232 ) ( 640 376 232 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 162\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 192 16 ) ( 640 512 16 ) ( 640 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 512 208 ) ( 632 512 208 ) ( 632 512 200 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 128 ) ( 640 480 128 ) ( 632 480 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 163\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 136 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 640 456 16 ) ( 640 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 224 128 ) ( 632 224 128 ) ( 640 224 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 164\r
-{\r
-brushDef\r
-{\r
-( 632 512 16 ) ( 632 192 16 ) ( 632 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 192 16 ) ( 640 512 16 ) ( 640 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 104 ) ( 640 480 104 ) ( 632 480 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 480 232 ) ( 640 480 232 ) ( 640 376 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 128 ) ( 632 376 128 ) ( 640 376 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 328 128 ) ( 640 328 128 ) ( 632 328 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 165\r
-{\r
-brushDef\r
-{\r
-( 640 640 8 ) ( 640 960 8 ) ( 632 960 8 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 776 104 ) ( 648 672 104 ) ( 640 776 104 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 166\r
-{\r
-brushDef\r
-{\r
-( 632 960 512 ) ( 640 960 512 ) ( 640 640 512 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 776 232 ) ( 640 776 232 ) ( 648 672 232 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 167\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 640 208 ) ( 640 640 208 ) ( 640 640 200 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 128 ) ( 640 672 128 ) ( 648 672 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 168\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 128 ) ( 648 776 128 ) ( 640 776 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 824 128 ) ( 640 824 128 ) ( 648 824 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 169\r
-{\r
-brushDef\r
-{\r
-( 632 960 16 ) ( 632 640 16 ) ( 632 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 640 16 ) ( 640 960 16 ) ( 640 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 960 16 ) ( 632 960 16 ) ( 632 960 8 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 648 672 104 ) ( 648 776 104 ) ( 640 776 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 232 ) ( 648 776 232 ) ( 648 672 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 640 928 128 ) ( 648 928 128 ) ( 640 928 104 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 170\r
-{\r
-brushDef\r
-{\r
-( 632 824 176 ) ( 640 824 176 ) ( 640 824 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 0 0 0\r
-( 640 928 168 ) ( 640 928 176 ) ( 632 928 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 0 0 0\r
-( 640 824 168 ) ( 632 824 168 ) ( 632 800 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 832 168 ) ( 632 832 176 ) ( 632 808 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -12.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 824 176 ) ( 640 824 176 ) ( 640 800 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 848 176 ) ( 640 848 168 ) ( 640 824 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -12.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 171\r
-{\r
-brushDef\r
-{\r
-( 640 872 104 ) ( 640 880 104 ) ( 632 880 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 880 128 ) ( 632 872 128 ) ( 632 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 872 136 ) ( 640 872 136 ) ( 640 872 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 872 128 ) ( 640 880 128 ) ( 640 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 880 128 ) ( 632 880 128 ) ( 632 880 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 824 168 ) ( 640 824 168 ) ( 632 800 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 172\r
-{\r
-brushDef\r
-{\r
-( 632 880 232 ) ( 640 880 232 ) ( 640 872 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( 632 880 128 ) ( 632 872 128 ) ( 632 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 872 136 ) ( 640 872 136 ) ( 640 872 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 872 128 ) ( 640 880 128 ) ( 640 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 880 128 ) ( 632 880 128 ) ( 632 880 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 824 176 ) ( 632 824 176 ) ( 640 800 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 173\r
-{\r
-brushDef\r
-{\r
-( 632 728 232 ) ( 640 728 232 ) ( 640 720 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 728 128 ) ( 632 720 128 ) ( 632 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 720 136 ) ( 640 720 136 ) ( 640 720 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 720 128 ) ( 640 728 128 ) ( 640 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 728 128 ) ( 632 728 128 ) ( 632 728 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 672 176 ) ( 632 672 176 ) ( 640 648 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 174\r
-{\r
-brushDef\r
-{\r
-( 640 720 104 ) ( 640 728 104 ) ( 632 728 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 728 128 ) ( 632 720 128 ) ( 632 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 720 136 ) ( 640 720 136 ) ( 640 720 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 720 128 ) ( 640 728 128 ) ( 640 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 728 128 ) ( 632 728 128 ) ( 632 728 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 672 168 ) ( 640 672 168 ) ( 632 648 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 175\r
-{\r
-brushDef\r
-{\r
-( 632 672 176 ) ( 640 672 176 ) ( 640 672 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 0 0 0\r
-( 640 776 168 ) ( 640 776 176 ) ( 632 776 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 0 0 0\r
-( 640 672 168 ) ( 632 672 168 ) ( 632 648 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 680 168 ) ( 632 680 176 ) ( 632 656 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -10 ) ) gothic_trim/wood2 0 0 0\r
-( 632 672 176 ) ( 640 672 176 ) ( 640 648 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 696 176 ) ( 640 696 168 ) ( 640 672 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -10 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 176\r
-{\r
-brushDef\r
-{\r
-( 632 376 176 ) ( 640 376 176 ) ( 640 376 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 0 0 0\r
-( 640 480 168 ) ( 640 480 176 ) ( 632 480 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 168 ) ( 632 376 168 ) ( 632 352 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 384 168 ) ( 632 384 176 ) ( 632 360 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -5.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 376 176 ) ( 640 376 176 ) ( 640 352 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 400 176 ) ( 640 400 168 ) ( 640 376 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -5.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 177\r
-{\r
-brushDef\r
-{\r
-( 640 424 104 ) ( 640 432 104 ) ( 632 432 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 0 0 0\r
-( 632 432 128 ) ( 632 424 128 ) ( 632 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 424 136 ) ( 640 424 136 ) ( 640 424 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 424 128 ) ( 640 432 128 ) ( 640 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 432 128 ) ( 632 432 128 ) ( 632 432 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 376 168 ) ( 640 376 168 ) ( 632 352 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 178\r
-{\r
-brushDef\r
-{\r
-( 632 432 232 ) ( 640 432 232 ) ( 640 424 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 0 0 0\r
-( 632 432 128 ) ( 632 424 128 ) ( 632 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 424 136 ) ( 640 424 136 ) ( 640 424 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 424 128 ) ( 640 432 128 ) ( 640 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 432 128 ) ( 632 432 128 ) ( 632 432 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 376 176 ) ( 632 376 176 ) ( 640 352 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 179\r
-{\r
-brushDef\r
-{\r
-( 632 280 232 ) ( 640 280 232 ) ( 640 272 232 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 280 128 ) ( 632 272 128 ) ( 632 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 272 136 ) ( 640 272 136 ) ( 640 272 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 272 128 ) ( 640 280 128 ) ( 640 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 280 128 ) ( 632 280 128 ) ( 632 280 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 224 176 ) ( 632 224 176 ) ( 640 200 176 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 180\r
-{\r
-brushDef\r
-{\r
-( 640 272 104 ) ( 640 280 104 ) ( 632 280 104 ) ( ( 0 0.015625 11.875000 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 280 128 ) ( 632 272 128 ) ( 632 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 272 136 ) ( 640 272 136 ) ( 640 272 112 ) ( ( 0.015625 0 0.375002 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 272 128 ) ( 640 280 128 ) ( 640 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 280 128 ) ( 632 280 128 ) ( 632 280 104 ) ( ( 0.015625 0 -0.374998 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 224 168 ) ( 640 224 168 ) ( 632 200 168 ) ( ( 0 -0.015625 11.875000 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 181\r
-{\r
-brushDef\r
-{\r
-( 632 224 176 ) ( 640 224 176 ) ( 640 224 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 3.000001 ) ) gothic_trim/wood2 0 0 0\r
-( 640 328 168 ) ( 640 328 176 ) ( 632 328 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.999999 ) ) gothic_trim/wood2 0 0 0\r
-( 640 224 168 ) ( 632 224 168 ) ( 632 200 168 ) ( ( 0 -0.015625 -14.500000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 232 168 ) ( 632 232 176 ) ( 632 208 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3 ) ) gothic_trim/wood2 0 0 0\r
-( 632 224 176 ) ( 640 224 176 ) ( 640 200 176 ) ( ( 0 -0.015625 14.500000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 248 176 ) ( 640 248 168 ) ( 640 224 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 182\r
-{\r
-brushDef\r
-{\r
-( -120 616 8 ) ( -120 648 8 ) ( -128 648 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 512 ) ( -120 640 512 ) ( -120 608 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 512 ) ( -128 608 512 ) ( -128 608 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 512 ) ( -120 512 512 ) ( -120 512 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 512 ) ( -120 544 512 ) ( -120 544 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 512 ) ( -128 640 512 ) ( -128 640 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 183\r
-{\r
-brushDef\r
-{\r
-( -120 192 8 ) ( -120 512 8 ) ( -128 512 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 136 16 ) ( -120 456 16 ) ( -120 456 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 480 104 ) ( -120 376 104 ) ( -128 480 104 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 184\r
-{\r
-brushDef\r
-{\r
-( -128 512 512 ) ( -120 512 512 ) ( -120 192 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 480 232 ) ( -128 480 232 ) ( -120 376 232 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 185\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 512 208 ) ( -128 512 208 ) ( -128 512 200 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 128 ) ( -120 480 128 ) ( -128 480 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 186\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -120 136 16 ) ( -120 136 8 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 224 128 ) ( -128 224 128 ) ( -120 224 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 187\r
-{\r
-brushDef\r
-{\r
-( -128 512 16 ) ( -128 192 16 ) ( -128 192 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 192 16 ) ( -120 512 16 ) ( -120 512 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 104 ) ( -120 480 104 ) ( -128 480 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 480 232 ) ( -120 480 232 ) ( -120 376 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 128 ) ( -128 376 128 ) ( -120 376 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 328 128 ) ( -120 328 128 ) ( -128 328 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 188\r
-{\r
-brushDef\r
-{\r
-( -120 640 8 ) ( -120 960 8 ) ( -128 960 8 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 776 104 ) ( -112 672 104 ) ( -120 776 104 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 189\r
-{\r
-brushDef\r
-{\r
-( -128 960 512 ) ( -120 960 512 ) ( -120 640 512 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 776 232 ) ( -120 776 232 ) ( -112 672 232 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 190\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 640 208 ) ( -120 640 208 ) ( -120 640 200 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 128 ) ( -120 672 128 ) ( -112 672 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 191\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 128 ) ( -112 776 128 ) ( -120 776 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 824 128 ) ( -120 824 128 ) ( -112 824 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 192\r
-{\r
-brushDef\r
-{\r
-( -128 960 16 ) ( -128 640 16 ) ( -128 640 8 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 640 16 ) ( -120 960 16 ) ( -120 960 8 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 960 16 ) ( -128 960 16 ) ( -128 960 8 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -112 672 104 ) ( -112 776 104 ) ( -120 776 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 232 ) ( -112 776 232 ) ( -112 672 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -120 928 128 ) ( -112 928 128 ) ( -120 928 104 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 193\r
-{\r
-brushDef\r
-{\r
-( -128 824 176 ) ( -120 824 176 ) ( -120 824 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 0 0 0\r
-( -120 928 168 ) ( -120 928 176 ) ( -128 928 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 0 0 0\r
-( -120 824 168 ) ( -128 824 168 ) ( -128 800 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 832 168 ) ( -128 832 176 ) ( -128 808 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -12.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 824 176 ) ( -120 824 176 ) ( -120 800 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 848 176 ) ( -120 848 168 ) ( -120 824 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -12.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 194\r
-{\r
-brushDef\r
-{\r
-( -120 872 104 ) ( -120 880 104 ) ( -128 880 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 880 128 ) ( -128 872 128 ) ( -128 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 872 136 ) ( -120 872 136 ) ( -120 872 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 872 128 ) ( -120 880 128 ) ( -120 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 880 128 ) ( -128 880 128 ) ( -128 880 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 824 168 ) ( -120 824 168 ) ( -128 800 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 195\r
-{\r
-brushDef\r
-{\r
-( -128 880 232 ) ( -120 880 232 ) ( -120 872 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -5 ) ) gothic_trim/wood2 0 0 0\r
-( -128 880 128 ) ( -128 872 128 ) ( -128 872 104 ) ( ( 0.015625 0 9.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 872 136 ) ( -120 872 136 ) ( -120 872 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 872 128 ) ( -120 880 128 ) ( -120 880 104 ) ( ( 0.015625 0 -9.250001 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 880 128 ) ( -128 880 128 ) ( -128 880 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 824 176 ) ( -128 824 176 ) ( -120 800 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 5 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 196\r
-{\r
-brushDef\r
-{\r
-( -128 728 232 ) ( -120 728 232 ) ( -120 720 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 728 128 ) ( -128 720 128 ) ( -128 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 720 136 ) ( -120 720 136 ) ( -120 720 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 720 128 ) ( -120 728 128 ) ( -120 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 728 128 ) ( -128 728 128 ) ( -128 728 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 672 176 ) ( -128 672 176 ) ( -120 648 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 197\r
-{\r
-brushDef\r
-{\r
-( -120 720 104 ) ( -120 728 104 ) ( -128 728 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 7.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 728 128 ) ( -128 720 128 ) ( -128 720 104 ) ( ( 0.015625 0 6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 720 136 ) ( -120 720 136 ) ( -120 720 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 720 128 ) ( -120 728 128 ) ( -120 728 104 ) ( ( 0.015625 0 -6.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 728 128 ) ( -128 728 128 ) ( -128 728 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 672 168 ) ( -120 672 168 ) ( -128 648 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -7.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 198\r
-{\r
-brushDef\r
-{\r
-( -128 672 176 ) ( -120 672 176 ) ( -120 672 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 0 0 0\r
-( -120 776 168 ) ( -120 776 176 ) ( -128 776 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 0 0 0\r
-( -120 672 168 ) ( -128 672 168 ) ( -128 648 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 680 168 ) ( -128 680 176 ) ( -128 656 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -10 ) ) gothic_trim/wood2 0 0 0\r
-( -128 672 176 ) ( -120 672 176 ) ( -120 648 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -10.750000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 696 176 ) ( -120 696 168 ) ( -120 672 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -10 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 199\r
-{\r
-brushDef\r
-{\r
-( -128 376 176 ) ( -120 376 176 ) ( -120 376 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 0 0 0\r
-( -120 480 168 ) ( -120 480 176 ) ( -128 480 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 168 ) ( -128 376 168 ) ( -128 352 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 384 168 ) ( -128 384 176 ) ( -128 360 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -5.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 376 176 ) ( -120 376 176 ) ( -120 352 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -15.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 400 176 ) ( -120 400 168 ) ( -120 376 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -5.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 200\r
-{\r
-brushDef\r
-{\r
-( -120 424 104 ) ( -120 432 104 ) ( -128 432 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 0 0 0\r
-( -128 432 128 ) ( -128 424 128 ) ( -128 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 424 136 ) ( -120 424 136 ) ( -120 424 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 424 128 ) ( -120 432 128 ) ( -120 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 432 128 ) ( -128 432 128 ) ( -128 432 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 376 168 ) ( -120 376 168 ) ( -128 352 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 201\r
-{\r
-brushDef\r
-{\r
-( -128 432 232 ) ( -120 432 232 ) ( -120 424 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -12 ) ) gothic_trim/wood2 0 0 0\r
-( -128 432 128 ) ( -128 424 128 ) ( -128 424 104 ) ( ( 0.015625 0 2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 424 136 ) ( -120 424 136 ) ( -120 424 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 424 128 ) ( -120 432 128 ) ( -120 432 104 ) ( ( 0.015625 0 -2.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 432 128 ) ( -128 432 128 ) ( -128 432 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 376 176 ) ( -128 376 176 ) ( -120 352 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 12 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 202\r
-{\r
-brushDef\r
-{\r
-( -128 280 232 ) ( -120 280 232 ) ( -120 272 232 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 280 128 ) ( -128 272 128 ) ( -128 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 272 136 ) ( -120 272 136 ) ( -120 272 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 272 128 ) ( -120 280 128 ) ( -120 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 280 128 ) ( -128 280 128 ) ( -128 280 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 224 176 ) ( -128 224 176 ) ( -120 200 176 ) ( ( 0 0.015625 0 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 203\r
-{\r
-brushDef\r
-{\r
-( -120 272 104 ) ( -120 280 104 ) ( -128 280 104 ) ( ( 0 0.015625 0 ) ( -0.015625 0 14.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 280 128 ) ( -128 272 128 ) ( -128 272 104 ) ( ( 0.015625 0 -0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 272 136 ) ( -120 272 136 ) ( -120 272 112 ) ( ( 0.015625 0 12.250020 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 272 128 ) ( -120 280 128 ) ( -120 280 104 ) ( ( 0.015625 0 0.125000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 280 128 ) ( -128 280 128 ) ( -128 280 104 ) ( ( 0.015625 0 -12.249980 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 224 168 ) ( -120 224 168 ) ( -128 200 168 ) ( ( 0 -0.015625 0 ) ( 0.015625 0 -14.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 204\r
-{\r
-brushDef\r
-{\r
-( -128 224 176 ) ( -120 224 176 ) ( -120 224 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 14.875021 ) ) gothic_trim/wood2 0 0 0\r
-( -120 328 168 ) ( -120 328 176 ) ( -128 328 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -14.874980 ) ) gothic_trim/wood2 0 0 0\r
-( -120 224 168 ) ( -128 224 168 ) ( -128 200 168 ) ( ( 0 -0.015625 -2.625000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 232 168 ) ( -128 232 176 ) ( -128 208 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3 ) ) gothic_trim/wood2 0 0 0\r
-( -128 224 176 ) ( -120 224 176 ) ( -120 200 176 ) ( ( 0 -0.015625 2.625000 ) ( 0.015625 0 -17.750000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 248 176 ) ( -120 248 168 ) ( -120 224 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 205\r
-{\r
-brushDef\r
-{\r
-( 384 952 176 ) ( 80 952 176 ) ( 80 920 176 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 184 ) ( 104 952 184 ) ( 408 952 184 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 184 ) ( 408 920 184 ) ( 408 920 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 920 184 ) ( 408 952 184 ) ( 408 952 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 952 184 ) ( 104 952 184 ) ( 104 952 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 952 184 ) ( 104 920 184 ) ( 104 920 -64 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562469 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 206\r
-{\r
-brushDef\r
-{\r
-( 384 952 112 ) ( 80 952 112 ) ( 80 920 112 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 120 ) ( 104 952 120 ) ( 408 952 120 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 120 ) ( 408 920 120 ) ( 408 920 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 920 120 ) ( 408 952 120 ) ( 408 952 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 952 120 ) ( 104 952 120 ) ( 104 952 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 952 120 ) ( 104 920 120 ) ( 104 920 -128 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -1.062500 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 207\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 104 920 104 ) ( 104 960 104 ) ( 104 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 208\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 952 104 ) ( 416 952 104 ) ( 96 952 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 209\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 408 960 104 ) ( 408 920 104 ) ( 408 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 210\r
-{\r
-brushDef\r
-{\r
-( 96 920 256 ) ( 96 960 256 ) ( 416 960 256 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 248 ) ( 96 920 248 ) ( 416 960 248 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 211\r
-{\r
-brushDef\r
-{\r
-( 416 960 8 ) ( 96 960 8 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 920 104 ) ( 416 920 104 ) ( 416 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 920 104 ) ( 416 960 104 ) ( 416 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 416 960 104 ) ( 96 960 104 ) ( 96 960 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 104 ) ( 96 920 104 ) ( 96 920 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 96 960 16 ) ( 416 960 16 ) ( 96 920 16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 212\r
-{\r
-brushDef\r
-{\r
-( 144 776 8 ) ( 144 792 8 ) ( -24 792 8 ) ( ( 0 0.007813 7.250462 ) ( -0.007813 0 2.000121 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( 144 792 104 ) ( 144 776 104 ) ( ( 0 -0.007813 7.250462 ) ( 0.007813 0 -2.000121 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -24 776 104 ) ( -24 776 96 ) ( ( 0.007813 0 -3.500212 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 776 104 ) ( 144 776 104 ) ( 144 776 96 ) ( ( 0.007813 0 6.125393 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 768 104 ) ( 536 784 104 ) ( 536 784 96 ) ( ( 0.007813 0 3.500212 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 792 104 ) ( -24 792 104 ) ( -24 792 96 ) ( ( 0.007813 0 -6.125392 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 213\r
-{\r
-brushDef\r
-{\r
-( -8 960 8 ) ( -24 960 8 ) ( -24 792 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -4.250261 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -24 960 104 ) ( -8 960 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 4.250261 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 792 104 ) ( -8 792 104 ) ( -8 792 96 ) ( ( 0.007813 0 4.250261 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -8 792 104 ) ( -8 960 104 ) ( -8 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -8 960 104 ) ( -24 960 104 ) ( -24 960 96 ) ( ( 0.007813 0 -4.250261 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -24 960 104 ) ( -24 792 104 ) ( -24 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 214\r
-{\r
-brushDef\r
-{\r
-( 536 960 8 ) ( 520 960 8 ) ( 520 792 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 792 104 ) ( 520 960 104 ) ( 536 960 104 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 792 104 ) ( 536 792 104 ) ( 536 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 792 104 ) ( 536 960 104 ) ( 536 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 536 960 104 ) ( 520 960 104 ) ( 520 960 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 520 960 104 ) ( 520 792 104 ) ( 520 792 96 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 215\r
-{\r
-brushDef\r
-{\r
-( 272 832 104 ) ( 32 832 104 ) ( 32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-( 32 768 112 ) ( 32 832 112 ) ( 272 832 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-( 32 768 112 ) ( 272 768 112 ) ( 272 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-( 480 760 112 ) ( 480 824 112 ) ( 480 824 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-( 272 832 112 ) ( 32 832 112 ) ( 32 832 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-( 32 832 112 ) ( 32 768 112 ) ( 32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) base_trim/pewter_spec 0 0 0\r
-}\r
-}\r
-// brush 216\r
-{\r
-brushDef\r
-{\r
-( 544 960 104 ) ( 480 960 104 ) ( 480 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 5.500000 ) ) base_trim/pewter_spec 0 0 0\r
-( 480 768 112 ) ( 480 960 112 ) ( 544 960 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -5.500000 ) ) base_trim/pewter_spec 0 0 0\r
-( 480 768 112 ) ( 544 768 112 ) ( 544 768 104 ) ( ( 0.015625 0 -5.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( 544 768 112 ) ( 544 960 112 ) ( 544 960 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( 544 960 112 ) ( 480 960 112 ) ( 480 960 104 ) ( ( 0.015625 0 5.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( 480 960 112 ) ( 480 768 112 ) ( 480 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-}\r
-}\r
-// brush 217\r
-{\r
-brushDef\r
-{\r
-( 32 960 104 ) ( -32 960 104 ) ( -32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.500000 ) ) base_trim/pewter_spec 0 0 0\r
-( -32 768 112 ) ( -32 960 112 ) ( 32 960 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.500000 ) ) base_trim/pewter_spec 0 0 0\r
-( -32 768 112 ) ( 32 768 112 ) ( 32 768 104 ) ( ( 0.015625 0 2.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( 32 768 112 ) ( 32 960 112 ) ( 32 960 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( 32 960 112 ) ( -32 960 112 ) ( -32 960 104 ) ( ( 0.015625 0 -2.500000 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-( -32 960 112 ) ( -32 768 112 ) ( -32 768 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.625000 ) ) base_trim/pewter_spec 0 0 0\r
-}\r
-}\r
-// brush 218\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 440 512 8.000001 0 0 ) ( 440 512 36 0 0.687500 ) ( 440 512 64 0 1.375000 ) )\r
-( ( 440 504 8.000001 0.125000 0 ) ( 440 504 36 0.125000 0.687500 ) ( 440 504 64 0.125000 1.375000 ) )\r
-( ( 448 504 8.000001 0.250000 0 ) ( 448 504 36 0.250000 0.687500 ) ( 448 504 64 0.250000 1.375000 ) )\r
-( ( 456 504 8.000001 0.375000 0 ) ( 456 504 36 0.375000 0.687500 ) ( 456 504 64 0.375000 1.375000 ) )\r
-( ( 456 512 8.000001 0.500000 0 ) ( 456 512 36 0.500000 0.687500 ) ( 456 512 64 0.500000 1.375000 ) )\r
-( ( 456 520 8.000001 0.625000 0 ) ( 456 520 36 0.625000 0.687500 ) ( 456 520 64 0.625000 1.375000 ) )\r
-( ( 448 520 8.000001 0.750000 0 ) ( 448 520 36 0.750000 0.687500 ) ( 448 520 64 0.750000 1.375000 ) )\r
-( ( 440 520 8.000001 0.875000 0 ) ( 440 520 36 0.875000 0.687500 ) ( 440 520 64 0.875000 1.375000 ) )\r
-( ( 440 512 8.000001 1 0 ) ( 440 512 36 1 0.687500 ) ( 440 512 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 219\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 440 320 8.000001 0 0 ) ( 440 320 36 0 0.687500 ) ( 440 320 64 0 1.375000 ) )\r
-( ( 440 312 8.000001 0.125000 0 ) ( 440 312 36 0.125000 0.687500 ) ( 440 312 64 0.125000 1.375000 ) )\r
-( ( 448 312 8.000001 0.250000 0 ) ( 448 312 36 0.250000 0.687500 ) ( 448 312 64 0.250000 1.375000 ) )\r
-( ( 456 312 8.000001 0.375000 0 ) ( 456 312 36 0.375000 0.687500 ) ( 456 312 64 0.375000 1.375000 ) )\r
-( ( 456 320 8.000001 0.500000 0 ) ( 456 320 36 0.500000 0.687500 ) ( 456 320 64 0.500000 1.375000 ) )\r
-( ( 456 328 8.000001 0.625000 0 ) ( 456 328 36 0.625000 0.687500 ) ( 456 328 64 0.625000 1.375000 ) )\r
-( ( 448 328 8.000001 0.750000 0 ) ( 448 328 36 0.750000 0.687500 ) ( 448 328 64 0.750000 1.375000 ) )\r
-( ( 440 328 8.000001 0.875000 0 ) ( 440 328 36 0.875000 0.687500 ) ( 440 328 64 0.875000 1.375000 ) )\r
-( ( 440 320 8.000001 1 0 ) ( 440 320 36 1 0.687500 ) ( 440 320 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 220\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 56 320 8.000001 0 0 ) ( 56 320 36 0 0.687500 ) ( 56 320 64 0 1.375000 ) )\r
-( ( 56 312 8.000001 0.125000 0 ) ( 56 312 36 0.125000 0.687500 ) ( 56 312 64 0.125000 1.375000 ) )\r
-( ( 64 312 8.000001 0.250000 0 ) ( 64 312 36 0.250000 0.687500 ) ( 64 312 64 0.250000 1.375000 ) )\r
-( ( 72 312 8.000001 0.375000 0 ) ( 72 312 36 0.375000 0.687500 ) ( 72 312 64 0.375000 1.375000 ) )\r
-( ( 72 320 8.000001 0.500000 0 ) ( 72 320 36 0.500000 0.687500 ) ( 72 320 64 0.500000 1.375000 ) )\r
-( ( 72 328 8.000001 0.625000 0 ) ( 72 328 36 0.625000 0.687500 ) ( 72 328 64 0.625000 1.375000 ) )\r
-( ( 64 328 8.000001 0.750000 0 ) ( 64 328 36 0.750000 0.687500 ) ( 64 328 64 0.750000 1.375000 ) )\r
-( ( 56 328 8.000001 0.875000 0 ) ( 56 328 36 0.875000 0.687500 ) ( 56 328 64 0.875000 1.375000 ) )\r
-( ( 56 320 8.000001 1 0 ) ( 56 320 36 1 0.687500 ) ( 56 320 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 221\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 56 512 8.000001 0 0 ) ( 56 512 36 0 0.687500 ) ( 56 512 64 0 1.375000 ) )\r
-( ( 56 504 8.000001 0.125000 0 ) ( 56 504 36 0.125000 0.687500 ) ( 56 504 64 0.125000 1.375000 ) )\r
-( ( 64 504 8.000001 0.250000 0 ) ( 64 504 36 0.250000 0.687500 ) ( 64 504 64 0.250000 1.375000 ) )\r
-( ( 72 504 8.000001 0.375000 0 ) ( 72 504 36 0.375000 0.687500 ) ( 72 504 64 0.375000 1.375000 ) )\r
-( ( 72 512 8.000001 0.500000 0 ) ( 72 512 36 0.500000 0.687500 ) ( 72 512 64 0.500000 1.375000 ) )\r
-( ( 72 520 8.000001 0.625000 0 ) ( 72 520 36 0.625000 0.687500 ) ( 72 520 64 0.625000 1.375000 ) )\r
-( ( 64 520 8.000001 0.750000 0 ) ( 64 520 36 0.750000 0.687500 ) ( 64 520 64 0.750000 1.375000 ) )\r
-( ( 56 520 8.000001 0.875000 0 ) ( 56 520 36 0.875000 0.687500 ) ( 56 520 64 0.875000 1.375000 ) )\r
-( ( 56 512 8.000001 1 0 ) ( 56 512 36 1 0.687500 ) ( 56 512 64 1 1.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 222\r
-{\r
-brushDef\r
-{\r
-( 608 128 176 ) ( 608 136 176 ) ( 608 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 136 168 ) ( 504 136 176 ) ( 504 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 168 ) ( 608 128 168 ) ( 632 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -12.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 128 168 ) ( 600 128 176 ) ( 624 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 6.250000 ) ) gothic_trim/wood2 0 0 0\r
-( 608 128 176 ) ( 608 136 176 ) ( 632 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -12.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 584 136 176 ) ( 584 136 168 ) ( 608 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 6.250000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 223\r
-{\r
-brushDef\r
-{\r
-( 560 136 104 ) ( 552 136 104 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 552 128 128 ) ( 560 128 128 ) ( 560 128 104 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 128 136 ) ( 560 136 136 ) ( 560 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 136 128 ) ( 552 136 128 ) ( 552 136 104 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 136 128 ) ( 552 128 128 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 128 168 ) ( 608 136 168 ) ( 632 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 224\r
-{\r
-brushDef\r
-{\r
-( 552 128 232 ) ( 552 136 232 ) ( 560 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 552 128 128 ) ( 560 128 128 ) ( 560 128 104 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 128 136 ) ( 560 136 136 ) ( 560 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 560 136 128 ) ( 552 136 128 ) ( 552 136 104 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 552 136 128 ) ( 552 128 128 ) ( 552 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 176 ) ( 608 128 176 ) ( 632 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 225\r
-{\r
-brushDef\r
-{\r
-( 400 128 232 ) ( 400 136 232 ) ( 408 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7 ) ) gothic_trim/wood2 0 0 0\r
-( 400 128 128 ) ( 408 128 128 ) ( 408 128 104 ) ( ( 0.015625 0 -7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 128 136 ) ( 408 136 136 ) ( 408 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 136 128 ) ( 400 136 128 ) ( 400 136 104 ) ( ( 0.015625 0 7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 136 128 ) ( 400 128 128 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 176 ) ( 456 128 176 ) ( 480 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 226\r
-{\r
-brushDef\r
-{\r
-( 408 136 104 ) ( 400 136 104 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7 ) ) gothic_trim/wood2 0 0 0\r
-( 400 128 128 ) ( 408 128 128 ) ( 408 128 104 ) ( ( 0.015625 0 -7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 128 136 ) ( 408 136 136 ) ( 408 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 136 128 ) ( 400 136 128 ) ( 400 136 104 ) ( ( 0.015625 0 7 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 136 128 ) ( 400 128 128 ) ( 400 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 128 168 ) ( 456 136 168 ) ( 480 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 227\r
-{\r
-brushDef\r
-{\r
-( 456 128 176 ) ( 456 136 176 ) ( 456 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 352 136 168 ) ( 352 136 176 ) ( 352 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 168 ) ( 456 128 168 ) ( 480 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 448 128 168 ) ( 448 128 176 ) ( 472 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 3.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 456 128 176 ) ( 456 136 176 ) ( 480 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 432 136 176 ) ( 432 136 168 ) ( 456 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 3.875000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 228\r
-{\r
-brushDef\r
-{\r
-( 160 128 176 ) ( 160 136 176 ) ( 160 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 168 ) ( 56 136 176 ) ( 56 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 160 136 168 ) ( 160 128 168 ) ( 184 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -5.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 152 128 168 ) ( 152 128 176 ) ( 176 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -0.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 160 128 176 ) ( 160 136 176 ) ( 184 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -5.750000 ) ) gothic_trim/wood2 0 0 0\r
-( 136 136 176 ) ( 136 136 168 ) ( 160 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -0.750000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 229\r
-{\r
-brushDef\r
-{\r
-( 112 136 104 ) ( 104 136 104 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 104 128 128 ) ( 112 128 128 ) ( 112 128 104 ) ( ( 0.015625 0 -2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 128 136 ) ( 112 136 136 ) ( 112 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 136 128 ) ( 104 136 128 ) ( 104 136 104 ) ( ( 0.015625 0 2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 136 128 ) ( 104 128 128 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 128 168 ) ( 160 136 168 ) ( 184 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 230\r
-{\r
-brushDef\r
-{\r
-( 104 128 232 ) ( 104 136 232 ) ( 112 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 104 128 128 ) ( 112 128 128 ) ( 112 128 104 ) ( ( 0.015625 0 -2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 128 136 ) ( 112 136 136 ) ( 112 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 112 136 128 ) ( 104 136 128 ) ( 104 136 104 ) ( ( 0.015625 0 2.375000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 104 136 128 ) ( 104 128 128 ) ( 104 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 136 176 ) ( 160 128 176 ) ( 184 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.375000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 231\r
-{\r
-brushDef\r
-{\r
-( -48 128 232 ) ( -48 136 232 ) ( -40 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 128 128 ) ( -40 128 128 ) ( -40 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 128 136 ) ( -40 136 136 ) ( -40 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 136 128 ) ( -48 136 128 ) ( -48 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 136 128 ) ( -48 128 128 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 136 176 ) ( 8 128 176 ) ( 32 136 176 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 232\r
-{\r
-brushDef\r
-{\r
-( -40 136 104 ) ( -48 136 104 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 128 128 ) ( -40 128 128 ) ( -40 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 128 136 ) ( -40 136 136 ) ( -40 136 112 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -40 136 128 ) ( -48 136 128 ) ( -48 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -48 136 128 ) ( -48 128 128 ) ( -48 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 128 168 ) ( 8 136 168 ) ( 32 128 168 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 233\r
-{\r
-brushDef\r
-{\r
-( 8 128 176 ) ( 8 136 176 ) ( 8 136 168 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 136 168 ) ( -96 136 176 ) ( -96 128 176 ) ( ( 0 -0.015625 -0.625000 ) ( 0.015625 0 -2.625000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 136 168 ) ( 8 128 168 ) ( 32 128 168 ) ( ( -0.015625 0 -2.625000 ) ( 0 -0.015625 -3.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 0 128 168 ) ( 0 128 176 ) ( 24 128 176 ) ( ( 0 0.015625 3.375000 ) ( -0.015625 0 -3.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 128 176 ) ( 8 136 176 ) ( 32 136 176 ) ( ( 0.015625 0 2.625000 ) ( 0 0.015625 -3.375000 ) ) gothic_trim/wood2 0 0 0\r
-( -16 136 176 ) ( -16 136 168 ) ( 8 136 168 ) ( ( 0 -0.015625 -3.375000 ) ( 0.015625 0 -3.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 234\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -96 136 128 ) ( -96 144 128 ) ( -96 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 235\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 128 ) ( 56 144 128 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 144 128 ) ( 8 136 128 ) ( 8 144 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 236\r
-{\r
-brushDef\r
-{\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 104 ) ( 56 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 136 232 ) ( 56 144 232 ) ( 160 144 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 160 144 128 ) ( 160 136 128 ) ( 160 144 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 237\r
-{\r
-brushDef\r
-{\r
-( 192 136 8 ) ( -128 136 8 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 16 ) ( 192 128 16 ) ( 192 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 128 208 ) ( 192 136 208 ) ( 192 136 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 192 136 16 ) ( -128 136 16 ) ( -128 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 136 16 ) ( -128 128 16 ) ( -128 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 56 144 104 ) ( 160 144 104 ) ( 56 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 238\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 128 ) ( 456 128 128 ) ( 456 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 504 128 128 ) ( 504 136 128 ) ( 504 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 239\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 608 136 128 ) ( 608 128 128 ) ( 608 136 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 240\r
-{\r
-brushDef\r
-{\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 456 136 104 ) ( 352 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 232 ) ( 352 136 232 ) ( 456 136 232 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 128 128 ) ( 352 136 128 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 241\r
-{\r
-brushDef\r
-{\r
-( 640 136 8 ) ( 320 136 8 ) ( 320 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 128 16 ) ( 640 128 16 ) ( 640 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 16 ) ( 640 136 16 ) ( 640 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 136 16 ) ( 320 136 16 ) ( 320 136 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 136 208 ) ( 320 128 208 ) ( 320 128 200 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 352 136 104 ) ( 456 136 104 ) ( 352 128 104 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 242\r
-{\r
-brushDef\r
-{\r
-( 624 -144 -40 ) ( 408 -144 -40 ) ( 408 -184 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -184 -16 ) ( 408 -144 -16 ) ( 624 -144 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -184 0 ) ( 624 -184 0 ) ( 624 -184 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 624 -184 0 ) ( 624 -144 0 ) ( 624 -144 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 624 -144 0 ) ( 408 -144 0 ) ( 408 -144 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-( 408 -144 0 ) ( 408 -184 0 ) ( 408 -184 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) liquids/clear_ripple1 0 0 0\r
-}\r
-}\r
-// brush 243\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 408 -192 24 ) ( 408 -136 24 ) ( 408 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 244\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -144 24 ) ( 632 -144 24 ) ( 400 -144 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 245\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 624 -136 24 ) ( 624 -192 24 ) ( 624 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 246\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 0 ) ( 400 -136 0 ) ( 632 -136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -184 24 ) ( 400 -184 24 ) ( 632 -184 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 247\r
-{\r
-brushDef\r
-{\r
-( 632 -136 -48 ) ( 400 -136 -48 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -192 24 ) ( 632 -192 24 ) ( 632 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -192 24 ) ( 632 -136 24 ) ( 632 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -136 24 ) ( 400 -136 24 ) ( 400 -136 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 24 ) ( 400 -192 24 ) ( 400 -192 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 400 -136 -40 ) ( 632 -136 -40 ) ( 400 -192 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 248\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 0 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 0 0 0\r
-( 304 176 128 ) ( 312 176 128 ) ( 304 176 120 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 249\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 0 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 0 0 0\r
-( 312 152 128 ) ( 304 152 128 ) ( 312 152 120 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 250\r
-{\r
-brushDef\r
-{\r
-( 304 192 152 ) ( 312 192 152 ) ( 312 144 152 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 0 0 0\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 176 144 ) ( 304 176 144 ) ( 312 152 144 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 251\r
-{\r
-brushDef\r
-{\r
-( 312 144 64 ) ( 312 192 64 ) ( 304 192 64 ) ( ( 0 0.015625 6.750000 ) ( -0.015625 0 -2 ) ) gothic_trim/wood2 0 0 0\r
-( 304 192 152 ) ( 304 144 152 ) ( 304 144 64 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 304 144 152 ) ( 312 144 152 ) ( 312 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 144 152 ) ( 312 192 152 ) ( 312 192 64 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 184 152 ) ( 304 184 152 ) ( 304 184 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 312 176 72 ) ( 312 152 72 ) ( 304 176 72 ) ( ( 0 -0.015625 6.750000 ) ( 0.015625 0 2 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 252\r
-{\r
-brushDef\r
-{\r
-( 312 152 72 ) ( 312 176 72 ) ( 304 176 72 ) ( ( 0 0.007813 3.375216 ) ( -0.007813 0 -0.562538 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 304 176 144 ) ( 312 176 144 ) ( 312 152 144 ) ( ( 0 -0.007813 3.375216 ) ( 0.007813 0 0.562536 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 304 176 128 ) ( 304 152 128 ) ( 304 152 120 ) ( ( 0.007813 0 1.062570 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 304 152 128 ) ( 312 152 128 ) ( 312 152 120 ) ( ( 0.007813 0 3.125201 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 312 152 128 ) ( 312 176 128 ) ( 312 176 120 ) ( ( 0.007813 0 -1.062568 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 312 176 128 ) ( 304 176 128 ) ( 304 176 120 ) ( ( 0.007813 0 -3.125200 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 253\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 0 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 0 0 0\r
-( 208 152 128 ) ( 200 152 128 ) ( 208 152 120 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 254\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 0 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 0 0 0\r
-( 200 176 128 ) ( 208 176 128 ) ( 200 176 120 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 255\r
-{\r
-brushDef\r
-{\r
-( 208 144 152 ) ( 200 144 152 ) ( 200 192 152 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 0 0 0\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 152 144 ) ( 208 152 144 ) ( 200 176 144 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 256\r
-{\r
-brushDef\r
-{\r
-( 200 192 64 ) ( 200 144 64 ) ( 208 144 64 ) ( ( 0 -0.015625 -1 ) ( 0.015625 0 -6 ) ) gothic_trim/wood2 0 0 0\r
-( 208 144 152 ) ( 208 192 152 ) ( 208 192 64 ) ( ( 0.015625 0 -6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 208 184 152 ) ( 200 184 152 ) ( 200 184 64 ) ( ( 0.015625 0 1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 192 152 ) ( 200 144 152 ) ( 200 144 64 ) ( ( 0.015625 0 6.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 144 152 ) ( 208 144 152 ) ( 208 144 64 ) ( ( 0.015625 0 -1.250000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 200 152 72 ) ( 200 176 72 ) ( 208 152 72 ) ( ( 0 0.015625 -1 ) ( -0.015625 0 6 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 257\r
-{\r
-brushDef\r
-{\r
-( 200 176 72 ) ( 200 152 72 ) ( 208 152 72 ) ( ( 0 -0.007813 -0.500000 ) ( 0.007813 0 -3 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 208 152 144 ) ( 200 152 144 ) ( 200 176 144 ) ( ( 0 0.007813 -0.500000 ) ( -0.007813 0 3 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 208 152 128 ) ( 208 176 128 ) ( 208 176 120 ) ( ( 0.007813 0 -3.125000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 208 176 128 ) ( 200 176 128 ) ( 200 176 120 ) ( ( 0.007813 0 0.625000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 200 176 128 ) ( 200 152 128 ) ( 200 152 120 ) ( ( 0.007813 0 3.125000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 200 152 128 ) ( 208 152 128 ) ( 208 152 120 ) ( ( 0.007813 0 -0.625000 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 258\r
-{\r
-brushDef\r
-{\r
-( 136 -128 -48 ) ( 136 -152 -48 ) ( 144 -152 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 3.125198 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -152 0 ) ( 136 -152 0 ) ( 136 -128 0 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -3.125198 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -152 8 ) ( 144 -128 8 ) ( 144 -128 0 ) ( ( 0.007813 0 -0.875060 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -128 8 ) ( 136 -128 8 ) ( 136 -128 0 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -128 8 ) ( 136 -152 8 ) ( 136 -152 0 ) ( ( 0.007813 0 0.875061 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -152 8 ) ( 144 -152 8 ) ( 144 -152 0 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 259\r
-{\r
-brushDef\r
-{\r
-( 136 -152 -48 ) ( 136 -176 -48 ) ( 144 -176 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.937688 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -176 -8 ) ( 136 -176 -8 ) ( 136 -152 -8 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.937688 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -176 0 ) ( 144 -152 0 ) ( 144 -152 -8 ) ( ( 0.007813 0 -0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -152 0 ) ( 136 -152 0 ) ( 136 -152 -8 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -152 0 ) ( 136 -176 0 ) ( 136 -176 -8 ) ( ( 0.007813 0 0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -176 0 ) ( 144 -176 0 ) ( 144 -176 -8 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 260\r
-{\r
-brushDef\r
-{\r
-( 136 -176 -48 ) ( 136 -200 -48 ) ( 144 -200 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.750176 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -200 -16 ) ( 136 -200 -16 ) ( 136 -176 -16 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.750176 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -200 -8 ) ( 144 -176 -8 ) ( 144 -176 -16 ) ( ( 0.007813 0 -0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -176 -8 ) ( 136 -176 -8 ) ( 136 -176 -16 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -176 -8 ) ( 136 -200 -8 ) ( 136 -200 -16 ) ( ( 0.007813 0 0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -200 -8 ) ( 144 -200 -8 ) ( 144 -200 -16 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 261\r
-{\r
-brushDef\r
-{\r
-( 136 -200 -48 ) ( 136 -224 -48 ) ( 144 -224 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.562655 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -224 -24 ) ( 136 -224 -24 ) ( 136 -200 -24 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.562655 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -224 -16 ) ( 144 -200 -16 ) ( 144 -200 -24 ) ( ( 0.007813 0 -0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -200 -16 ) ( 136 -200 -16 ) ( 136 -200 -24 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -200 -16 ) ( 136 -224 -16 ) ( 136 -224 -24 ) ( ( 0.007813 0 0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -224 -16 ) ( 144 -224 -16 ) ( 144 -224 -24 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 262\r
-{\r
-brushDef\r
-{\r
-( 136 -224 -48 ) ( 136 -248 -48 ) ( 144 -248 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.375144 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -248 -32 ) ( 136 -248 -32 ) ( 136 -224 -32 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.375144 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -248 -24 ) ( 144 -224 -24 ) ( 144 -224 -32 ) ( ( 0.007813 0 -0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -224 -24 ) ( 136 -224 -24 ) ( 136 -224 -32 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -224 -24 ) ( 136 -248 -24 ) ( 136 -248 -32 ) ( ( 0.007813 0 0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -248 -24 ) ( 144 -248 -24 ) ( 144 -248 -32 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 263\r
-{\r
-brushDef\r
-{\r
-( 136 -248 -48 ) ( 136 -272 -48 ) ( 144 -272 -48 ) ( ( 0 -0.007813 -2.000126 ) ( 0.007813 0 2.187633 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -272 -40 ) ( 136 -272 -40 ) ( 136 -248 -40 ) ( ( 0 0.007813 -2.000126 ) ( -0.007813 0 -2.187633 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -272 -32 ) ( 144 -248 -32 ) ( 144 -248 -40 ) ( ( 0.007813 0 0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 144 -248 -32 ) ( 136 -248 -32 ) ( 136 -248 -40 ) ( ( 0.007813 0 -15.875916 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -248 -32 ) ( 136 -272 -32 ) ( 136 -272 -40 ) ( ( 0.007813 0 -0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -272 -32 ) ( 144 -272 -32 ) ( 144 -272 -40 ) ( ( 0.007813 0 15.875914 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 264\r
-{\r
-brushDef\r
-{\r
-( 368 -248 -48 ) ( 368 -272 -48 ) ( 376 -272 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.187633 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -272 -40 ) ( 368 -272 -40 ) ( 368 -248 -40 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.187633 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -272 -32 ) ( 376 -248 -32 ) ( 376 -248 -40 ) ( ( 0.007813 0 0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -248 -32 ) ( 368 -248 -32 ) ( 368 -248 -40 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -248 -32 ) ( 368 -272 -32 ) ( 368 -272 -40 ) ( ( 0.007813 0 -0.062505 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -272 -32 ) ( 376 -272 -32 ) ( 376 -272 -40 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 265\r
-{\r
-brushDef\r
-{\r
-( 368 -224 -48 ) ( 368 -248 -48 ) ( 376 -248 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.375144 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -248 -32 ) ( 368 -248 -32 ) ( 368 -224 -32 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.375144 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -248 -24 ) ( 376 -224 -24 ) ( 376 -224 -32 ) ( ( 0.007813 0 -0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -224 -24 ) ( 368 -224 -24 ) ( 368 -224 -32 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -224 -24 ) ( 368 -248 -24 ) ( 368 -248 -32 ) ( ( 0.007813 0 0.125006 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -248 -24 ) ( 376 -248 -24 ) ( 376 -248 -32 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 266\r
-{\r
-brushDef\r
-{\r
-( 368 -200 -48 ) ( 368 -224 -48 ) ( 376 -224 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.562655 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -224 -24 ) ( 368 -224 -24 ) ( 368 -200 -24 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.562655 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -224 -16 ) ( 376 -200 -16 ) ( 376 -200 -24 ) ( ( 0.007813 0 -0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -200 -16 ) ( 368 -200 -16 ) ( 368 -200 -24 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -200 -16 ) ( 368 -224 -16 ) ( 368 -224 -24 ) ( ( 0.007813 0 0.312517 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -224 -16 ) ( 376 -224 -16 ) ( 376 -224 -24 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 267\r
-{\r
-brushDef\r
-{\r
-( 368 -176 -48 ) ( 368 -200 -48 ) ( 376 -200 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.750176 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -200 -16 ) ( 368 -200 -16 ) ( 368 -176 -16 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.750176 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -200 -8 ) ( 376 -176 -8 ) ( 376 -176 -16 ) ( ( 0.007813 0 -0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -176 -8 ) ( 368 -176 -8 ) ( 368 -176 -16 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -176 -8 ) ( 368 -200 -8 ) ( 368 -200 -16 ) ( ( 0.007813 0 0.500039 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -200 -8 ) ( 376 -200 -8 ) ( 376 -200 -16 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 268\r
-{\r
-brushDef\r
-{\r
-( 368 -152 -48 ) ( 368 -176 -48 ) ( 376 -176 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 2.937688 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -176 -8 ) ( 368 -176 -8 ) ( 368 -152 -8 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -2.937688 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -176 0 ) ( 376 -152 0 ) ( 376 -152 -8 ) ( ( 0.007813 0 -0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -152 0 ) ( 368 -152 0 ) ( 368 -152 -8 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -152 0 ) ( 368 -176 0 ) ( 368 -176 -8 ) ( ( 0.007813 0 0.687551 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -176 0 ) ( 376 -176 0 ) ( 376 -176 -8 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 269\r
-{\r
-brushDef\r
-{\r
-( 368 -128 -48 ) ( 368 -152 -48 ) ( 376 -152 -48 ) ( ( 0 -0.007813 -3.812737 ) ( 0.007813 0 3.125198 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -152 0 ) ( 368 -152 0 ) ( 368 -128 0 ) ( ( 0 0.007813 -3.812737 ) ( -0.007813 0 -3.125198 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -152 8 ) ( 376 -128 8 ) ( 376 -128 0 ) ( ( 0.007813 0 -0.875060 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 376 -128 8 ) ( 368 -128 8 ) ( 368 -128 0 ) ( ( 0.007813 0 -14.063194 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -128 8 ) ( 368 -152 8 ) ( 368 -152 0 ) ( ( 0.007813 0 0.875061 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 368 -152 8 ) ( 376 -152 8 ) ( 376 -152 0 ) ( ( 0.007813 0 14.063192 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 270\r
-{\r
-brushDef\r
-{\r
-( 640 -128 -48 ) ( 664 -128 -48 ) ( 664 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -120 0 ) ( 664 -128 0 ) ( 640 -128 0 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -120 8 ) ( 640 -120 8 ) ( 640 -120 0 ) ( ( 0.007813 0 5.250314 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -120 8 ) ( 640 -128 8 ) ( 640 -128 0 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 8 ) ( 664 -128 8 ) ( 664 -128 0 ) ( ( 0.007813 0 -5.250313 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -128 8 ) ( 664 -120 8 ) ( 664 -120 0 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 271\r
-{\r
-brushDef\r
-{\r
-( 664 -128 -48 ) ( 688 -128 -48 ) ( 688 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.187747 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 -120 -8 ) ( 688 -128 -8 ) ( 664 -128 -8 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.187747 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 -120 0 ) ( 664 -120 0 ) ( 664 -120 -8 ) ( ( 0.007813 0 5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -120 0 ) ( 664 -128 0 ) ( 664 -128 -8 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 -128 0 ) ( 688 -128 0 ) ( 688 -128 -8 ) ( ( 0.007813 0 -5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 -128 0 ) ( 688 -120 0 ) ( 688 -120 -8 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 272\r
-{\r
-brushDef\r
-{\r
-( 688 -128 -48 ) ( 712 -128 -48 ) ( 712 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.375259 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 -120 -16 ) ( 712 -128 -16 ) ( 688 -128 -16 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.375259 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 -120 -8 ) ( 688 -120 -8 ) ( 688 -120 -16 ) ( ( 0.007813 0 5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 -120 -8 ) ( 688 -128 -8 ) ( 688 -128 -16 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 -128 -8 ) ( 712 -128 -8 ) ( 712 -128 -16 ) ( ( 0.007813 0 -5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 -128 -8 ) ( 712 -120 -8 ) ( 712 -120 -16 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 273\r
-{\r
-brushDef\r
-{\r
-( 712 -128 -48 ) ( 736 -128 -48 ) ( 736 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.562780 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 -120 -24 ) ( 736 -128 -24 ) ( 712 -128 -24 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.562780 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 -120 -16 ) ( 712 -120 -16 ) ( 712 -120 -24 ) ( ( 0.007813 0 5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 -120 -16 ) ( 712 -128 -16 ) ( 712 -128 -24 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 -128 -16 ) ( 736 -128 -16 ) ( 736 -128 -24 ) ( ( 0.007813 0 -5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 -128 -16 ) ( 736 -120 -16 ) ( 736 -120 -24 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 274\r
-{\r
-brushDef\r
-{\r
-( 736 -128 -48 ) ( 760 -128 -48 ) ( 760 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.750291 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 -120 -32 ) ( 760 -128 -32 ) ( 736 -128 -32 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.750291 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 -120 -24 ) ( 736 -120 -24 ) ( 736 -120 -32 ) ( ( 0.007813 0 6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 -120 -24 ) ( 736 -128 -24 ) ( 736 -128 -32 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 -128 -24 ) ( 760 -128 -24 ) ( 760 -128 -32 ) ( ( 0.007813 0 -6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 -128 -24 ) ( 760 -120 -24 ) ( 760 -120 -32 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 275\r
-{\r
-brushDef\r
-{\r
-( 760 -128 -48 ) ( 784 -128 -48 ) ( 784 -120 -48 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 -4.937802 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 -120 -40 ) ( 784 -128 -40 ) ( 760 -128 -40 ) ( ( -0.007813 0 -1.937623 ) ( 0 -0.007813 4.937802 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 -120 -32 ) ( 760 -120 -32 ) ( 760 -120 -40 ) ( ( 0.007813 0 6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 -120 -32 ) ( 760 -128 -32 ) ( 760 -128 -40 ) ( ( 0.007813 0 -6.687911 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 -128 -32 ) ( 784 -128 -32 ) ( 784 -128 -40 ) ( ( 0.007813 0 -6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 -128 -32 ) ( 784 -120 -32 ) ( 784 -120 -40 ) ( ( 0.007813 0 6.687911 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 276\r
-{\r
-brushDef\r
-{\r
-( 760 120 -48 ) ( 784 120 -48 ) ( 784 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.937802 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 128 -40 ) ( 784 120 -40 ) ( 760 120 -40 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.937802 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 128 -32 ) ( 760 128 -32 ) ( 760 128 -40 ) ( ( 0.007813 0 6.187879 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 128 -32 ) ( 760 120 -32 ) ( 760 120 -40 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 120 -32 ) ( 784 120 -32 ) ( 784 120 -40 ) ( ( 0.007813 0 -6.187878 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 784 120 -32 ) ( 784 128 -32 ) ( 784 128 -40 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 277\r
-{\r
-brushDef\r
-{\r
-( 736 120 -48 ) ( 760 120 -48 ) ( 760 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.750291 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 128 -32 ) ( 760 120 -32 ) ( 736 120 -32 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.750291 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 128 -24 ) ( 736 128 -24 ) ( 736 128 -32 ) ( ( 0.007813 0 6.000368 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 128 -24 ) ( 736 120 -24 ) ( 736 120 -32 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 120 -24 ) ( 760 120 -24 ) ( 760 120 -32 ) ( ( 0.007813 0 -6.000367 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 760 120 -24 ) ( 760 128 -24 ) ( 760 128 -32 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 278\r
-{\r
-brushDef\r
-{\r
-( 712 120 -48 ) ( 736 120 -48 ) ( 736 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.562780 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 128 -24 ) ( 736 120 -24 ) ( 712 120 -24 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.562780 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 128 -16 ) ( 712 128 -16 ) ( 712 128 -24 ) ( ( 0.007813 0 5.812857 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 128 -16 ) ( 712 120 -16 ) ( 712 120 -24 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 120 -16 ) ( 736 120 -16 ) ( 736 120 -24 ) ( ( 0.007813 0 -5.812856 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 736 120 -16 ) ( 736 128 -16 ) ( 736 128 -24 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 279\r
-{\r
-brushDef\r
-{\r
-( 688 120 -48 ) ( 712 120 -48 ) ( 712 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.375259 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 128 -16 ) ( 712 120 -16 ) ( 688 120 -16 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.375259 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 128 -8 ) ( 688 128 -8 ) ( 688 128 -16 ) ( ( 0.007813 0 5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 128 -8 ) ( 688 120 -8 ) ( 688 120 -16 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 120 -8 ) ( 712 120 -8 ) ( 712 120 -16 ) ( ( 0.007813 0 -5.625335 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 712 120 -8 ) ( 712 128 -8 ) ( 712 128 -16 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 280\r
-{\r
-brushDef\r
-{\r
-( 664 120 -48 ) ( 688 120 -48 ) ( 688 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.187747 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 128 -8 ) ( 688 120 -8 ) ( 664 120 -8 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.187747 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 128 0 ) ( 664 128 0 ) ( 664 128 -8 ) ( ( 0.007813 0 5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 128 0 ) ( 664 120 0 ) ( 664 120 -8 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 120 0 ) ( 688 120 0 ) ( 688 120 -8 ) ( ( 0.007813 0 -5.437823 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 688 120 0 ) ( 688 128 0 ) ( 688 128 -8 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 281\r
-{\r
-brushDef\r
-{\r
-( 640 120 -48 ) ( 664 120 -48 ) ( 664 128 -48 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 -4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 128 0 ) ( 664 120 0 ) ( 640 120 0 ) ( ( -0.007813 0 -0.000003 ) ( 0 -0.007813 4.000237 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 128 8 ) ( 640 128 8 ) ( 640 128 0 ) ( ( 0.007813 0 5.250314 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 128 8 ) ( 640 120 8 ) ( 640 120 0 ) ( ( 0.007813 0 -4.750293 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 120 8 ) ( 664 120 8 ) ( 664 120 0 ) ( ( 0.007813 0 -5.250313 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 664 120 8 ) ( 664 128 8 ) ( 664 128 0 ) ( ( 0.007813 0 4.750293 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 282\r
-{\r
-brushDef\r
-{\r
-( -128 128 -48 ) ( -152 128 -48 ) ( -152 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 120 0 ) ( -152 128 0 ) ( -128 128 0 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 120 8 ) ( -128 120 8 ) ( -128 120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 120 8 ) ( -128 128 8 ) ( -128 128 0 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 128 8 ) ( -152 128 8 ) ( -152 128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 128 8 ) ( -152 120 8 ) ( -152 120 0 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 283\r
-{\r
-brushDef\r
-{\r
-( -152 128 -48 ) ( -176 128 -48 ) ( -176 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 120 -8 ) ( -176 128 -8 ) ( -152 128 -8 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 120 0 ) ( -152 120 0 ) ( -152 120 -8 ) ( ( 0.007813 0 0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 120 0 ) ( -152 128 0 ) ( -152 128 -8 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 128 0 ) ( -176 128 0 ) ( -176 128 -8 ) ( ( 0.007813 0 -0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 128 0 ) ( -176 120 0 ) ( -176 120 -8 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 284\r
-{\r
-brushDef\r
-{\r
-( -176 128 -48 ) ( -200 128 -48 ) ( -200 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.375024 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 120 -16 ) ( -200 128 -16 ) ( -176 128 -16 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.375024 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 120 -8 ) ( -176 120 -8 ) ( -176 120 -16 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 120 -8 ) ( -176 128 -8 ) ( -176 128 -16 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 128 -8 ) ( -200 128 -8 ) ( -200 128 -16 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 128 -8 ) ( -200 120 -8 ) ( -200 120 -16 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 285\r
-{\r
-brushDef\r
-{\r
-( -200 128 -48 ) ( -224 128 -48 ) ( -224 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.562536 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 120 -24 ) ( -224 128 -24 ) ( -200 128 -24 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.562536 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 120 -16 ) ( -200 120 -16 ) ( -200 120 -24 ) ( ( 0.007813 0 0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 120 -16 ) ( -200 128 -16 ) ( -200 128 -24 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 128 -16 ) ( -224 128 -16 ) ( -224 128 -24 ) ( ( 0.007813 0 -0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 128 -16 ) ( -224 120 -16 ) ( -224 120 -24 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 286\r
-{\r
-brushDef\r
-{\r
-( -224 128 -48 ) ( -248 128 -48 ) ( -248 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.750047 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 120 -32 ) ( -248 128 -32 ) ( -224 128 -32 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.750047 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 120 -24 ) ( -224 120 -24 ) ( -224 120 -32 ) ( ( 0.007813 0 0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 120 -24 ) ( -224 128 -24 ) ( -224 128 -32 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 128 -24 ) ( -248 128 -24 ) ( -248 128 -32 ) ( ( 0.007813 0 -0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 128 -24 ) ( -248 120 -24 ) ( -248 120 -32 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 287\r
-{\r
-brushDef\r
-{\r
-( -248 128 -48 ) ( -272 128 -48 ) ( -272 120 -48 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.937558 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 120 -40 ) ( -272 128 -40 ) ( -248 128 -40 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 0.937558 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 120 -32 ) ( -248 120 -32 ) ( -248 120 -40 ) ( ( 0.007813 0 0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 120 -32 ) ( -248 128 -32 ) ( -248 128 -40 ) ( ( 0.007813 0 -1.937621 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 128 -32 ) ( -272 128 -32 ) ( -272 128 -40 ) ( ( 0.007813 0 -0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 128 -32 ) ( -272 120 -32 ) ( -272 120 -40 ) ( ( 0.007813 0 1.937621 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 288\r
-{\r
-brushDef\r
-{\r
-( -248 -120 -48 ) ( -272 -120 -48 ) ( -272 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.937558 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 -128 -40 ) ( -272 -120 -40 ) ( -248 -120 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.937558 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 -128 -32 ) ( -248 -128 -32 ) ( -248 -128 -40 ) ( ( 0.007813 0 0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 -128 -32 ) ( -248 -120 -32 ) ( -248 -120 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 -120 -32 ) ( -272 -120 -32 ) ( -272 -120 -40 ) ( ( 0.007813 0 -0.937558 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -272 -120 -32 ) ( -272 -128 -32 ) ( -272 -128 -40 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.312520 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 289\r
-{\r
-brushDef\r
-{\r
-( -224 -120 -48 ) ( -248 -120 -48 ) ( -248 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.750047 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 -128 -32 ) ( -248 -120 -32 ) ( -224 -120 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.750047 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 -128 -24 ) ( -224 -128 -24 ) ( -224 -128 -32 ) ( ( 0.007813 0 0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 -128 -24 ) ( -224 -120 -24 ) ( -224 -120 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 -120 -24 ) ( -248 -120 -24 ) ( -248 -120 -32 ) ( ( 0.007813 0 -0.750047 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -248 -120 -24 ) ( -248 -128 -24 ) ( -248 -128 -32 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.250016 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 290\r
-{\r
-brushDef\r
-{\r
-( -200 -120 -48 ) ( -224 -120 -48 ) ( -224 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.562536 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 -128 -24 ) ( -224 -120 -24 ) ( -200 -120 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.562536 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 -128 -16 ) ( -200 -128 -16 ) ( -200 -128 -24 ) ( ( 0.007813 0 0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 -128 -16 ) ( -200 -120 -16 ) ( -200 -120 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 -120 -16 ) ( -224 -120 -16 ) ( -224 -120 -24 ) ( ( 0.007813 0 -0.562536 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -224 -120 -16 ) ( -224 -128 -16 ) ( -224 -128 -24 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 291\r
-{\r
-brushDef\r
-{\r
-( -176 -120 -48 ) ( -200 -120 -48 ) ( -200 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.375024 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 -128 -16 ) ( -200 -120 -16 ) ( -176 -120 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.375024 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 -128 -8 ) ( -176 -128 -8 ) ( -176 -128 -16 ) ( ( 0.007813 0 0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 -128 -8 ) ( -176 -120 -8 ) ( -176 -120 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 -120 -8 ) ( -200 -120 -8 ) ( -200 -120 -16 ) ( ( 0.007813 0 -0.375024 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -200 -120 -8 ) ( -200 -128 -8 ) ( -200 -128 -16 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.125008 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 292\r
-{\r
-brushDef\r
-{\r
-( -152 -120 -48 ) ( -176 -120 -48 ) ( -176 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 -128 -8 ) ( -176 -120 -8 ) ( -152 -120 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0.187512 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 -128 0 ) ( -152 -128 0 ) ( -152 -128 -8 ) ( ( 0.007813 0 0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -128 0 ) ( -152 -120 0 ) ( -152 -120 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -120 0 ) ( -176 -120 0 ) ( -176 -120 -8 ) ( ( 0.007813 0 -0.187512 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -176 -120 0 ) ( -176 -128 0 ) ( -176 -128 -8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 -0.062504 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 293\r
-{\r
-brushDef\r
-{\r
-( -128 -120 -48 ) ( -152 -120 -48 ) ( -152 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -128 0 ) ( -152 -120 0 ) ( -128 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 8 ) ( -128 -120 8 ) ( -128 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -120 8 ) ( -152 -120 8 ) ( -152 -120 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -152 -120 8 ) ( -152 -128 8 ) ( -152 -128 0 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 294\r
-{\r
-brushDef\r
-{\r
-( 384 -152 0 ) ( 384 -128 0 ) ( 128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -128 8 ) ( 384 -128 8 ) ( 384 -152 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -128 8 ) ( 136 -152 8 ) ( 136 -152 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -152 8 ) ( 384 -152 8 ) ( 384 -152 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -152 8 ) ( 376 -128 8 ) ( 376 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -128 8 ) ( 128 -128 8 ) ( 128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 295\r
-{\r
-brushDef\r
-{\r
-( 384 -176 -8 ) ( 384 -152 -8 ) ( 128 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -152 0 ) ( 384 -152 0 ) ( 384 -176 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -152 0 ) ( 136 -176 0 ) ( 136 -176 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -176 0 ) ( 384 -176 0 ) ( 384 -176 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -176 0 ) ( 376 -152 0 ) ( 376 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -152 0 ) ( 128 -152 0 ) ( 128 -152 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 296\r
-{\r
-brushDef\r
-{\r
-( 384 -200 -16 ) ( 384 -176 -16 ) ( 128 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -176 -8 ) ( 384 -176 -8 ) ( 384 -200 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -176 -8 ) ( 136 -200 -8 ) ( 136 -200 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -200 -8 ) ( 384 -200 -8 ) ( 384 -200 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -200 -8 ) ( 376 -176 -8 ) ( 376 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -176 -8 ) ( 128 -176 -8 ) ( 128 -176 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 297\r
-{\r
-brushDef\r
-{\r
-( 384 -224 -24 ) ( 384 -200 -24 ) ( 128 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -200 -16 ) ( 384 -200 -16 ) ( 384 -224 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -200 -16 ) ( 136 -224 -16 ) ( 136 -224 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -224 -16 ) ( 384 -224 -16 ) ( 384 -224 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -224 -16 ) ( 376 -200 -16 ) ( 376 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -200 -16 ) ( 128 -200 -16 ) ( 128 -200 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 298\r
-{\r
-brushDef\r
-{\r
-( 384 -248 -32 ) ( 384 -224 -32 ) ( 128 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -224 -24 ) ( 384 -224 -24 ) ( 384 -248 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -224 -24 ) ( 136 -248 -24 ) ( 136 -248 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -248 -24 ) ( 384 -248 -24 ) ( 384 -248 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -248 -24 ) ( 376 -224 -24 ) ( 376 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -224 -24 ) ( 128 -224 -24 ) ( 128 -224 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 299\r
-{\r
-brushDef\r
-{\r
-( 384 -272 -40 ) ( 384 -248 -40 ) ( 128 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -248 -32 ) ( 384 -248 -32 ) ( 384 -272 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -248 -32 ) ( 136 -272 -32 ) ( 136 -272 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -272 -32 ) ( 384 -272 -32 ) ( 384 -272 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -272 -32 ) ( 376 -248 -32 ) ( 376 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -248 -32 ) ( 128 -248 -32 ) ( 128 -248 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 300\r
-{\r
-brushDef\r
-{\r
-( 384 -296 -48 ) ( 384 -272 -48 ) ( 128 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -272 -40 ) ( 384 -272 -40 ) ( 384 -296 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -272 -40 ) ( 136 -296 -40 ) ( 136 -296 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -296 -40 ) ( 384 -296 -40 ) ( 384 -296 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -296 -40 ) ( 376 -272 -40 ) ( 376 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -272 -40 ) ( 128 -272 -40 ) ( 128 -272 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 301\r
-{\r
-brushDef\r
-{\r
-( 136 -120 -48 ) ( 24 -120 -48 ) ( 24 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 -128 8 ) ( 24 -120 8 ) ( 136 -120 8 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 24 -128 -40 ) ( 136 -128 -40 ) ( 136 -128 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -144 -40 ) ( 640 -136 -40 ) ( 640 -136 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 136 -120 -40 ) ( 24 -120 -40 ) ( 24 -120 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 -40 ) ( -128 -136 -40 ) ( -128 -136 -48 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 302\r
-{\r
-brushDef\r
-{\r
-( -152 -128 0 ) ( -128 -128 0 ) ( -128 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 8 ) ( -128 -128 8 ) ( -152 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 8 ) ( -152 128 8 ) ( -152 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -152 128 8 ) ( -152 -128 8 ) ( -152 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -152 -128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 8 ) ( -128 128 8 ) ( -128 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 303\r
-{\r
-brushDef\r
-{\r
-( -176 -128 -8 ) ( -152 -128 -8 ) ( -152 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -152 128 0 ) ( -152 -128 0 ) ( -176 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -152 128 0 ) ( -176 128 0 ) ( -176 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -176 128 0 ) ( -176 -128 0 ) ( -176 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -176 -128 0 ) ( -152 -128 0 ) ( -152 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -152 -128 0 ) ( -152 128 0 ) ( -152 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 304\r
-{\r
-brushDef\r
-{\r
-( -200 -128 -16 ) ( -176 -128 -16 ) ( -176 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -176 128 -8 ) ( -176 -128 -8 ) ( -200 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -176 128 -8 ) ( -200 128 -8 ) ( -200 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -200 128 -8 ) ( -200 -128 -8 ) ( -200 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -200 -128 -8 ) ( -176 -128 -8 ) ( -176 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -176 -128 -8 ) ( -176 128 -8 ) ( -176 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 305\r
-{\r
-brushDef\r
-{\r
-( -224 -128 -24 ) ( -200 -128 -24 ) ( -200 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -200 128 -16 ) ( -200 -128 -16 ) ( -224 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -200 128 -16 ) ( -224 128 -16 ) ( -224 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -224 128 -16 ) ( -224 -128 -16 ) ( -224 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -224 -128 -16 ) ( -200 -128 -16 ) ( -200 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -200 -128 -16 ) ( -200 128 -16 ) ( -200 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 306\r
-{\r
-brushDef\r
-{\r
-( -248 -128 -32 ) ( -224 -128 -32 ) ( -224 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -224 128 -24 ) ( -224 -128 -24 ) ( -248 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -224 128 -24 ) ( -248 128 -24 ) ( -248 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -248 128 -24 ) ( -248 -128 -24 ) ( -248 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -248 -128 -24 ) ( -224 -128 -24 ) ( -224 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -224 -128 -24 ) ( -224 128 -24 ) ( -224 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 307\r
-{\r
-brushDef\r
-{\r
-( -272 -128 -40 ) ( -248 -128 -40 ) ( -248 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -248 128 -32 ) ( -248 -128 -32 ) ( -272 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -248 128 -32 ) ( -272 128 -32 ) ( -272 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -272 128 -32 ) ( -272 -128 -32 ) ( -272 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -272 -128 -32 ) ( -248 -128 -32 ) ( -248 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -248 -128 -32 ) ( -248 128 -32 ) ( -248 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 308\r
-{\r
-brushDef\r
-{\r
-( -296 -128 -48 ) ( -272 -128 -48 ) ( -272 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -272 128 -40 ) ( -272 -128 -40 ) ( -296 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -272 128 -40 ) ( -296 128 -40 ) ( -296 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -296 128 -40 ) ( -296 -128 -40 ) ( -296 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -296 -128 -40 ) ( -272 -128 -40 ) ( -272 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -272 -128 -40 ) ( -272 128 -40 ) ( -272 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 309\r
-{\r
-brushDef\r
-{\r
-( 808 128 -48 ) ( 784 128 -48 ) ( 784 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 784 -128 -40 ) ( 784 128 -40 ) ( 808 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 784 -128 -40 ) ( 808 -128 -40 ) ( 808 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 808 -128 -40 ) ( 808 128 -40 ) ( 808 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 808 128 -40 ) ( 784 128 -40 ) ( 784 128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 784 128 -40 ) ( 784 -128 -40 ) ( 784 -128 -48 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 310\r
-{\r
-brushDef\r
-{\r
-( 784 128 -40 ) ( 760 128 -40 ) ( 760 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 760 -128 -32 ) ( 760 128 -32 ) ( 784 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 760 -128 -32 ) ( 784 -128 -32 ) ( 784 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 784 -128 -32 ) ( 784 128 -32 ) ( 784 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 784 128 -32 ) ( 760 128 -32 ) ( 760 128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 760 128 -32 ) ( 760 -128 -32 ) ( 760 -128 -40 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 311\r
-{\r
-brushDef\r
-{\r
-( 760 128 -32 ) ( 736 128 -32 ) ( 736 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 736 -128 -24 ) ( 736 128 -24 ) ( 760 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 736 -128 -24 ) ( 760 -128 -24 ) ( 760 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 760 -128 -24 ) ( 760 128 -24 ) ( 760 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 760 128 -24 ) ( 736 128 -24 ) ( 736 128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 736 128 -24 ) ( 736 -128 -24 ) ( 736 -128 -32 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 312\r
-{\r
-brushDef\r
-{\r
-( 736 128 -24 ) ( 712 128 -24 ) ( 712 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 712 -128 -16 ) ( 712 128 -16 ) ( 736 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 712 -128 -16 ) ( 736 -128 -16 ) ( 736 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 736 -128 -16 ) ( 736 128 -16 ) ( 736 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 736 128 -16 ) ( 712 128 -16 ) ( 712 128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 712 128 -16 ) ( 712 -128 -16 ) ( 712 -128 -24 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 313\r
-{\r
-brushDef\r
-{\r
-( 712 128 -16 ) ( 688 128 -16 ) ( 688 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 688 -128 -8 ) ( 688 128 -8 ) ( 712 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 688 -128 -8 ) ( 712 -128 -8 ) ( 712 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 712 -128 -8 ) ( 712 128 -8 ) ( 712 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 712 128 -8 ) ( 688 128 -8 ) ( 688 128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 688 128 -8 ) ( 688 -128 -8 ) ( 688 -128 -16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 314\r
-{\r
-brushDef\r
-{\r
-( 688 128 -8 ) ( 664 128 -8 ) ( 664 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 -128 0 ) ( 664 128 0 ) ( 688 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 -128 0 ) ( 688 -128 0 ) ( 688 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 688 -128 0 ) ( 688 128 0 ) ( 688 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 688 128 0 ) ( 664 128 0 ) ( 664 128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 128 0 ) ( 664 -128 0 ) ( 664 -128 -8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 315\r
-{\r
-brushDef\r
-{\r
-( 664 128 0 ) ( 640 128 0 ) ( 640 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 8 ) ( 640 128 8 ) ( 664 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 8 ) ( 664 -128 8 ) ( 664 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 -128 8 ) ( 664 128 8 ) ( 664 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 664 128 8 ) ( 640 128 8 ) ( 640 128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 128 8 ) ( 640 -128 8 ) ( 640 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 316\r
-{\r
-brushDef\r
-{\r
-( -120 -120 72 ) ( -888 -120 72 ) ( -888 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -888 -128 224 ) ( -888 -120 224 ) ( -120 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -888 -128 232 ) ( -120 -128 232 ) ( -120 -128 72 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 -128 232 ) ( -120 -120 232 ) ( -120 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -120 -120 232 ) ( -888 -120 232 ) ( -888 -120 72 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -120 232 ) ( -128 -128 232 ) ( -128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 317\r
-{\r
-brushDef\r
-{\r
-( -56 -120 72 ) ( -824 -120 72 ) ( -824 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -824 -128 224 ) ( -824 -120 224 ) ( -56 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -824 -128 232 ) ( -56 -128 232 ) ( -56 -128 72 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -56 -128 232 ) ( -56 -120 232 ) ( -56 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -56 -120 232 ) ( -824 -120 232 ) ( -824 -120 72 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -64 -120 232 ) ( -64 -128 232 ) ( -64 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 318\r
-{\r
-brushDef\r
-{\r
-( 8 -120 72 ) ( -760 -120 72 ) ( -760 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -760 -128 224 ) ( -760 -120 224 ) ( 8 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -760 -128 232 ) ( 8 -128 232 ) ( 8 -128 72 ) ( ( 0.015625 0 9.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 -128 232 ) ( 8 -120 232 ) ( 8 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 8 -120 232 ) ( -760 -120 232 ) ( -760 -120 72 ) ( ( 0.015625 0 -9.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 0 -120 232 ) ( 0 -128 232 ) ( 0 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 319\r
-{\r
-brushDef\r
-{\r
-( 72 -120 72 ) ( -696 -120 72 ) ( -696 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -696 -128 224 ) ( -696 -120 224 ) ( 72 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -696 -128 232 ) ( 72 -128 232 ) ( 72 -128 72 ) ( ( 0.015625 0 8.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 72 -128 232 ) ( 72 -120 232 ) ( 72 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 72 -120 232 ) ( -696 -120 232 ) ( -696 -120 72 ) ( ( 0.015625 0 -8.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 64 -120 232 ) ( 64 -128 232 ) ( 64 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 320\r
-{\r
-brushDef\r
-{\r
-( 136 -120 72 ) ( -632 -120 72 ) ( -632 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -632 -128 224 ) ( -632 -120 224 ) ( 136 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( -632 -128 232 ) ( 136 -128 232 ) ( 136 -128 72 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -128 232 ) ( 136 -120 232 ) ( 136 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -120 232 ) ( -632 -120 232 ) ( -632 -120 72 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -120 232 ) ( 128 -128 232 ) ( 128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 321\r
-{\r
-brushDef\r
-{\r
-( 384 -120 72 ) ( -384 -120 72 ) ( -384 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -4 ) ) gothic_trim/wood2 0 0 0\r
-( -384 -128 224 ) ( -384 -120 224 ) ( 384 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4 ) ) gothic_trim/wood2 0 0 0\r
-( -384 -128 232 ) ( 384 -128 232 ) ( 384 -128 72 ) ( ( 0.015625 0 4 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -128 232 ) ( 384 -120 232 ) ( 384 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -120 232 ) ( -384 -120 232 ) ( -384 -120 72 ) ( ( 0.015625 0 -4 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -120 232 ) ( 376 -128 232 ) ( 376 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 322\r
-{\r
-brushDef\r
-{\r
-( 448 -120 72 ) ( -320 -120 72 ) ( -320 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3 ) ) gothic_trim/wood2 0 0 0\r
-( -320 -128 224 ) ( -320 -120 224 ) ( 448 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3 ) ) gothic_trim/wood2 0 0 0\r
-( -320 -128 232 ) ( 448 -128 232 ) ( 448 -128 72 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 448 -128 232 ) ( 448 -120 232 ) ( 448 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 448 -120 232 ) ( -320 -120 232 ) ( -320 -120 72 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 440 -120 232 ) ( 440 -128 232 ) ( 440 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 323\r
-{\r
-brushDef\r
-{\r
-( 512 -120 72 ) ( -256 -120 72 ) ( -256 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2 ) ) gothic_trim/wood2 0 0 0\r
-( -256 -128 224 ) ( -256 -120 224 ) ( 512 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2 ) ) gothic_trim/wood2 0 0 0\r
-( -256 -128 232 ) ( 512 -128 232 ) ( 512 -128 72 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 512 -128 232 ) ( 512 -120 232 ) ( 512 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 512 -120 232 ) ( -256 -120 232 ) ( -256 -120 72 ) ( ( 0.015625 0 -2 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 504 -120 232 ) ( 504 -128 232 ) ( 504 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 324\r
-{\r
-brushDef\r
-{\r
-( 576 -120 72 ) ( -192 -120 72 ) ( -192 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1 ) ) gothic_trim/wood2 0 0 0\r
-( -192 -128 224 ) ( -192 -120 224 ) ( 576 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1 ) ) gothic_trim/wood2 0 0 0\r
-( -192 -128 232 ) ( 576 -128 232 ) ( 576 -128 72 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 576 -128 232 ) ( 576 -120 232 ) ( 576 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 576 -120 232 ) ( -192 -120 232 ) ( -192 -120 72 ) ( ( 0.015625 0 -1 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 568 -120 232 ) ( 568 -128 232 ) ( 568 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 325\r
-{\r
-brushDef\r
-{\r
-( 640 -120 72 ) ( -128 -120 72 ) ( -128 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 224 ) ( -128 -120 224 ) ( 640 -120 224 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 232 ) ( 640 -128 232 ) ( 640 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 232 ) ( 640 -120 232 ) ( 640 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -120 232 ) ( -128 -120 232 ) ( -128 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -120 232 ) ( 632 -128 232 ) ( 632 -128 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 326\r
-{\r
-brushDef\r
-{\r
-( -128 -128 224 ) ( 640 -128 224 ) ( 640 128 312 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 232 ) ( -128 -128 232 ) ( -128 128 320 ) ( ( 0.007813 0 0 ) ( 0 0.007813 0 ) ) gothic_wall/slateroofc 0 0 0\r
-( -128 -128 224 ) ( -128 -128 232 ) ( 640 -128 232 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( 640 -128 320 ) ( 640 128 320 ) ( 640 128 8 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -32 128 320 ) ( -128 128 320 ) ( -128 128 8 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-( -128 -128 232 ) ( -128 -128 224 ) ( -128 128 312 ) ( ( 0 -0.007813 0 ) ( 0.007813 0 0 ) ) gothic_ceiling/woodceiling1a 0 0 0\r
-}\r
-}\r
-// brush 327\r
-{\r
-brushDef\r
-{\r
-( 664 -120 64 ) ( 384 -120 64 ) ( 384 -128 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -128 72 ) ( 376 -120 72 ) ( 656 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -128 72 ) ( 656 -128 72 ) ( 656 -128 16 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 72 ) ( 640 -120 72 ) ( 640 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 656 -120 72 ) ( 376 -120 72 ) ( 376 -120 16 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -120 72 ) ( 376 -128 72 ) ( 376 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 328\r
-{\r
-brushDef\r
-{\r
-( 160 -120 64 ) ( -120 -120 64 ) ( -120 -128 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 72 ) ( -128 -120 72 ) ( 152 -120 72 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 72 ) ( 152 -128 72 ) ( 152 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -128 72 ) ( 136 -120 72 ) ( 136 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 152 -120 72 ) ( -128 -120 72 ) ( -128 -120 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -120 72 ) ( -128 -128 72 ) ( -128 -128 16 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 329\r
-{\r
-brushDef\r
-{\r
-( 384 -120 8 ) ( 376 -120 8 ) ( 376 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -128 64 ) ( 376 -120 64 ) ( 384 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -7.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -128 16 ) ( 384 -128 16 ) ( 384 -128 8 ) ( ( 0.015625 0 -7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -128 16 ) ( 384 -120 16 ) ( 384 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 384 -120 16 ) ( 376 -120 16 ) ( 376 -120 8 ) ( ( 0.015625 0 7.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 376 -120 16 ) ( 376 -128 16 ) ( 376 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 330\r
-{\r
-brushDef\r
-{\r
-( 416 -120 8 ) ( 408 -120 8 ) ( 408 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 -128 64 ) ( 408 -120 64 ) ( 416 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 -128 16 ) ( 416 -128 16 ) ( 416 -128 8 ) ( ( 0.015625 0 -8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 416 -128 16 ) ( 416 -120 16 ) ( 416 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 416 -120 16 ) ( 408 -120 16 ) ( 408 -120 8 ) ( ( 0.015625 0 8.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 408 -120 16 ) ( 408 -128 16 ) ( 408 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 331\r
-{\r
-brushDef\r
-{\r
-( 448 -120 8 ) ( 440 -120 8 ) ( 440 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 -128 64 ) ( 440 -120 64 ) ( 448 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -8.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 -128 16 ) ( 448 -128 16 ) ( 448 -128 8 ) ( ( 0.015625 0 -8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 448 -128 16 ) ( 448 -120 16 ) ( 448 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 448 -120 16 ) ( 440 -120 16 ) ( 440 -120 8 ) ( ( 0.015625 0 8.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 440 -120 16 ) ( 440 -128 16 ) ( 440 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 332\r
-{\r
-brushDef\r
-{\r
-( 480 -120 8 ) ( 472 -120 8 ) ( 472 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 -128 64 ) ( 472 -120 64 ) ( 480 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 -128 16 ) ( 480 -128 16 ) ( 480 -128 8 ) ( ( 0.015625 0 -9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 480 -128 16 ) ( 480 -120 16 ) ( 480 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 480 -120 16 ) ( 472 -120 16 ) ( 472 -120 8 ) ( ( 0.015625 0 9.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 472 -120 16 ) ( 472 -128 16 ) ( 472 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 333\r
-{\r
-brushDef\r
-{\r
-( 512 -120 8 ) ( 504 -120 8 ) ( 504 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 -128 64 ) ( 504 -120 64 ) ( 512 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -9.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 -128 16 ) ( 512 -128 16 ) ( 512 -128 8 ) ( ( 0.015625 0 -9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 512 -128 16 ) ( 512 -120 16 ) ( 512 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 512 -120 16 ) ( 504 -120 16 ) ( 504 -120 8 ) ( ( 0.015625 0 9.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 504 -120 16 ) ( 504 -128 16 ) ( 504 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 334\r
-{\r
-brushDef\r
-{\r
-( 544 -120 8 ) ( 536 -120 8 ) ( 536 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 -128 64 ) ( 536 -120 64 ) ( 544 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 -128 16 ) ( 544 -128 16 ) ( 544 -128 8 ) ( ( 0.015625 0 -10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 544 -128 16 ) ( 544 -120 16 ) ( 544 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 544 -120 16 ) ( 536 -120 16 ) ( 536 -120 8 ) ( ( 0.015625 0 10.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 536 -120 16 ) ( 536 -128 16 ) ( 536 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 335\r
-{\r
-brushDef\r
-{\r
-( 576 -120 8 ) ( 568 -120 8 ) ( 568 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 -128 64 ) ( 568 -120 64 ) ( 576 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -10.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 -128 16 ) ( 576 -128 16 ) ( 576 -128 8 ) ( ( 0.015625 0 -10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 576 -128 16 ) ( 576 -120 16 ) ( 576 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 576 -120 16 ) ( 568 -120 16 ) ( 568 -120 8 ) ( ( 0.015625 0 10.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 568 -120 16 ) ( 568 -128 16 ) ( 568 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 336\r
-{\r
-brushDef\r
-{\r
-( 608 -120 8 ) ( 600 -120 8 ) ( 600 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 -128 64 ) ( 600 -120 64 ) ( 608 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.375000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 -128 16 ) ( 608 -128 16 ) ( 608 -128 8 ) ( ( 0.015625 0 -11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 608 -128 16 ) ( 608 -120 16 ) ( 608 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 608 -120 16 ) ( 600 -120 16 ) ( 600 -120 8 ) ( ( 0.015625 0 11.375000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 600 -120 16 ) ( 600 -128 16 ) ( 600 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 337\r
-{\r
-brushDef\r
-{\r
-( 640 -120 8 ) ( 632 -120 8 ) ( 632 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -128 64 ) ( 632 -120 64 ) ( 640 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -11.875000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -128 16 ) ( 640 -128 16 ) ( 640 -128 8 ) ( ( 0.015625 0 -11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -128 16 ) ( 640 -120 16 ) ( 640 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -120 16 ) ( 632 -120 16 ) ( 632 -120 8 ) ( ( 0.015625 0 11.875000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 632 -120 16 ) ( 632 -128 16 ) ( 632 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 338\r
-{\r
-brushDef\r
-{\r
-( -88 -120 8 ) ( -96 -120 8 ) ( -96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 -128 64 ) ( -96 -120 64 ) ( -88 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -0.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 -128 16 ) ( -88 -128 16 ) ( -88 -128 8 ) ( ( 0.015625 0 -0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -88 -128 16 ) ( -88 -120 16 ) ( -88 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -88 -120 16 ) ( -96 -120 16 ) ( -96 -120 8 ) ( ( 0.015625 0 0.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -96 -120 16 ) ( -96 -128 16 ) ( -96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 339\r
-{\r
-brushDef\r
-{\r
-( -24 -120 8 ) ( -32 -120 8 ) ( -32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 -128 64 ) ( -32 -120 64 ) ( -24 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1.500000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 -128 16 ) ( -24 -128 16 ) ( -24 -128 8 ) ( ( 0.015625 0 -1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -24 -128 16 ) ( -24 -120 16 ) ( -24 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -24 -120 16 ) ( -32 -120 16 ) ( -32 -120 8 ) ( ( 0.015625 0 1.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -32 -120 16 ) ( -32 -128 16 ) ( -32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 340\r
-{\r
-brushDef\r
-{\r
-( 40 -120 8 ) ( 32 -120 8 ) ( 32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 -128 64 ) ( 32 -120 64 ) ( 40 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 -128 16 ) ( 40 -128 16 ) ( 40 -128 8 ) ( ( 0.015625 0 -2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 40 -128 16 ) ( 40 -120 16 ) ( 40 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 40 -120 16 ) ( 32 -120 16 ) ( 32 -120 8 ) ( ( 0.015625 0 2.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 32 -120 16 ) ( 32 -128 16 ) ( 32 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 341\r
-{\r
-brushDef\r
-{\r
-( 104 -120 8 ) ( 96 -120 8 ) ( 96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 -128 64 ) ( 96 -120 64 ) ( 104 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3.500000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 -128 16 ) ( 104 -128 16 ) ( 104 -128 8 ) ( ( 0.015625 0 -3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 104 -128 16 ) ( 104 -120 16 ) ( 104 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 104 -120 16 ) ( 96 -120 16 ) ( 96 -120 8 ) ( ( 0.015625 0 3.500000 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 96 -120 16 ) ( 96 -128 16 ) ( 96 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 342\r
-{\r
-brushDef\r
-{\r
-( 136 -120 8 ) ( 128 -120 8 ) ( 128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 4 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -128 64 ) ( 128 -120 64 ) ( 136 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -4 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -128 16 ) ( 136 -128 16 ) ( 136 -128 8 ) ( ( 0.015625 0 -4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -128 16 ) ( 136 -120 16 ) ( 136 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 136 -120 16 ) ( 128 -120 16 ) ( 128 -120 8 ) ( ( 0.015625 0 4 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 128 -120 16 ) ( 128 -128 16 ) ( 128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 343\r
-{\r
-brushDef\r
-{\r
-( 72 -120 8 ) ( 64 -120 8 ) ( 64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 3 ) ) gothic_trim/wood2 0 0 0\r
-( 64 -128 64 ) ( 64 -120 64 ) ( 72 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -3 ) ) gothic_trim/wood2 0 0 0\r
-( 64 -128 16 ) ( 72 -128 16 ) ( 72 -128 8 ) ( ( 0.015625 0 -3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 72 -128 16 ) ( 72 -120 16 ) ( 72 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 72 -120 16 ) ( 64 -120 16 ) ( 64 -120 8 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 64 -120 16 ) ( 64 -128 16 ) ( 64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 344\r
-{\r
-brushDef\r
-{\r
-( 8 -120 8 ) ( 0 -120 8 ) ( 0 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 2 ) ) gothic_trim/wood2 0 0 0\r
-( 0 -128 64 ) ( 0 -120 64 ) ( 8 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -2 ) ) gothic_trim/wood2 0 0 0\r
-( 0 -128 16 ) ( 8 -128 16 ) ( 8 -128 8 ) ( ( 0.015625 0 -2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 -128 16 ) ( 8 -120 16 ) ( 8 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 8 -120 16 ) ( 0 -120 16 ) ( 0 -120 8 ) ( ( 0.015625 0 2 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( 0 -120 16 ) ( 0 -128 16 ) ( 0 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 345\r
-{\r
-brushDef\r
-{\r
-( -56 -120 8 ) ( -64 -120 8 ) ( -64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 1 ) ) gothic_trim/wood2 0 0 0\r
-( -64 -128 64 ) ( -64 -120 64 ) ( -56 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 -1 ) ) gothic_trim/wood2 0 0 0\r
-( -64 -128 16 ) ( -56 -128 16 ) ( -56 -128 8 ) ( ( 0.015625 0 -1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -56 -128 16 ) ( -56 -120 16 ) ( -56 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -56 -120 16 ) ( -64 -120 16 ) ( -64 -120 8 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -64 -120 16 ) ( -64 -128 16 ) ( -64 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 346\r
-{\r
-brushDef\r
-{\r
-( -120 -120 8 ) ( -128 -120 8 ) ( -128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 64 ) ( -128 -120 64 ) ( -120 -120 64 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 16 ) ( -120 -128 16 ) ( -120 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 -128 16 ) ( -120 -120 16 ) ( -120 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -120 -120 16 ) ( -128 -120 16 ) ( -128 -120 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -120 16 ) ( -128 -128 16 ) ( -128 -128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0.125000 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-// brush 347\r
-{\r
-brushDef\r
-{\r
-( 256 128 0 ) ( -128 128 0 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 8 ) ( -128 128 8 ) ( 256 128 8 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 -128 8 ) ( 256 -128 8 ) ( 256 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 640 -120 8 ) ( 640 136 8 ) ( 640 136 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( 320 960 8 ) ( -64 960 8 ) ( -64 960 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-( -128 128 8 ) ( -128 -128 8 ) ( -128 -128 0 ) ( ( 0.015625 0 0 ) ( 0 0.015625 0 ) ) gothic_trim/wood2 0 0 0\r
-}\r
-}\r
-}\r
-// entity 1\r
-{\r
-"origin" "248 512 336"\r
-"light" "600"\r
-"classname" "light"\r
-}\r
-// entity 2\r
-{\r
-"origin" "576 -64 32"\r
-"classname" "info_player_start"\r
-}\r
-// entity 3\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 456 744 72 0 0 ) ( 456 744 76 0 0.062500 ) ( 456 744 80 0 0.125000 ) )\r
-( ( 456 728 72 0.250000 0 ) ( 456 728 76 0.250000 0.062500 ) ( 456 728 80 0.250000 0.125000 ) )\r
-( ( 472 728 72 0.500000 0 ) ( 472 728 76 0.500000 0.062500 ) ( 472 728 80 0.500000 0.125000 ) )\r
-( ( 488 728 72 0.750000 0 ) ( 488 728 76 0.750000 0.062500 ) ( 488 728 80 0.750000 0.125000 ) )\r
-( ( 488 744 72 1 0 ) ( 488 744 76 1 0.062500 ) ( 488 744 80 1 0.125000 ) )\r
-( ( 488 760 72 1.250000 0 ) ( 488 760 76 1.250000 0.062500 ) ( 488 760 80 1.250000 0.125000 ) )\r
-( ( 472 760 72 1.500000 0 ) ( 472 760 76 1.500000 0.062500 ) ( 472 760 80 1.500000 0.125000 ) )\r
-( ( 456 760 72 1.750000 0 ) ( 456 760 76 1.750000 0.062500 ) ( 456 760 80 1.750000 0.125000 ) )\r
-( ( 456 744 72 2 0 ) ( 456 744 76 2 0.062500 ) ( 456 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 472 760 72 7.375000 -11.875000 ) ( 456 760 72 7.125000 -11.875000 ) ( 456 744 72 7.125000 -11.625000 ) )\r
-( ( 488 760 72 7.625000 -11.875000 ) ( 472 744 72 7.375000 -11.625000 ) ( 456 728 72 7.125000 -11.375000 ) )\r
-( ( 488 744 72 7.625000 -11.625000 ) ( 488 728 72 7.625000 -11.375000 ) ( 472 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 456 744 80 7.125000 -11.625000 ) ( 456 760 80 7.125000 -11.875000 ) ( 472 760 80 7.375000 -11.875000 ) )\r
-( ( 456 728 80 7.125000 -11.375000 ) ( 472 744 80 7.375000 -11.625000 ) ( 488 760 80 7.625000 -11.875000 ) )\r
-( ( 472 728 80 7.375000 -11.375000 ) ( 488 728 80 7.625000 -11.375000 ) ( 488 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 4\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 400 320 64 0 0 ) ( 400 320 68 0 0.062500 ) ( 400 320 72 0 0.125000 ) )\r
-( ( 400 272 64 0.750000 0 ) ( 400 272 68 0.750000 0.062500 ) ( 400 272 72 0.750000 0.125000 ) )\r
-( ( 448 272 64 1.500000 0 ) ( 448 272 68 1.500000 0.062500 ) ( 448 272 72 1.500000 0.125000 ) )\r
-( ( 496 272 64 2.250000 0 ) ( 496 272 68 2.250000 0.062500 ) ( 496 272 72 2.250000 0.125000 ) )\r
-( ( 496 320 64 3 0 ) ( 496 320 68 3 0.062500 ) ( 496 320 72 3 0.125000 ) )\r
-( ( 496 368 64 3.750000 0 ) ( 496 368 68 3.750000 0.062500 ) ( 496 368 72 3.750000 0.125000 ) )\r
-( ( 448 368 64 4.500000 0 ) ( 448 368 68 4.500000 0.062500 ) ( 448 368 72 4.500000 0.125000 ) )\r
-( ( 400 368 64 5.250000 0 ) ( 400 368 68 5.250000 0.062500 ) ( 400 368 72 5.250000 0.125000 ) )\r
-( ( 400 320 64 6 0 ) ( 400 320 68 6 0.062500 ) ( 400 320 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 448 368 64 7 -5.750000 ) ( 400 368 64 6.250000 -5.750000 ) ( 400 320 64 6.250000 -5 ) )\r
-( ( 496 368 64 7.750000 -5.750000 ) ( 448 320 64 7 -5 ) ( 400 272 64 6.250000 -4.250000 ) )\r
-( ( 496 320 64 7.750000 -5 ) ( 496 272 64 7.750000 -4.250000 ) ( 448 272 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 400 320 72 6.250000 -5 ) ( 400 368 72 6.250000 -5.750000 ) ( 448 368 72 7 -5.750000 ) )\r
-( ( 400 272 72 6.250000 -4.250000 ) ( 448 320 72 7 -5 ) ( 496 368 72 7.750000 -5.750000 ) )\r
-( ( 448 272 72 7 -4.250000 ) ( 496 272 72 7.750000 -4.250000 ) ( 496 320 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 5\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 192 132 88 0 0 ) ( 192 132 108 0 0.312500 ) ( 192 132 128 0 0.625000 ) )\r
-( ( 192 128 88 0.062500 0 ) ( 192 128 108 0.062500 0.312500 ) ( 192 128 128 0.062500 0.625000 ) )\r
-( ( 196 128 88 0.125000 0 ) ( 196 128 108 0.125000 0.312500 ) ( 196 128 128 0.125000 0.625000 ) )\r
-( ( 200 128 88 0.187500 0 ) ( 200 128 108 0.187500 0.312500 ) ( 200 128 128 0.187500 0.625000 ) )\r
-( ( 200 132 88 0.250000 0 ) ( 200 132 108 0.250000 0.312500 ) ( 200 132 128 0.250000 0.625000 ) )\r
-( ( 200 136 88 0.312500 0 ) ( 200 136 108 0.312500 0.312500 ) ( 200 136 128 0.312500 0.625000 ) )\r
-( ( 196 136 88 0.375000 0 ) ( 196 136 108 0.375000 0.312500 ) ( 196 136 128 0.375000 0.625000 ) )\r
-( ( 192 136 88 0.437500 0 ) ( 192 136 108 0.437500 0.312500 ) ( 192 136 128 0.437500 0.625000 ) )\r
-( ( 192 132 88 0.500000 0 ) ( 192 132 108 0.500000 0.312500 ) ( 192 132 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 196 136 88 3.062500 -2.125000 ) ( 192 136 88 3 -2.125000 ) ( 192 132 88 3 -2.062500 ) )\r
-( ( 200 136 88 3.125000 -2.125000 ) ( 196 132 88 3.062500 -2.062500 ) ( 192 128 88 3 -2 ) )\r
-( ( 200 132 88 3.125000 -2.062500 ) ( 200 128 88 3.125000 -2 ) ( 196 128 88 3.062500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 192 132 128 3 -2.062500 ) ( 192 136 128 3 -2.125000 ) ( 196 136 128 3.062500 -2.125000 ) )\r
-( ( 192 128 128 3 -2 ) ( 196 132 128 3.062500 -2.062500 ) ( 200 136 128 3.125000 -2.125000 ) )\r
-( ( 196 128 128 3.062500 -2 ) ( 200 128 128 3.125000 -2 ) ( 200 132 128 3.125000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 6\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 204 136 88 0 0 ) ( 204 136 108 0 0.312500 ) ( 204 136 128 0 0.625000 ) )\r
-( ( 208 136 88 0.062500 0 ) ( 208 136 108 0.062500 0.312500 ) ( 208 136 128 0.062500 0.625000 ) )\r
-( ( 208 140 88 0.125000 0 ) ( 208 140 108 0.125000 0.312500 ) ( 208 140 128 0.125000 0.625000 ) )\r
-( ( 208 144 88 0.187500 0 ) ( 208 144 108 0.187500 0.312500 ) ( 208 144 128 0.187500 0.625000 ) )\r
-( ( 204 144 88 0.250000 0 ) ( 204 144 108 0.250000 0.312500 ) ( 204 144 128 0.250000 0.625000 ) )\r
-( ( 200 144 88 0.312500 0 ) ( 200 144 108 0.312500 0.312500 ) ( 200 144 128 0.312500 0.625000 ) )\r
-( ( 200 140 88 0.375000 0 ) ( 200 140 108 0.375000 0.312500 ) ( 200 140 128 0.375000 0.625000 ) )\r
-( ( 200 136 88 0.437500 0 ) ( 200 136 108 0.437500 0.312500 ) ( 200 136 128 0.437500 0.625000 ) )\r
-( ( 204 136 88 0.500000 0 ) ( 204 136 108 0.500000 0.312500 ) ( 204 136 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 200 140 88 3.187500 -2.125000 ) ( 200 136 88 3.125000 -2.125000 ) ( 204 136 88 3.125000 -2.062500 ) )\r
-( ( 200 144 88 3.250000 -2.125000 ) ( 204 140 88 3.187500 -2.062500 ) ( 208 136 88 3.125000 -2 ) )\r
-( ( 204 144 88 3.250000 -2.062500 ) ( 208 144 88 3.250000 -2 ) ( 208 140 88 3.187500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 204 136 128 3.125000 -2.062500 ) ( 200 136 128 3.125000 -2.125000 ) ( 200 140 128 3.187500 -2.125000 ) )\r
-( ( 208 136 128 3.125000 -2 ) ( 204 140 128 3.187500 -2.062500 ) ( 200 144 128 3.250000 -2.125000 ) )\r
-( ( 208 140 128 3.187500 -2 ) ( 208 144 128 3.250000 -2 ) ( 204 144 128 3.250000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 7\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 312 132 88 0 0 ) ( 312 132 108 0 0.312500 ) ( 312 132 128 0 0.625000 ) )\r
-( ( 312 128 88 0.062500 0 ) ( 312 128 108 0.062500 0.312500 ) ( 312 128 128 0.062500 0.625000 ) )\r
-( ( 316 128 88 0.125000 0 ) ( 316 128 108 0.125000 0.312500 ) ( 316 128 128 0.125000 0.625000 ) )\r
-( ( 320 128 88 0.187500 0 ) ( 320 128 108 0.187500 0.312500 ) ( 320 128 128 0.187500 0.625000 ) )\r
-( ( 320 132 88 0.250000 0 ) ( 320 132 108 0.250000 0.312500 ) ( 320 132 128 0.250000 0.625000 ) )\r
-( ( 320 136 88 0.312500 0 ) ( 320 136 108 0.312500 0.312500 ) ( 320 136 128 0.312500 0.625000 ) )\r
-( ( 316 136 88 0.375000 0 ) ( 316 136 108 0.375000 0.312500 ) ( 316 136 128 0.375000 0.625000 ) )\r
-( ( 312 136 88 0.437500 0 ) ( 312 136 108 0.437500 0.312500 ) ( 312 136 128 0.437500 0.625000 ) )\r
-( ( 312 132 88 0.500000 0 ) ( 312 132 108 0.500000 0.312500 ) ( 312 132 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 316 136 88 4.937500 -2.125000 ) ( 312 136 88 4.875000 -2.125000 ) ( 312 132 88 4.875000 -2.062500 ) )\r
-( ( 320 136 88 5 -2.125000 ) ( 316 132 88 4.937500 -2.062500 ) ( 312 128 88 4.875000 -2 ) )\r
-( ( 320 132 88 5 -2.062500 ) ( 320 128 88 5 -2 ) ( 316 128 88 4.937500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 312 132 128 4.875000 -2.062500 ) ( 312 136 128 4.875000 -2.125000 ) ( 316 136 128 4.937500 -2.125000 ) )\r
-( ( 312 128 128 4.875000 -2 ) ( 316 132 128 4.937500 -2.062500 ) ( 320 136 128 5 -2.125000 ) )\r
-( ( 316 128 128 4.937500 -2 ) ( 320 128 128 5 -2 ) ( 320 132 128 5 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 8\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 308 144 88 0 0 ) ( 308 144 108 0 0.312500 ) ( 308 144 128 0 0.625000 ) )\r
-( ( 304 144 88 0.062500 0 ) ( 304 144 108 0.062500 0.312500 ) ( 304 144 128 0.062500 0.625000 ) )\r
-( ( 304 140 88 0.125000 0 ) ( 304 140 108 0.125000 0.312500 ) ( 304 140 128 0.125000 0.625000 ) )\r
-( ( 304 136 88 0.187500 0 ) ( 304 136 108 0.187500 0.312500 ) ( 304 136 128 0.187500 0.625000 ) )\r
-( ( 308 136 88 0.250000 0 ) ( 308 136 108 0.250000 0.312500 ) ( 308 136 128 0.250000 0.625000 ) )\r
-( ( 312 136 88 0.312500 0 ) ( 312 136 108 0.312500 0.312500 ) ( 312 136 128 0.312500 0.625000 ) )\r
-( ( 312 140 88 0.375000 0 ) ( 312 140 108 0.375000 0.312500 ) ( 312 140 128 0.375000 0.625000 ) )\r
-( ( 312 144 88 0.437500 0 ) ( 312 144 108 0.437500 0.312500 ) ( 312 144 128 0.437500 0.625000 ) )\r
-( ( 308 144 88 0.500000 0 ) ( 308 144 108 0.500000 0.312500 ) ( 308 144 128 0.500000 0.625000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 312 140 88 4.812500 -2.125000 ) ( 312 144 88 4.750000 -2.125000 ) ( 308 144 88 4.750000 -2.062500 ) )\r
-( ( 312 136 88 4.875000 -2.125000 ) ( 308 140 88 4.812500 -2.062500 ) ( 304 144 88 4.750000 -2 ) )\r
-( ( 308 136 88 4.875000 -2.062500 ) ( 304 136 88 4.875000 -2 ) ( 304 140 88 4.812500 -2 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   base_trim/pewter_spec\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 308 144 128 4.750000 -2.062500 ) ( 312 144 128 4.750000 -2.125000 ) ( 312 140 128 4.812500 -2.125000 ) )\r
-( ( 304 144 128 4.750000 -2 ) ( 308 140 128 4.812500 -2.062500 ) ( 312 136 128 4.875000 -2.125000 ) )\r
-( ( 304 140 128 4.812500 -2 ) ( 304 136 128 4.875000 -2 ) ( 308 136 128 4.875000 -2.062500 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 9\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 400 512 64 0 0 ) ( 400 512 68 0 0.062500 ) ( 400 512 72 0 0.125000 ) )\r
-( ( 400 464 64 0.750000 0 ) ( 400 464 68 0.750000 0.062500 ) ( 400 464 72 0.750000 0.125000 ) )\r
-( ( 448 464 64 1.500000 0 ) ( 448 464 68 1.500000 0.062500 ) ( 448 464 72 1.500000 0.125000 ) )\r
-( ( 496 464 64 2.250000 0 ) ( 496 464 68 2.250000 0.062500 ) ( 496 464 72 2.250000 0.125000 ) )\r
-( ( 496 512 64 3 0 ) ( 496 512 68 3 0.062500 ) ( 496 512 72 3 0.125000 ) )\r
-( ( 496 560 64 3.750000 0 ) ( 496 560 68 3.750000 0.062500 ) ( 496 560 72 3.750000 0.125000 ) )\r
-( ( 448 560 64 4.500000 0 ) ( 448 560 68 4.500000 0.062500 ) ( 448 560 72 4.500000 0.125000 ) )\r
-( ( 400 560 64 5.250000 0 ) ( 400 560 68 5.250000 0.062500 ) ( 400 560 72 5.250000 0.125000 ) )\r
-( ( 400 512 64 6 0 ) ( 400 512 68 6 0.062500 ) ( 400 512 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 448 560 64 7 -5.750000 ) ( 400 560 64 6.250000 -5.750000 ) ( 400 512 64 6.250000 -5 ) )\r
-( ( 496 560 64 7.750000 -5.750000 ) ( 448 512 64 7 -5 ) ( 400 464 64 6.250000 -4.250000 ) )\r
-( ( 496 512 64 7.750000 -5 ) ( 496 464 64 7.750000 -4.250000 ) ( 448 464 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 400 512 72 6.250000 -5 ) ( 400 560 72 6.250000 -5.750000 ) ( 448 560 72 7 -5.750000 ) )\r
-( ( 400 464 72 6.250000 -4.250000 ) ( 448 512 72 7 -5 ) ( 496 560 72 7.750000 -5.750000 ) )\r
-( ( 448 464 72 7 -4.250000 ) ( 496 464 72 7.750000 -4.250000 ) ( 496 512 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 10\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 16 320 64 0 0 ) ( 16 320 68 0 0.062500 ) ( 16 320 72 0 0.125000 ) )\r
-( ( 16 272 64 0.750000 0 ) ( 16 272 68 0.750000 0.062500 ) ( 16 272 72 0.750000 0.125000 ) )\r
-( ( 64 272 64 1.500000 0 ) ( 64 272 68 1.500000 0.062500 ) ( 64 272 72 1.500000 0.125000 ) )\r
-( ( 112 272 64 2.250000 0 ) ( 112 272 68 2.250000 0.062500 ) ( 112 272 72 2.250000 0.125000 ) )\r
-( ( 112 320 64 3 0 ) ( 112 320 68 3 0.062500 ) ( 112 320 72 3 0.125000 ) )\r
-( ( 112 368 64 3.750000 0 ) ( 112 368 68 3.750000 0.062500 ) ( 112 368 72 3.750000 0.125000 ) )\r
-( ( 64 368 64 4.500000 0 ) ( 64 368 68 4.500000 0.062500 ) ( 64 368 72 4.500000 0.125000 ) )\r
-( ( 16 368 64 5.250000 0 ) ( 16 368 68 5.250000 0.062500 ) ( 16 368 72 5.250000 0.125000 ) )\r
-( ( 16 320 64 6 0 ) ( 16 320 68 6 0.062500 ) ( 16 320 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 64 368 64 7 -5.750000 ) ( 16 368 64 6.250000 -5.750000 ) ( 16 320 64 6.250000 -5 ) )\r
-( ( 112 368 64 7.750000 -5.750000 ) ( 64 320 64 7 -5 ) ( 16 272 64 6.250000 -4.250000 ) )\r
-( ( 112 320 64 7.750000 -5 ) ( 112 272 64 7.750000 -4.250000 ) ( 64 272 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 320 72 6.250000 -5 ) ( 16 368 72 6.250000 -5.750000 ) ( 64 368 72 7 -5.750000 ) )\r
-( ( 16 272 72 6.250000 -4.250000 ) ( 64 320 72 7 -5 ) ( 112 368 72 7.750000 -5.750000 ) )\r
-( ( 64 272 72 7 -4.250000 ) ( 112 272 72 7.750000 -4.250000 ) ( 112 320 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 11\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 16 512 64 0 0 ) ( 16 512 68 0 0.062500 ) ( 16 512 72 0 0.125000 ) )\r
-( ( 16 464 64 0.750000 0 ) ( 16 464 68 0.750000 0.062500 ) ( 16 464 72 0.750000 0.125000 ) )\r
-( ( 64 464 64 1.500000 0 ) ( 64 464 68 1.500000 0.062500 ) ( 64 464 72 1.500000 0.125000 ) )\r
-( ( 112 464 64 2.250000 0 ) ( 112 464 68 2.250000 0.062500 ) ( 112 464 72 2.250000 0.125000 ) )\r
-( ( 112 512 64 3 0 ) ( 112 512 68 3 0.062500 ) ( 112 512 72 3 0.125000 ) )\r
-( ( 112 560 64 3.750000 0 ) ( 112 560 68 3.750000 0.062500 ) ( 112 560 72 3.750000 0.125000 ) )\r
-( ( 64 560 64 4.500000 0 ) ( 64 560 68 4.500000 0.062500 ) ( 64 560 72 4.500000 0.125000 ) )\r
-( ( 16 560 64 5.250000 0 ) ( 16 560 68 5.250000 0.062500 ) ( 16 560 72 5.250000 0.125000 ) )\r
-( ( 16 512 64 6 0 ) ( 16 512 68 6 0.062500 ) ( 16 512 72 6 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 64 560 64 7 -5.750000 ) ( 16 560 64 6.250000 -5.750000 ) ( 16 512 64 6.250000 -5 ) )\r
-( ( 112 560 64 7.750000 -5.750000 ) ( 64 512 64 7 -5 ) ( 16 464 64 6.250000 -4.250000 ) )\r
-( ( 112 512 64 7.750000 -5 ) ( 112 464 64 7.750000 -4.250000 ) ( 64 464 64 7 -4.250000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 512 72 6.250000 -5 ) ( 16 560 72 6.250000 -5.750000 ) ( 64 560 72 7 -5.750000 ) )\r
-( ( 16 464 72 6.250000 -4.250000 ) ( 64 512 72 7 -5 ) ( 112 560 72 7.750000 -5.750000 ) )\r
-( ( 64 464 72 7 -4.250000 ) ( 112 464 72 7.750000 -4.250000 ) ( 112 512 72 7.750000 -5 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 12\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 368 744 72 0 0 ) ( 368 744 76 0 0.062500 ) ( 368 744 80 0 0.125000 ) )\r
-( ( 368 728 72 0.250000 0 ) ( 368 728 76 0.250000 0.062500 ) ( 368 728 80 0.250000 0.125000 ) )\r
-( ( 384 728 72 0.500000 0 ) ( 384 728 76 0.500000 0.062500 ) ( 384 728 80 0.500000 0.125000 ) )\r
-( ( 400 728 72 0.750000 0 ) ( 400 728 76 0.750000 0.062500 ) ( 400 728 80 0.750000 0.125000 ) )\r
-( ( 400 744 72 1 0 ) ( 400 744 76 1 0.062500 ) ( 400 744 80 1 0.125000 ) )\r
-( ( 400 760 72 1.250000 0 ) ( 400 760 76 1.250000 0.062500 ) ( 400 760 80 1.250000 0.125000 ) )\r
-( ( 384 760 72 1.500000 0 ) ( 384 760 76 1.500000 0.062500 ) ( 384 760 80 1.500000 0.125000 ) )\r
-( ( 368 760 72 1.750000 0 ) ( 368 760 76 1.750000 0.062500 ) ( 368 760 80 1.750000 0.125000 ) )\r
-( ( 368 744 72 2 0 ) ( 368 744 76 2 0.062500 ) ( 368 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 384 760 72 7.375000 -11.875000 ) ( 368 760 72 7.125000 -11.875000 ) ( 368 744 72 7.125000 -11.625000 ) )\r
-( ( 400 760 72 7.625000 -11.875000 ) ( 384 744 72 7.375000 -11.625000 ) ( 368 728 72 7.125000 -11.375000 ) )\r
-( ( 400 744 72 7.625000 -11.625000 ) ( 400 728 72 7.625000 -11.375000 ) ( 384 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 368 744 80 7.125000 -11.625000 ) ( 368 760 80 7.125000 -11.875000 ) ( 384 760 80 7.375000 -11.875000 ) )\r
-( ( 368 728 80 7.125000 -11.375000 ) ( 384 744 80 7.375000 -11.625000 ) ( 400 760 80 7.625000 -11.875000 ) )\r
-( ( 384 728 80 7.375000 -11.375000 ) ( 400 728 80 7.625000 -11.375000 ) ( 400 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 13\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 264 744 72 0 0 ) ( 264 744 76 0 0.062500 ) ( 264 744 80 0 0.125000 ) )\r
-( ( 264 728 72 0.250000 0 ) ( 264 728 76 0.250000 0.062500 ) ( 264 728 80 0.250000 0.125000 ) )\r
-( ( 280 728 72 0.500000 0 ) ( 280 728 76 0.500000 0.062500 ) ( 280 728 80 0.500000 0.125000 ) )\r
-( ( 296 728 72 0.750000 0 ) ( 296 728 76 0.750000 0.062500 ) ( 296 728 80 0.750000 0.125000 ) )\r
-( ( 296 744 72 1 0 ) ( 296 744 76 1 0.062500 ) ( 296 744 80 1 0.125000 ) )\r
-( ( 296 760 72 1.250000 0 ) ( 296 760 76 1.250000 0.062500 ) ( 296 760 80 1.250000 0.125000 ) )\r
-( ( 280 760 72 1.500000 0 ) ( 280 760 76 1.500000 0.062500 ) ( 280 760 80 1.500000 0.125000 ) )\r
-( ( 264 760 72 1.750000 0 ) ( 264 760 76 1.750000 0.062500 ) ( 264 760 80 1.750000 0.125000 ) )\r
-( ( 264 744 72 2 0 ) ( 264 744 76 2 0.062500 ) ( 264 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 280 760 72 7.375000 -11.875000 ) ( 264 760 72 7.125000 -11.875000 ) ( 264 744 72 7.125000 -11.625000 ) )\r
-( ( 296 760 72 7.625000 -11.875000 ) ( 280 744 72 7.375000 -11.625000 ) ( 264 728 72 7.125000 -11.375000 ) )\r
-( ( 296 744 72 7.625000 -11.625000 ) ( 296 728 72 7.625000 -11.375000 ) ( 280 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 264 744 80 7.125000 -11.625000 ) ( 264 760 80 7.125000 -11.875000 ) ( 280 760 80 7.375000 -11.875000 ) )\r
-( ( 264 728 80 7.125000 -11.375000 ) ( 280 744 80 7.375000 -11.625000 ) ( 296 760 80 7.625000 -11.875000 ) )\r
-( ( 280 728 80 7.375000 -11.375000 ) ( 296 728 80 7.625000 -11.375000 ) ( 296 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 14\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 96 744 72 0 0 ) ( 96 744 76 0 0.062500 ) ( 96 744 80 0 0.125000 ) )\r
-( ( 96 728 72 0.250000 0 ) ( 96 728 76 0.250000 0.062500 ) ( 96 728 80 0.250000 0.125000 ) )\r
-( ( 112 728 72 0.500000 0 ) ( 112 728 76 0.500000 0.062500 ) ( 112 728 80 0.500000 0.125000 ) )\r
-( ( 128 728 72 0.750000 0 ) ( 128 728 76 0.750000 0.062500 ) ( 128 728 80 0.750000 0.125000 ) )\r
-( ( 128 744 72 1 0 ) ( 128 744 76 1 0.062500 ) ( 128 744 80 1 0.125000 ) )\r
-( ( 128 760 72 1.250000 0 ) ( 128 760 76 1.250000 0.062500 ) ( 128 760 80 1.250000 0.125000 ) )\r
-( ( 112 760 72 1.500000 0 ) ( 112 760 76 1.500000 0.062500 ) ( 112 760 80 1.500000 0.125000 ) )\r
-( ( 96 760 72 1.750000 0 ) ( 96 760 76 1.750000 0.062500 ) ( 96 760 80 1.750000 0.125000 ) )\r
-( ( 96 744 72 2 0 ) ( 96 744 76 2 0.062500 ) ( 96 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 112 760 72 7.375000 -11.875000 ) ( 96 760 72 7.125000 -11.875000 ) ( 96 744 72 7.125000 -11.625000 ) )\r
-( ( 128 760 72 7.625000 -11.875000 ) ( 112 744 72 7.375000 -11.625000 ) ( 96 728 72 7.125000 -11.375000 ) )\r
-( ( 128 744 72 7.625000 -11.625000 ) ( 128 728 72 7.625000 -11.375000 ) ( 112 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 96 744 80 7.125000 -11.625000 ) ( 96 760 80 7.125000 -11.875000 ) ( 112 760 80 7.375000 -11.875000 ) )\r
-( ( 96 728 80 7.125000 -11.375000 ) ( 112 744 80 7.375000 -11.625000 ) ( 128 760 80 7.625000 -11.875000 ) )\r
-( ( 112 728 80 7.375000 -11.375000 ) ( 128 728 80 7.625000 -11.375000 ) ( 128 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 15\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 0 744 72 0 0 ) ( 0 744 76 0 0.062500 ) ( 0 744 80 0 0.125000 ) )\r
-( ( 0 728 72 0.250000 0 ) ( 0 728 76 0.250000 0.062500 ) ( 0 728 80 0.250000 0.125000 ) )\r
-( ( 16 728 72 0.500000 0 ) ( 16 728 76 0.500000 0.062500 ) ( 16 728 80 0.500000 0.125000 ) )\r
-( ( 32 728 72 0.750000 0 ) ( 32 728 76 0.750000 0.062500 ) ( 32 728 80 0.750000 0.125000 ) )\r
-( ( 32 744 72 1 0 ) ( 32 744 76 1 0.062500 ) ( 32 744 80 1 0.125000 ) )\r
-( ( 32 760 72 1.250000 0 ) ( 32 760 76 1.250000 0.062500 ) ( 32 760 80 1.250000 0.125000 ) )\r
-( ( 16 760 72 1.500000 0 ) ( 16 760 76 1.500000 0.062500 ) ( 16 760 80 1.500000 0.125000 ) )\r
-( ( 0 760 72 1.750000 0 ) ( 0 760 76 1.750000 0.062500 ) ( 0 760 80 1.750000 0.125000 ) )\r
-( ( 0 744 72 2 0 ) ( 0 744 76 2 0.062500 ) ( 0 744 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 16 760 72 7.375000 -11.875000 ) ( 0 760 72 7.125000 -11.875000 ) ( 0 744 72 7.125000 -11.625000 ) )\r
-( ( 32 760 72 7.625000 -11.875000 ) ( 16 744 72 7.375000 -11.625000 ) ( 0 728 72 7.125000 -11.375000 ) )\r
-( ( 32 744 72 7.625000 -11.625000 ) ( 32 728 72 7.625000 -11.375000 ) ( 16 728 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 0 744 80 7.125000 -11.625000 ) ( 0 760 80 7.125000 -11.875000 ) ( 16 760 80 7.375000 -11.875000 ) )\r
-( ( 0 728 80 7.125000 -11.375000 ) ( 16 744 80 7.375000 -11.625000 ) ( 32 760 80 7.625000 -11.875000 ) )\r
-( ( 16 728 80 7.375000 -11.375000 ) ( 32 728 80 7.625000 -11.375000 ) ( 32 744 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 16\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -72 928 72 0 0 ) ( -72 928 76 0 0.062500 ) ( -72 928 80 0 0.125000 ) )\r
-( ( -72 912 72 0.250000 0 ) ( -72 912 76 0.250000 0.062500 ) ( -72 912 80 0.250000 0.125000 ) )\r
-( ( -56 912 72 0.500000 0 ) ( -56 912 76 0.500000 0.062500 ) ( -56 912 80 0.500000 0.125000 ) )\r
-( ( -40 912 72 0.750000 0 ) ( -40 912 76 0.750000 0.062500 ) ( -40 912 80 0.750000 0.125000 ) )\r
-( ( -40 928 72 1 0 ) ( -40 928 76 1 0.062500 ) ( -40 928 80 1 0.125000 ) )\r
-( ( -40 944 72 1.250000 0 ) ( -40 944 76 1.250000 0.062500 ) ( -40 944 80 1.250000 0.125000 ) )\r
-( ( -56 944 72 1.500000 0 ) ( -56 944 76 1.500000 0.062500 ) ( -56 944 80 1.500000 0.125000 ) )\r
-( ( -72 944 72 1.750000 0 ) ( -72 944 76 1.750000 0.062500 ) ( -72 944 80 1.750000 0.125000 ) )\r
-( ( -72 928 72 2 0 ) ( -72 928 76 2 0.062500 ) ( -72 928 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -56 944 72 7.375000 -11.875000 ) ( -72 944 72 7.125000 -11.875000 ) ( -72 928 72 7.125000 -11.625000 ) )\r
-( ( -40 944 72 7.625000 -11.875000 ) ( -56 928 72 7.375000 -11.625000 ) ( -72 912 72 7.125000 -11.375000 ) )\r
-( ( -40 928 72 7.625000 -11.625000 ) ( -40 912 72 7.625000 -11.375000 ) ( -56 912 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -72 928 80 7.125000 -11.625000 ) ( -72 944 80 7.125000 -11.875000 ) ( -56 944 80 7.375000 -11.875000 ) )\r
-( ( -72 912 80 7.125000 -11.375000 ) ( -56 928 80 7.375000 -11.625000 ) ( -40 944 80 7.625000 -11.875000 ) )\r
-( ( -56 912 80 7.375000 -11.375000 ) ( -40 912 80 7.625000 -11.375000 ) ( -40 928 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 17\r
-{\r
-"type" "patchCapped"\r
-"classname" "func_group"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( -72 824 72 0 0 ) ( -72 824 76 0 0.062500 ) ( -72 824 80 0 0.125000 ) )\r
-( ( -72 808 72 0.250000 0 ) ( -72 808 76 0.250000 0.062500 ) ( -72 808 80 0.250000 0.125000 ) )\r
-( ( -56 808 72 0.500000 0 ) ( -56 808 76 0.500000 0.062500 ) ( -56 808 80 0.500000 0.125000 ) )\r
-( ( -40 808 72 0.750000 0 ) ( -40 808 76 0.750000 0.062500 ) ( -40 808 80 0.750000 0.125000 ) )\r
-( ( -40 824 72 1 0 ) ( -40 824 76 1 0.062500 ) ( -40 824 80 1 0.125000 ) )\r
-( ( -40 840 72 1.250000 0 ) ( -40 840 76 1.250000 0.062500 ) ( -40 840 80 1.250000 0.125000 ) )\r
-( ( -56 840 72 1.500000 0 ) ( -56 840 76 1.500000 0.062500 ) ( -56 840 80 1.500000 0.125000 ) )\r
-( ( -72 840 72 1.750000 0 ) ( -72 840 76 1.750000 0.062500 ) ( -72 840 80 1.750000 0.125000 ) )\r
-( ( -72 824 72 2 0 ) ( -72 824 76 2 0.062500 ) ( -72 824 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -56 840 72 7.375000 -11.875000 ) ( -72 840 72 7.125000 -11.875000 ) ( -72 824 72 7.125000 -11.625000 ) )\r
-( ( -40 840 72 7.625000 -11.875000 ) ( -56 824 72 7.375000 -11.625000 ) ( -72 808 72 7.125000 -11.375000 ) )\r
-( ( -40 824 72 7.625000 -11.625000 ) ( -40 808 72 7.625000 -11.375000 ) ( -56 808 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( -72 824 80 7.125000 -11.625000 ) ( -72 840 80 7.125000 -11.875000 ) ( -56 840 80 7.375000 -11.875000 ) )\r
-( ( -72 808 80 7.125000 -11.375000 ) ( -56 824 80 7.375000 -11.625000 ) ( -40 840 80 7.625000 -11.875000 ) )\r
-( ( -56 808 80 7.375000 -11.375000 ) ( -40 808 80 7.625000 -11.375000 ) ( -40 824 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 18\r
-{\r
-"classname" "func_group"\r
-"type" "patchCapped"\r
-// brush 0\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 9 3 0 0 0 ) \r
-(\r
-( ( 552 824 72 0 0 ) ( 552 824 76 0 0.062500 ) ( 552 824 80 0 0.125000 ) )\r
-( ( 552 808 72 0.250000 0 ) ( 552 808 76 0.250000 0.062500 ) ( 552 808 80 0.250000 0.125000 ) )\r
-( ( 568 808 72 0.500000 0 ) ( 568 808 76 0.500000 0.062500 ) ( 568 808 80 0.500000 0.125000 ) )\r
-( ( 584 808 72 0.750000 0 ) ( 584 808 76 0.750000 0.062500 ) ( 584 808 80 0.750000 0.125000 ) )\r
-( ( 584 824 72 1 0 ) ( 584 824 76 1 0.062500 ) ( 584 824 80 1 0.125000 ) )\r
-( ( 584 840 72 1.250000 0 ) ( 584 840 76 1.250000 0.062500 ) ( 584 840 80 1.250000 0.125000 ) )\r
-( ( 568 840 72 1.500000 0 ) ( 568 840 76 1.500000 0.062500 ) ( 568 840 80 1.500000 0.125000 ) )\r
-( ( 552 840 72 1.750000 0 ) ( 552 840 76 1.750000 0.062500 ) ( 552 840 80 1.750000 0.125000 ) )\r
-( ( 552 824 72 2 0 ) ( 552 824 76 2 0.062500 ) ( 552 824 80 2 0.125000 ) )\r
-)\r
-  }\r
- }\r
-// brush 1\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 568 840 72 7.375000 -11.875000 ) ( 552 840 72 7.125000 -11.875000 ) ( 552 824 72 7.125000 -11.625000 ) )\r
-( ( 584 840 72 7.625000 -11.875000 ) ( 568 824 72 7.375000 -11.625000 ) ( 552 808 72 7.125000 -11.375000 ) )\r
-( ( 584 824 72 7.625000 -11.625000 ) ( 584 808 72 7.625000 -11.375000 ) ( 568 808 72 7.375000 -11.375000 ) )\r
-)\r
-  }\r
- }\r
-// brush 2\r
- {\r
-  patchDef2\r
-  {\r
-   gothic_trim/wood2\r
-   ( 3 3 0 0 0 ) \r
-(\r
-( ( 552 824 80 7.125000 -11.625000 ) ( 552 840 80 7.125000 -11.875000 ) ( 568 840 80 7.375000 -11.875000 ) )\r
-( ( 552 808 80 7.125000 -11.375000 ) ( 568 824 80 7.375000 -11.625000 ) ( 584 840 80 7.625000 -11.875000 ) )\r
-( ( 568 808 80 7.375000 -11.375000 ) ( 584 808 80 7.625000 -11.375000 ) ( 584 824 80 7.625000 -11.625000 ) )\r
-)\r
-  }\r
- }\r
-}\r
-// entity 19\r
-{\r
-"classname" "info_player_start"\r
-"origin" "576 72 352"\r
-}\r
-// entity 20\r
-{\r
-"classname" "light"\r
-"light" "600"\r
-"origin" "256 -448 336"\r
-}\r
diff --git a/docs/developer/UML/modules.zargo b/docs/developer/UML/modules.zargo
deleted file mode 100644 (file)
index 5f46c24..0000000
Binary files a/docs/developer/UML/modules.zargo and /dev/null differ
diff --git a/docs/developer/WIN32BETA b/docs/developer/WIN32BETA
deleted file mode 100644 (file)
index 2e71c8f..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-THIS FILE IS OFFICIALLY OUTDATED CLOSED NO LONGER USED\r
-\r
-All the stuff that needs to be settled for win32 beta of GtkRadiant:\r
-\r
-- need to add more code checking BSP process execution (Q_Exec or engine spawning)\r
-(TTimo: Assigned to self)\r
-\r
-- the BSP commands are switching in order randomly\r
-\r
-- Need more error checking when executing q3map (in any mode)\r
-       (Q_Exec goes out of resources sometimes)\r
-\r
-- Region compiling is broken\r
-\r
-- GL font on win32 uses the default system font .. which can be .. yiddish or cyrilic etc.\r
-       force to courier?\r
-       NOTE: actually I'm not sure this really is the problem .. some people are getting weird bitmap fonts\r
-\r
-- view n2 needs to wake on whatever widget you raise first\r
-Fixed.\r
-\r
-- entity information box on entity inspector displays with nasty characters\r
-       maybe the same problem as above?\r
-\r
-- map snapshot has a bug (allocation and stuff around Str class)\r
-OK (don't use CString stuff = other_stuff; do CString stuff; stuff = other_stuff;)\r
-\r
-- sleep mode on view 2&3 crashing\r
-Fixed for the floating windows mode.\r
-\r
-- sleep mode: need to bring back the bitmap fonts\r
-Fixed\r
-\r
-- sleep mode: need to rebuild the data on models and patches! (call Map_BuildBrushData)\r
-Calling Map_BuildBrushData in Mainframe::OnSleep.\r
-OK (added some crap to reload) ... Maybe more to do\r
-\r
-- sleep mode: need to trigger out sleep mode when raising again!\r
-Done.\r
-\r
-- console: we want output while it's processing .. otherwise it's just useless ..\r
-OK!\r
-\r
-- win32 help format distribution of the manual?\r
-\r
-- update the links page, add stuff from the forum\r
-  (TTimo .. will do)\r
-\r
-- check maximized state is working(?)\r
-\r
-<<<<<<< WIN32BETA\r
-- view n.3 crashes on exit in MainFrame::OnDestroy..\r
-    (trying to save prefs)\r
-\r
-Fixed.\r
-=======\r
-- remove high color textures from prefs .. remnant from Q2 .. always on .. off is broken anyway\r
-Done.\r
-\r
-- test sleep mode!\r
-\r
-- check my project template bug checking code is ok\r
-  NOTE: it's fuxored. Need a central function to shrink and standardize file paths:\r
-    lowercase\r
-    short dos8.2 names\r
-    unix style forward slashes /\r
-    -> then perform the comparisons\r
-\r
-- surface and patch inspector:\r
-[23:37] <G_DeWan> WHen you make adjustments in surface window, it should show results immediately. Pressing Apply after each change to see how it looks is a pain.\r
-[23:41] <TTimo> true\r
-[23:42] <TTimo> is it the behaviour of the MFC version or not?\r
-[23:42] <TTimo> on the MFC version when you make adjustements it updates on the fly right?\r
-[23:43] <G_DeWan> Yeah.\r
-[23:44] <G_DeWan> ANd the fit and axial buittons do not seem to do anything, even if you press Apply afterwords.\r
-[23:44] <G_DeWan> HDidn't check patches at all, don't know about them.\r
-Fixed\r
-\r
-- check the engine path changes I made didn't break on linux\r
-\r
-- user INI path in prefs: need to look into it .. but my guess is .. it's broken/useless\r
-\r
-- view n.2: doesn't remember the window positions\r
-Fixed\r
-\r
-- view n.2: the Z window doesn't shrink below the default size\r
-Fixed\r
-\r
-- do some performance comparisons with 202\r
-  (specially BrushBuild step)\r
-\r
-- a quickstart.txt file with some explanations about the transition 202 -> GtkRadiant?\r
-  like:\r
-    what are the actual new features\r
-      (new way to deal with project settings, sleep mode, net connect for BSP process)\r
-    what are we testing in the alpha\r
-    where to report bugs, who is doing what\r
-    how to contribute as a coder\r
-  some of this stuff goes into the changelog!\r
->>>>>>> 1.15\r
-\r
-- is there a way to have something actually drawing when moving the splitters?\r
-\r
-- view n.4: the Z window gets pushed when you resize with the leftmost vertical splitter\r
-\r
-- disable the groups view (it's not functional)\r
-Fixed\r
-\r
-- floating windows mode (n.2 in prefs):\r
-    if a message gets printed, the console will raise up. But if something else was active\r
-    (like Entities) .. the widgets are still active .. start moving the mouse on top of\r
-    the entity window and stuff will start to appear\r
-\r
-- floating windows mode (n.2 in prefs):\r
-    when moving in the 2D window the console outputs lots of error messages:\r
-    ERROR: glXMakeCurrent failed.. Error:0\r
-    Please restart Q3Radiant if the Map view is not working\r
-    but everything seems to work fine, no graphic glitches\r
-\r
-- floating windows mode (n.2 in prefs):\r
-    the Z window doesn't resize\r
-\r
-- more window position storage, store maximized state and position on the desktop\r
-Note: maximized state doesn't exist under X, it depends on the WM.\r
-\r
-- keyboard shortcuts break if click in the console window, it keeps the focus..\r
-Fixed (using GtkText again).\r
-\r
-<<<<<<< WIN32BETA\r
-- upgrade to latest Gtk distribution (there's been a new release) and make sure we are ok\r
-\r
-- enable undo/redo\r
-\r
-Fixed.\r
-\r
-- make sure the BSP monitoring stuff is stored in registry\r
-\r
-- remove the "Buggy GL driver" thing, we'll use another strategy for hardware-specific issues\r
-\r
-- remove the QE4 update model, force always on\r
-\r
-- assertion failed when raising the prefs box for the first time?\r
-\r
-=======\r
->>>>>>> 1.15\r
-- use the other view modes to check nothing's wrong with them\r
-\r
-- win32 console doesn't release the focus if you click into it\r
-  it also has resize issues .. doesn't seem to want to shrink down\r
-Fixed the focus problem (using GtkText again).\r
-\r
-- some problems with file permissions under linux?\r
-    seems it used to create the log and pid file with no write permissions for the user\r
-    ends up that when you try to open the console file for output it fails or the .pid remains when you try to erase it\r
-               (NOTE: I need someone with an old install to check that)\r
-               on win32 more or less same problem. It's created with an archive flag that\r
-    fordibs removal as well.\r
-<<<<<<< WIN32BETA\r
-\r
-Fixed: missing fclose in main.cpp that could be causing this problem.\r
-=======\r
-leo: there was a missing fclose in main.cpp that could be causing this problem.\r
->>>>>>> 1.15\r
-\r
-- engine path / project loading\r
-  when we load a template project file we are using the engine path to build it\r
-  if user has several installs and old prefs that rely on another engine path, project\r
-    template construction fails. (i.e. is still based on old engine path)\r
-    I don't know how to solve: \r
-      -check the engine path when we do the template thing?\r
-      -check engine path at each project load\r
-  actually we can check everytime and ask the user, it seems this happens in weird cases\r
-  .. anyway it's not supposed to be a "stable" situation anytime\r
-\r
-- make sure the BSP monitoring stuff is stored in registry\r
-OK (added)\r
-\r
-- the Radiant logo is screwed in the about dialog box?\r
-OK (Leo:) The logo.bmp file in the CVS server is screwed, fixed.\r
-\r
-- remove the "Buggy GL driver" thing, we'll use another strategy for hardware-specific issues\r
-OK (Leo fixed)\r
-\r
-- engine path dialog is broken (need split to get the actual path)\r
-OK (splitting the path, can't edit it must go through the dialog)\r
-\r
-- assertion failed when raising the prefs box for the first time?\r
-WORKSFORM (can't reprodcue this one)\r
-leo: Used to happen sometimes for me (not anymore ?)\r
-\r
-- view n.3 crashes on exit in MainFrame::OnDestroy..\r
-    (trying to save prefs)\r
-Fixed\r
-\r
-- remove the QE4 update model, force always on\r
-Done.\r
-\r
-- custom keyboard shortcuts is buggy .. works halfway\r
-OK all fixed\r
-\r
-- upgrade to latest Gtk distribution (there's been a new release) and make sure we are ok\r
-OK (tested and stuff .. I'm using the latest in the setup)\r
-\r
-- enable undo/redo\r
-leo: it's already enabled\r
-(ok fixed, had to enable back the menus)\r
-OK\r
-\r
-- project settings. GtkRadiant uses a new version of project settings.\r
-Default name is quakev2.qe4\r
-Must be able to read old project settings as well .. BSP monitoring disabled\r
-if using old project settings\r
-When searching for project settings, will look for quakev2.qe4 first, then quake.qe4\r
-No more overwriting the loaded project settings. We detect "template" project settings\r
-(ie. the ones we distribute) with a "user_project" "1" keyval\r
-When a template is loaded, save as userxx.qe4 where xx = 1 2 3 4 5 6 etc.\r
-It will trash scripts/ a bit but it doesn't matter ..\r
-\r
-I did some cleanup to the project code, tested on both linux and win32, will need more\r
-testing and stuff while in alpha/beta I guess. But it should be stabilized now.\r
-\r
-OK\r
-\r
--unify the project file syntax on both platforms! (and yes, the problem is\r
-  radiant on linux is in quake3/ instead of quake3/tools)\r
-       the expansion rules are not the same between version 1 and v2 project files!\r
-       we change the string names so we don't have to adapt..\r
-       NOTE: later we'll remove support for old v1 syntax?\r
-       NOTE: we may need to add a g_strHomePath for ~/.q3a/ on linux\r
-\r
-see above, the v2 project file is in data/quakev2.qe4\r
-\r
-OK\r
-\r
-- preferences dialog for BSP monitoring: do / don't do, launch engine after\r
-  compilation.\r
-       Right now all the params are in prefs, just need the interface\r
-\r
-OK, need more testing, and the sleep mode code \r
-.. may also want to add more configurable stuff later .. though I'd rather have it done\r
-by a plugin\r
-       \r
-- in QE_LoadProject, check the template reading works ok, specially with the new\r
-globals Leo added some time ago\r
-\r
-OK, tested on both win32 and linux\r
-\r
diff --git a/docs/developer/WIN32SETUP b/docs/developer/WIN32SETUP
deleted file mode 100644 (file)
index 2fdd2f3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-Summary of TODO and BUGS for GtkRadiant setup files on win32:\r
-\r
-(most of the times the stuff has to be checked in both versions of the setup)\r
-\r
-- installer back button is broken\r
-OK (it just bails out if you try to back instead)\r
-\r
-- need proper setup splash screen\r
-  is there someone skilled with gimp at loki :) ?\r
-OK (Maj did)\r
-\r
-- don't have several files for license and readme .. use a central version\r
-  (scripts or proper settings in InstallShield)\r
-  in private/GtkRadiant/data <- where we put all the install specific stuff?\r
-  NOTE: we could put the gtk.dll libs there as well\r
-OK\r
-\r
-- remove curry from the alpha (it's still MFC)\r
-  remove GenSurf as well .. try to get some info from David Hyde\r
-OK\r
-\r
-- have a changelog for the end user (not the DevDocs/CHANGES kind of thing)\r
-    something that focuses on features and bug fixes more than on the internals\r
-OK .. need to fill it up a bit\r
-\r
-- use quakev2.qe4 instead of quake.qe4 (both in nomedia and full)\r
-    added it in the advanced files section\r
-    (need to prompt the user about overwriting it)\r
-    for now the nomedia installation needs to run on top of 202\r
-OK\r
-\r
-- fix bug with shaders names (skies and liquids)\r
-OK\r
-\r
-- add Wolfen to the credits!\r
-OK
\ No newline at end of file
diff --git a/docs/developer/XML.txt b/docs/developer/XML.txt
deleted file mode 100644 (file)
index 3523ef0..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-printf mess in q3map
-(and in the libs)
-
-q3map: several breeds .. qprintf _printf printf
-should all resolve to use a single Sys_Printf thing
-and put #define printf ..
-
-for the static libs? need to use function pointers..
-
-q3map uses common/cmdlib.c
-Radiant links against cmdlib.lib based on libs/cmdlib/cmdlib.cpp
-
-but eventually we'll want to use the same Sys_Printf scheme in q3map AND Radiant?
-qprintf and _printf are defined in common/cmdlib.c
-BUT: modifying cmdlib would probably break bspc and other stuff that relies on it?
-
-moving q3map to use a custom version of cmdlib.c in q3map/cmdlib.c
-removing the qprintf and _printf stuff, moving to a seperate printout.c file
-
-compiling libxml on win32: need to turn off a bunch of stuff.
-problem: we got two xmlversion.h files??
-we can't get rid of using libxml/xmlversion.h, so the solution is to get rid of xmlversion.h
-(add ../libxml to the paths)
-
-fuck!
-we also compile some .c files from common/ !
--> create a common2/ dir .. 
diff --git a/docs/developer/XMLPush/ReadMe.txt b/docs/developer/XMLPush/ReadMe.txt
deleted file mode 100644 (file)
index 395608d..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-========================================================================
-       CONSOLE APPLICATION : XMLPush
-========================================================================
-
-
-AppWizard has created this XMLPush application for you.  
-
-This file contains a summary of what you will find in each of the files that
-make up your XMLPush application.
-
-XMLPush.dsp
-    This file (the project file) contains information at the project level and
-    is used to build a single project or subproject. Other users can share the
-    project (.dsp) file, but they should export the makefiles locally.
-
-XMLPush.cpp
-    This is the main application source file.
-
-
-/////////////////////////////////////////////////////////////////////////////
-Other standard files:
-
-StdAfx.h, StdAfx.cpp
-    These files are used to build a precompiled header (PCH) file
-    named XMLPush.pch and a precompiled types file named StdAfx.obj.
-
-
-/////////////////////////////////////////////////////////////////////////////
-Other notes:
-
-AppWizard uses "TODO:" to indicate parts of the source code you
-should add to or customize.
-
-/////////////////////////////////////////////////////////////////////////////
diff --git a/docs/developer/XMLPush/StdAfx.cpp b/docs/developer/XMLPush/StdAfx.cpp
deleted file mode 100644 (file)
index 6304ff3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// stdafx.cpp : source file that includes just the standard includes
-//     XMLPush.pch will be the pre-compiled header
-//     stdafx.obj will contain the pre-compiled type information
-
-#include "stdafx.h"
-
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
diff --git a/docs/developer/XMLPush/StdAfx.h b/docs/developer/XMLPush/StdAfx.h
deleted file mode 100644 (file)
index 628f0ab..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-// stdafx.h : include file for standard system include files,
-//  or project specific include files that are used frequently, but
-//      are changed infrequently
-//
-
-#if !defined(AFX_STDAFX_H__323F1140_CFC1_11D4_A457_0004AC96D4C3__INCLUDED_)
-#define AFX_STDAFX_H__323F1140_CFC1_11D4_A457_0004AC96D4C3__INCLUDED_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-
-
-// TODO: reference additional headers your program requires here
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_STDAFX_H__323F1140_CFC1_11D4_A457_0004AC96D4C3__INCLUDED_)
-
-#include "libxml/parser.h"
-#include "libxml/tree.h"
diff --git a/docs/developer/XMLPush/XMLDump.xml b/docs/developer/XMLPush/XMLDump.xml
deleted file mode 100644 (file)
index fcbaaae..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>\r
-<q3map_feedback>\r
-<message level="1">Q3Map - built for GtkRadiant v1.1b - based on v1.0q (c) 1999 Id Software Inc.\r
-</message>\r
-<message level="3">************ ERROR ************\r
-usage: q3map [general options] [options] mapfile\r
-</message>\r
-</q3map_feedback>\r
diff --git a/docs/developer/XMLPush/XMLPush.cpp b/docs/developer/XMLPush/XMLPush.cpp
deleted file mode 100644 (file)
index c3a9ec0..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-// XMLPush.cpp : Defines the entry point for the console application.
-//
-
-#include "stdafx.h"
-
-int main(int argc, char* argv[])
-{
-  FILE *f;
-  xmlDocPtr doc;
-  
-  f = fopen("XMLDump.xml", "r");
-  if (f != NULL) {
-    int res, size = 1024;
-    char chars[1024];
-    xmlParserCtxtPtr ctxt;
-    
-    res = fread(chars, 1, 4, f);
-    if (res > 0) {
-      ctxt = xmlCreatePushParserCtxt(NULL, NULL,
-        chars, res, "foooo (filename)?");
-      while ((res = fread(chars, 1, size, f)) > 0) {
-        xmlParseChunk(ctxt, chars, res, 0);
-      }
-      xmlParseChunk(ctxt, chars, 0, 1);
-      doc = ctxt->myDoc;
-      xmlFreeParserCtxt(ctxt);
-    }
-  }
-  return 0;
-}
diff --git a/docs/developer/XMLmap.txt b/docs/developer/XMLmap.txt
deleted file mode 100644 (file)
index 07fe15a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-XMLmap branch:
-
-need to move the map loading / saving code out in a module
-what are the main dependencies?
-
-main functions to move out:
-Map_LoadFile
-Map_SaveFile
-(and all their direct dependencies/call graph)
-ex Entity_Parse Brush_Parse Entity_Write Brush_Write
-
-but? even changing to XML format we would need those functions too?
-is it worth having the .map and .xmlmap through a same interface?
-
-what dependencies?
--> active_brushes
--> GetToken etc.
--> LoadFile (load into a buffer) .. that's VFS right?
-
-first step: move some code out in map module and try to compile it..
-Map_LoadFile for example
-or the whole map.cpp?
-
-first problem: entity_t is declared in entity.h, currently not available to
-the plugin API. Clean way would be to create a wrapper, but speed says we
-should move entity_t to qertypes.h..
-
diff --git a/docs/developer/changes.201.202 b/docs/developer/changes.201.202
deleted file mode 100644 (file)
index 449356f..0000000
+++ /dev/null
@@ -1,455 +0,0 @@
-diff -rup ../Q3Radiant201/PrefsDlg.cpp Q3Radiant/PrefsDlg.cpp\r
---- ../Q3Radiant201/PrefsDlg.cpp       Mon Jun 26 12:31:00 2000\r
-+++ Q3Radiant/PrefsDlg.cpp     Thu Aug  3 17:19:16 2000\r
-@@ -224,6 +232,8 @@ void CPrefsDlg::DoDataExchange(CDataExch\r
-       DDX_Text(pDX, IDC_EDIT_UNDOLEVELS, m_nUndoLevels);\r
-       DDV_MinMaxInt(pDX, m_nUndoLevels, 1, 64);\r
-       DDX_Check(pDX, IDC_CHECK_VERTEXMODE, m_bVertexSplit);\r
-+      DDX_Check(pDX, IDC_CHECK_LOG, m_bLogConsole);\r
-+      DDX_Check(pDX, IDC_NOALPHA, m_bDisableAlphaChannel);\r
-       //}}AFX_DATA_MAP\r
- }\r
\r
-@@ -236,6 +246,7 @@ BEGIN_MESSAGE_MAP(CPrefsDlg, CDialog)\r
-       ON_BN_CLICKED(IDC_BTN_BROWSEUSERINI, OnBtnBrowseuserini)\r
-       ON_CBN_SELCHANGE(IDC_COMBO_WHATGAME, OnSelchangeComboWhatgame)\r
-       ON_BN_CLICKED(IDC_BUTTON_CLEAN, OnButtonClean)\r
-+      ON_BN_CLICKED(IDC_NOALPHA, OnNoalpha)\r
-       //}}AFX_MSG_MAP\r
- END_MESSAGE_MAP()\r
\r
-@@ -332,7 +344,7 @@ bool SetQdirFromPath( const char *path )\r
-       len = strlen(BASEDIRNAME);\r
-       for (c=path+strlen(path)-1 ; c != path ; c--)\r
-       {\r
--              int i;\r
-+              unsigned int i;\r
\r
-               if (strnicmp (c, BASEDIRNAME, len) == 0)\r
-               {\r
-@@ -448,7 +460,12 @@ void CPrefsDlg::LoadPrefs()\r
\r
-       m_strQuake2 = AfxGetApp()->GetProfileString(PREF_SECTION, Q2_KEY);\r
-   // if the path to the engine is empty, we set this flag to call InitEnginePath later\r
--  if (m_strQuake2.GetLength() == 0)\r
-+  // if the path to the engine is empty or points to a file that doesn't exist we call InitEnginePath\r
-+      struct _finddata_t fileinfo;\r
-+  int handle;\r
-+  handle = _findfirst (m_strQuake2.GetBuffer(0), &fileinfo);\r
-+  _findclose( handle );\r
-+  if (handle == -1 || m_strQuake2.GetLength() == 0)\r
-     InitEnginePath();\r
\r
-   m_iLastLightIntensity = AfxGetApp()->GetProfileInt(PREF_SECTION, "LastLightIntensity", 300);\r
-@@ -697,4 +731,10 @@ void CPrefsDlg::OnButtonClean() \r
-     theApp.ResetRegistry();\r
-               g_pParentWnd->OnFileExit();\r
-   }\r
-+}\r
-+\r
-+void CPrefsDlg::OnNoalpha() \r
-+{\r
-+  if (static_cast<CButton *>(GetDlgItem(IDC_NOALPHA))->GetState() & 0x0003)\r
-+    MessageBox( "If alpha channel support is disabled, Curry plugin might not work as expected.", "Alpha channel support", MB_OK );\r
- }\r
-diff -rup ../Q3Radiant201/Radiant.rc Q3Radiant/Radiant.rc\r
---- ../Q3Radiant201/Radiant.rc Mon Jun 26 12:31:00 2000\r
-+++ Q3Radiant/Radiant.rc       Thu Aug  3 17:19:22 2000\r
-@@ -1518,7 +1520,7 @@ BEGIN\r
-     LTEXT           "Height",IDC_STATIC,131,136,22,8\r
- END\r
\r
--IDD_DLG_PREFS DIALOG DISCARDABLE  0, 0, 386, 351\r
-+IDD_DLG_PREFS DIALOG DISCARDABLE  0, 0, 386, 380\r
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
- CAPTION "Q3Radiant Preferences"\r
- FONT 8, "MS Sans Serif"\r
-@@ -1561,103 +1563,108 @@ BEGIN\r
-     CONTROL         "Texture subset",IDC_CHECK_TEXTUREWINDOW,"Button",\r
-                     BS_AUTOCHECKBOX | WS_TABSTOP,308,94,63,10\r
-     CONTROL         "Right click to drop entities",IDC_CHECK_RIGHTCLICK,\r
--                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,137,95,10\r
-+                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,150,95,10\r
-     CONTROL         "Face selection",IDC_CHECK_FACE,"Button",BS_AUTOCHECKBOX | \r
--                    WS_TABSTOP,13,149,62,10\r
--    EDITTEXT        IDC_EDIT_ROTATION,58,161,24,12,ES_AUTOHSCROLL\r
-+                    WS_TABSTOP,13,162,62,10\r
-+    EDITTEXT        IDC_EDIT_ROTATION,58,174,24,12,ES_AUTOHSCROLL\r
-     CONTROL         "ALT + multi-drag",IDC_CHECK_ALTDRAG,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,114,137,68,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,114,150,68,10\r
-     CONTROL         "Snap T to Grid",IDC_CHECK_SNAPT,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,114,149,62,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,114,162,62,10\r
-     CONTROL         "Mouse chaser",IDC_CHECK_MOUSECHASE,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,114,160,68,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,114,173,68,10\r
-     CONTROL         "Patch Toolbar",IDC_CHECK_WIDETOOLBAR,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,193,137,61,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,193,150,61,10\r
-     CONTROL         "Light drawing",IDC_CHECK_LIGHTDRAW,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,193,149,58,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,193,162,58,10\r
-     CONTROL         "Paint sizing info",IDC_CHECK_SIZEPAINT,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,193,160,65,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,193,173,65,10\r
-     CONTROL         "Hi Color Textures",IDC_CHECK_HICOLOR,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,281,137,70,10\r
--    LTEXT           "Startup Shaders:",IDC_STATIC,281,150,54,8\r
--    COMBOBOX        IDC_COMBO_SHADERS,281,160,82,54,CBS_DROPDOWNLIST | \r
-+                    BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | \r
-+                    WS_TABSTOP,281,150,70,10\r
-+    LTEXT           "Startup Shaders:",IDC_STATIC,281,163,54,8\r
-+    COMBOBOX        IDC_COMBO_SHADERS,281,173,82,54,CBS_DROPDOWNLIST | \r
-                     WS_VSCROLL | WS_TABSTOP\r
--    EDITTEXT        IDC_EDIT_QUAKE2,13,215,229,12,ES_AUTOHSCROLL\r
--    PUSHBUTTON      "...",IDC_BTN_BROWSE,248,216,16,11\r
-+    EDITTEXT        IDC_EDIT_QUAKE2,13,228,229,12,ES_AUTOHSCROLL\r
-+    PUSHBUTTON      "...",IDC_BTN_BROWSE,248,230,16,11\r
-     CONTROL         "Use internal (DLL) QBSP....",IDC_CHECK_INTERNALBSP,\r
--                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,234,102,10\r
-+                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,247,102,10\r
-     CONTROL         "Don't clamp plane points",IDC_CHECK_NOCLAMP,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,13,246,93,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,13,260,93,10\r
-     CONTROL         "Snapshots",IDC_CHECK_SNAPSHOTS,"Button",BS_AUTOCHECKBOX | \r
--                    WS_TABSTOP,13,258,49,10\r
-+                    WS_TABSTOP,13,271,49,10\r
-     CONTROL         "Use +setgame for run",IDC_CHECK_SETGAME,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,13,270,83,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,13,284,83,10\r
-     CONTROL         "Run game after QBSP3...",IDC_CHECK_RUNQUAKE,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,121,234,96,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,121,247,96,10\r
-     CONTROL         "Load last project on open",IDC_CHECK_LOADLAST,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,121,246,96,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,121,260,96,10\r
-     CONTROL         "Load last map on open",IDC_CHECK_LOADLASTMAP,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,121,258,88,10\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,121,271,88,10\r
-     CONTROL         "Auto save every ",IDC_CHECK_AUTOSAVE,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,121,270,66,10\r
--    EDITTEXT        IDC_EDIT_AUTOSAVE,188,270,27,12,ES_AUTOHSCROLL | \r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,121,284,66,10\r
-+    EDITTEXT        IDC_EDIT_AUTOSAVE,188,284,27,12,ES_AUTOHSCROLL | \r
-                     ES_NUMBER\r
-     CONTROL         "Spin1",IDC_SPIN_AUTOSAVE,"msctls_updown32",UDS_WRAP | \r
-                     UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | \r
--                    UDS_ARROWKEYS,212,268,11,14\r
--    LTEXT           "Status point size:",IDC_STATIC,258,235,54,8\r
--    EDITTEXT        IDC_EDIT_STATUSPOINTSIZE,315,233,29,12,ES_AUTOHSCROLL\r
-+                    UDS_ARROWKEYS,212,282,11,14\r
-+    LTEXT           "Status point size:",IDC_STATIC,258,249,54,8\r
-+    EDITTEXT        IDC_EDIT_STATUSPOINTSIZE,315,247,29,12,ES_AUTOHSCROLL\r
-     CONTROL         "Spin1",IDC_SPIN_POINTSIZE,"msctls_updown32",UDS_WRAP | \r
-                     UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | \r
--                    UDS_ARROWKEYS,344,232,11,14\r
--    LTEXT           "Undo Levels:",IDC_STATIC,258,248,43,8\r
--    EDITTEXT        IDC_EDIT_UNDOLEVELS,315,246,29,12,ES_AUTOHSCROLL\r
-+                    UDS_ARROWKEYS,344,246,11,14\r
-+    LTEXT           "Undo Levels:",IDC_STATIC,258,262,43,8\r
-+    EDITTEXT        IDC_EDIT_UNDOLEVELS,315,260,29,12,ES_AUTOHSCROLL\r
-     CONTROL         "Spin1",IDC_SPIN_UNDO,"msctls_updown32",UDS_WRAP | \r
-                     UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | \r
--                    UDS_ARROWKEYS,344,246,11,14\r
-+                    UDS_ARROWKEYS,344,260,11,14\r
-     CONTROL         "Use PAK/PK3 file(s):",IDC_CHECK_PAK,"Button",\r
--                    BS_AUTOCHECKBOX | WS_TABSTOP,13,289,81,10\r
--    EDITTEXT        IDC_EDIT_PAKFILE,95,288,227,12,ES_AUTOHSCROLL\r
--    PUSHBUTTON      "...",IDC_BTN_BROWSEPAK,328,289,16,11\r
--    EDITTEXT        IDC_EDIT_PREFABPATH,95,305,227,12,ES_AUTOHSCROLL\r
--    PUSHBUTTON      "...",IDC_BTN_BROWSEPREFAB,328,306,16,11\r
--    EDITTEXT        IDC_EDIT_USERPATH,95,322,227,12,ES_AUTOHSCROLL\r
--    PUSHBUTTON      "...",IDC_BTN_BROWSEUSERINI,328,323,16,11\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,13,303,81,10\r
-+    EDITTEXT        IDC_EDIT_PAKFILE,95,302,227,12,ES_AUTOHSCROLL\r
-+    PUSHBUTTON      "...",IDC_BTN_BROWSEPAK,328,303,16,11\r
-+    EDITTEXT        IDC_EDIT_PREFABPATH,95,319,227,12,ES_AUTOHSCROLL\r
-+    PUSHBUTTON      "...",IDC_BTN_BROWSEPREFAB,328,319,16,11\r
-+    EDITTEXT        IDC_EDIT_USERPATH,95,335,227,12,ES_AUTOHSCROLL\r
-+    PUSHBUTTON      "...",IDC_BTN_BROWSEUSERINI,328,337,16,11\r
-     DEFPUSHBUTTON   "OK",IDOK,341,7,38,14\r
-     PUSHBUTTON      "Cancel",IDCANCEL,341,24,38,14\r
-     CONTROL         "Entities are DLL based",IDC_CHECK_DLLENTITIES,"Button",\r
-                     BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | NOT WS_VISIBLE | \r
--                    WS_DISABLED | WS_TABSTOP,273,178,88,12\r
-+                    WS_DISABLED | WS_TABSTOP,273,191,88,12\r
-     CONTROL         "Write face color info",IDC_CHECK_FACECOLOR,"Button",\r
-                     BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | \r
--                    WS_TABSTOP,189,178,79,10\r
--    LTEXT           "minutes",IDC_STATIC,216,271,25,8\r
-+                    WS_TABSTOP,189,191,79,10\r
-+    LTEXT           "minutes",IDC_STATIC,216,284,25,8\r
-     GROUPBOX        "Mouse",IDC_STATIC,179,7,103,28\r
--    GROUPBOX        "Views / Rendering",IDC_STATIC,7,38,372,86\r
-+    GROUPBOX        "Views / Rendering",IDC_STATIC,7,38,372,98\r
-     GROUPBOX        "Game path / Tool settings / Stuff that wouldn't fit anywhere else",\r
--                    IDC_STATIC,7,205,372,139\r
-+                    IDC_STATIC,7,216,372,157\r
-     CONTROL         147,IDB_VIEWDEFAULT,"Static",SS_BITMAP,13,48,21,19\r
-     CONTROL         148,IDB_VIEWDEFAULT2,"Static",SS_BITMAP,40,48,21,19\r
-     CONTROL         149,IDB_VIEWDEFAULT3,"Static",SS_BITMAP,67,48,21,19\r
--    GROUPBOX        "New functionality:",IDC_STATIC,7,126,372,74\r
-+    GROUPBOX        "New functionality:",IDC_STATIC,7,139,372,74\r
-     CONTROL         150,IDB_VIEWDEFAULT_Z,"Static",SS_BITMAP,93,48,21,19\r
-     LTEXT           "slow",IDC_STATIC,131,69,15,8\r
-     LTEXT           "fast",IDC_STATIC,204,69,12,8\r
--    GROUPBOX        "Camera ",IDC_STATIC,126,47,100,72\r
--    LTEXT           "Prefab path:",IDC_STATIC,54,306,40,8\r
-+    GROUPBOX        "Camera ",IDC_STATIC,126,47,100,84\r
-+    LTEXT           "Prefab path:",IDC_STATIC,54,319,40,8\r
-     GROUPBOX        "Optimize interface for",IDC_STATIC,7,7,170,28\r
--    LTEXT           "User INI path:",IDC_STATIC,49,324,45,8\r
--    LTEXT           "Rotation inc:",IDC_STATIC,15,163,41,8\r
-+    LTEXT           "User INI path:",IDC_STATIC,49,338,45,8\r
-+    LTEXT           "Rotation inc:",IDC_STATIC,15,176,41,8\r
-     CONTROL         "Use Shaders",IDC_CHECK_USESHADERS,"Button",\r
-                     BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | \r
--                    WS_TABSTOP,129,178,57,10\r
--    GROUPBOX        "Texturing",IDC_STATIC,231,47,141,72\r
-+                    WS_TABSTOP,129,191,57,10\r
-+    GROUPBOX        "Texturing",IDC_STATIC,231,47,141,84\r
-     LTEXT           "Quality",IDC_STATIC,237,57,22,8\r
-     LTEXT           "Low",IDC_STATIC,239,81,14,8\r
-     LTEXT           "High",IDC_STATIC,347,82,16,8\r
-     CONTROL         "Vertex editing splits faces",IDC_CHECK_VERTEXMODE,\r
--                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,179,94,10\r
-+                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,192,94,10\r
-     PUSHBUTTON      "Reset Registry",IDC_BUTTON_CLEAN,287,24,50,14\r
-+    CONTROL         "Log console to Radiant.log",IDC_CHECK_LOG,"Button",\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,13,356,97,11\r
-+    CONTROL         "Ignore alpha channel",IDC_NOALPHA,"Button",\r
-+                    BS_AUTOCHECKBOX | WS_TABSTOP,236,117,127,10\r
- END\r
\r
- IDD_DLG_MAPINFO DIALOG DISCARDABLE  0, 0, 181, 183\r
-diff -rup ../Q3Radiant201/TexWnd.cpp Q3Radiant/TexWnd.cpp\r
---- ../Q3Radiant201/TexWnd.cpp Mon Jun 26 12:31:00 2000\r
-+++ Q3Radiant/TexWnd.cpp       Thu Aug  3 17:19:23 2000\r
-@@ -1439,31 +1550,46 @@ void Delay(float fSeconds)\r
- void ViewShader(const char *pFile, const char *pName)\r
- {\r
-       // we load the .shader file to find where it actually is\r
--  CString str;\r
-+  CString fullName = ValueForKey( g_qeglobals.d_project_entity, "basepath" );\r
-+  fullName += '/';\r
-+  fullName += pFile;\r
-   char* pBuff = NULL;\r
--  int nSize = LoadFile(pFile, reinterpret_cast<void**>(&pBuff));\r
-+  int nSize = LoadFile(fullName.GetBuffer(0), reinterpret_cast<void**>(&pBuff));\r
-   if (nSize == -1)\r
-   {\r
--    nSize = PakLoadAnyFile(pFile, reinterpret_cast<void**>(&pBuff));\r
--  }\r
--\r
--  if (nSize > 0)\r
--  {\r
--    str = pBuff;\r
-+    Sys_Printf("Failed to load shader file %s ... check your project settings!\n", pFile );\r
-+    return;\r
-   }\r
--  int nStart = 0; \r
--  if (str.GetLength() > 0)\r
-+  // look for the shader declaration\r
-+  int nStart;\r
-+  CString strFind = pName;\r
-+  CString strLook = pBuff;\r
-+  strLook.MakeLower();\r
-+  strFind.MakeLower();\r
-+  // offset used when jumping over commented out definitions\r
-+  int nOffset = 0;\r
-+  while (true)\r
-   {\r
--    CString strFind = pName;\r
--    CString strLook = str;\r
--    strLook.MakeLower();\r
--    strFind.MakeLower();\r
--    int n = strLook.Find(strFind);\r
--    if (n >= 0)\r
--    {\r
--      nStart = n;\r
-+    nStart = strLook.Find(strFind, nOffset);\r
-+    if (nStart == -1)\r
-+      break;\r
-+    // we have found something, maybe it's a commented out shader name?\r
-+    char *strCheck = new char[strLook.GetLength()+1];\r
-+    strcpy( strCheck, strLook.GetBuffer(0) );\r
-+    strCheck[nStart] = 0;\r
-+    char *pCheck = strrchr( strCheck, '\n' );\r
-+    // if there's a commentary sign in-between we'll continue\r
-+    if (pCheck && strstr( pCheck, "//" ))\r
-+    {\r
-+      delete[] strCheck;\r
-+      nOffset = nStart + 1;\r
-+      continue;\r
-     }\r
-+    delete[] strCheck;\r
-+    break;\r
-   }\r
-+  // now close the file\r
-+  free(pBuff);\r
\r
-   CString s= "editpad ";\r
-       // build the full shader name\r
-@@ -1472,7 +1598,9 @@ void ViewShader(const char *pFile, const\r
-   s += pFile;\r
-   WinExec(s, SW_SHOWNORMAL);\r
\r
--  Delay(1.5);\r
-+  // TTimo: we used to call Delay here, to continue processing messages. But it seems to induce a lot of instabilities.\r
-+  // so now the user will simply have to wait.\r
-+  Sleep( 1500 );\r
\r
-       // now grab the edit window and scroll to the shader we want to edit\r
-   HWND hwndEdit = FindEditWindow();\r
-@@ -1485,8 +1613,6 @@ void ViewShader(const char *pFile, const\r
-   {\r
-     Sys_Printf("Unable to load shader editor.\n");\r
-   }\r
--\r
--\r
- }\r
\r
- /*\r
-@@ -2319,10 +2459,21 @@ void CTexWnd::OnVScroll(UINT nSBCode, UI\r
\r
- void LoadShaders()\r
- {\r
-+  CStringList lst;\r
-+  BuildShaderList( lst );\r
-+  if (lst.GetCount() == 0)\r
-+    return;\r
-+  POSITION pos = lst.GetHeadPosition();\r
-+  while (pos != NULL)\r
-+  {\r
-+    QERApp_LoadShaderFile( lst.GetAt(pos).GetBuffer(0) );\r
-+    lst.GetNext(pos);\r
-+  }\r
-+\r
-+  //++timo clean\r
-+#if 0\r
-       char    dirstring[1024];\r
-       char    *path;\r
--      //struct _finddata_t fileinfo;\r
--      //int           handle;\r
-   path = ValueForKey (g_qeglobals.d_project_entity, "basepath");\r
-   sprintf (dirstring, "%s/scripts/shaderlist.txt", path);\r
-   char *pBuff = NULL;\r
-@@ -2354,9 +2505,9 @@ void LoadShaders()\r
-   }\r
-   else\r
-   {\r
--    Sys_Printf("Unable to load shaderlist.txt, shaders not loaded!");\r
-+    Sys_Printf("Unable to load %s, shaders not loaded!\n", dirstring);\r
-   }\r
--\r
-+#endif\r
- }\r
\r
- // TTimo: modified to expect the reletive path to the skin as input\r
-diff -rup ../Q3Radiant201/WIN_QE3.CPP Q3Radiant/WIN_QE3.CPP\r
---- ../Q3Radiant201/WIN_QE3.CPP        Mon Jun 26 12:31:00 2000\r
-+++ Q3Radiant/WIN_QE3.CPP      Thu Aug  3 17:19:24 2000\r
-@@ -3,6 +3,11 @@\r
- #include "mru.h"\r
- #include "PrefsDlg.h"\r
\r
-+// for the logging part\r
-+#include <io.h>\r
-+#include <fcntl.h>\r
-+#include <sys/stat.h>\r
-+\r
- ////////////////////////////////////////////////////////////////////////////\r
- // BSP frontend plugin\r
- // global flag for BSP frontend plugin is g_qeglobals.bBSPFrontendPlugin\r
-@@ -42,10 +47,18 @@ void Sys_SetTitle (char *text)\r
- }\r
\r
- HCURSOR       waitcursor;\r
-+#define TIMING_STATS\r
-+#ifdef TIMING_STATS\r
-+double start,end;\r
-+#endif\r
\r
- void Sys_BeginWait (void)\r
- {\r
-       waitcursor = SetCursor (LoadCursor (NULL, IDC_WAIT));\r
-+#ifdef TIMING_STATS\r
-+  Sys_Printf("Sys_BeginWait\n");\r
-+  start = Sys_DoubleTime();\r
-+#endif\r
- }\r
\r
- void Sys_EndWait (void)\r
-@@ -55,9 +68,12 @@ void Sys_EndWait (void)\r
-               SetCursor (waitcursor);\r
-               waitcursor = NULL;\r
-       }\r
-+#ifdef TIMING_STATS\r
-+  end = Sys_DoubleTime();\r
-+  Sys_Printf ("Sys_EndWait: %i ms\n", (int)(1000*(end-start)));\r
-+#endif\r
- }\r
\r
--\r
- void Sys_GetCursorPos (int *x, int *y)\r
- {\r
-       POINT lpPoint;\r
-diff -rup ../Q3Radiant201/Win_main.cpp Q3Radiant/Win_main.cpp\r
---- ../Q3Radiant201/Win_main.cpp       Mon Jun 26 12:31:01 2000\r
-+++ Q3Radiant/Win_main.cpp     Thu Aug  3 17:19:24 2000\r
-@@ -341,54 +341,6 @@ void RunBsp (char *command)\r
-         Sleep (100);  // give the new process a chance to open it's window\r
\r
-         BringWindowToTop( g_qeglobals.d_hwndMain );   // pop us back on top\r
--#if 0\r
--        //\r
--        // write qe3bsp.bat\r
--        //\r
--        sprintf (batpath, "%sqe3bsp.bat", temppath);\r
--        hFile = fopen(batpath, "w");\r
--        if (!hFile)\r
--                Error ("Can't write to %s", batpath);\r
--        fprintf (hFile, sys);\r
--        fclose (hFile);\r
--\r
--        //\r
--        // write qe3bsp2.bat\r
--        //\r
--        sprintf (batpath, "%sqe3bsp2.bat", temppath);\r
--        hFile = fopen(batpath, "w");\r
--        if (!hFile)\r
--                Error ("Can't write to %s", batpath);\r
--        fprintf (hFile, "%sqe3bsp.bat > %s", temppath, outputpath);\r
--        fclose (hFile);\r
--\r
--        Pointfile_Delete ();\r
--\r
--        GetStartupInfo (&startupinfo);\r
--\r
--        ret = CreateProcess(\r
--      batpath,                // pointer to name of executable module \r
--      NULL,                   // pointer to command line string\r
--      NULL,                   // pointer to process security attributes \r
--      NULL,                   // pointer to thread security attributes \r
--      FALSE,                  // handle inheritance flag \r
--      0 /*DETACHED_PROCESS*/,         // creation flags\r
--      NULL,                   // pointer to new environment block \r
--      NULL,                   // pointer to current directory name \r
--      &startupinfo,   // pointer to STARTUPINFO \r
--      &ProcessInformation     // pointer to PROCESS_INFORMATION  \r
--     );\r
--\r
--        if (!ret)\r
--                Error ("CreateProcess failed");\r
--\r
--        bsp_process = ProcessInformation.hProcess;\r
--\r
--        Sleep (100);  // give the new process a chance to open it's window\r
--\r
--        //BringWindowToTop( g_qeglobals.d_hwndMain ); // pop us back on top\r
--        //SetFocus (g_qeglobals.d_hwndCamera);\r
--#endif\r
-   }\r
- }\r
\r
diff --git a/docs/developer/d2u b/docs/developer/d2u
deleted file mode 100644 (file)
index 16d4e19..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh\r
-\r
-for filename in $*; do\r
-  if [ -f $filename ]; then\r
-    echo -n $filename\r
-    tr -d '\r' < $filename > ___$filename_d2u___\r
-    mv ___$filename_d2u___ $filename\r
-    echo " converted."\r
-  else\r
-    echo "$filename is not a file."\r
-  fi\r
-done\r
-\r
-echo\r
-echo done.\r
-\r
-# end of d2u ...\r
diff --git a/docs/developer/data-driven-design.txt b/docs/developer/data-driven-design.txt
deleted file mode 100644 (file)
index 1c68299..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-Listing of required modules and interfaces as an XML file
-=========================================================
-
-Purpose:
---------
-
-Make the editor more data driven. Be able to specify during
-startup the full running configuration of the editor:
-- what modules to load
-- general execution paths (i.e. what's in the project settings)
-- configuration for the loaded modules
-- user preferences
-
-Feature Requirements:
----------------------
-
-This is primarily intended for multiple games support. A restart
-of the editor may be required when going from one game to the
-other, but otherwise it should read the XML file and initialize
-the right modules and APIs from there.
-
-Don't have a clear view of what multiple games support is gonna
-be like. Can list a few things:
-
-- some interfaces are required for startup in a given game mode.
-That's primarily what the XML config file is there for.
-For instance in Q3 you will require Q3 map format module
-and Q1 will require Q1 map format module
-
-- some modules are to be ignored? that's primary intended to 
-avoid loading unneeded modules.
-
-- some plugins are loaded for all games?
-- some plugins are only relevant for some games?
-(those two suggest various installation paths for modules
-and directory-based scan?)
-
-- a plugin might require some other APIs to complete it's loading
-process (i.e. sending it's own XML description of required
-interfaces).
-
-Constaints:
------------
-
-We have a nasty collision between preferences / project settings
-and XML requirements. All three things need to be unified in some way.
-The long term target being to have a central installation location 
-for the editor, and independant packages for each game.
-
-What kind of difference is there between project settings and prefs?
-Prefs would be user settings that survive throughout all games, 
-whereas project settings are per-game / per-mod configuration. Turns
-out it's all a matter of loading the right configuration chunks at the
-right time.
-
-Proposed implementation:
-------------------------
-
-Use key/values (== property bags) based on XML format for everything.
-Use them on project settings, and user prefs. The only difference
-between what would be project settings and what would be user pref
-is in which game configuration they are loaded, and how they are used.
-
-Project templates: We have a particular syntax to build settings from 
-a 'template' version. Instead of loading a project template, we should
-be selecting a template from a list.
-
-Default startup: If we are configured to load last project on startup,
-load it .. otherwise display a list of games and templates?
-
-Module library:
----------------
-
-The dynamic loading / interfaces sharing / pure virtual classes needs
-to be implemented in a generic module. It should be the basis of the
-editor startup process.
diff --git a/docs/developer/frp b/docs/developer/frp
deleted file mode 100644 (file)
index 6267f4f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh\r
-for i in *.h; do\r
-       sed -e "s/BasePath/EnginePath/" $i > $i.tmp\r
-       mv -f $i.tmp $i\r
-       done\r
-\r
diff --git a/docs/developer/q3mapfeedback.txt b/docs/developer/q3mapfeedback.txt
deleted file mode 100644 (file)
index 94e0038..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-** currently supported debug messages:
-
-* map leaked / pointfile information
-+ tested
-
-* duplicate plane
-+ tested
-
-* degenerate plane, mirrored plane
-+ testing may not be necessary, exact same code as duplicate plane
-
-* mixed CONTENTS_DETAIL and CONTENTS_STRUCTURAL
-- not tested!
-
-* fog brush has multiple visible sides
-+ tested
-
-* WindingFromDrawSurf failed: MAX_POINTS_ON_WINDING exceeded
-+ tested, only outputs a single point, would need much improvement
-  (TstMaps/western.map)
-
-* MAX_BUILD_SIDES
-uses xml_Select as other warnings, switched xml_Select to error or warn
-+ tested
-
-** to-be-added list (and associated test map file if any)
-
-* Node without a volume
-* leaf with too many portals
--> both in Desktop_p_leaf.map, contributed by y_lavanant@vistech.ie
-
-Mesh lightmap miscount
-(no test map)
\ No newline at end of file
diff --git a/install/games/q3.game b/install/games/q3.game
deleted file mode 100644 (file)
index fc3e82f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>\r
-<game\r
-  name="Quake III Arena"\r
-  enginepath="/usr/local/games/quake3"\r
-  gametools="/home/timo/SVN/ZeroRadiant/install/games"\r
-  gamename="quake3"\r
-/>\r
index b85e3ed78126611dab355f1dc13a2b9a8b87b7f8..a2c37ec350ab10417af9ef017332343503fab9eb 100644 (file)
@@ -108,7 +108,7 @@ void Dialog::Destroy ()
   }
 }
 
-void Dialog::AddDialogData (GtkObject *object, void *buf, DLG_DATA_TYPE type)
+void Dialog::AddDialogData( GtkObject *object, void *buf, DLG_DATA_TYPE type )
 {
   DLG_DATA *data;
 
@@ -120,10 +120,9 @@ void Dialog::AddDialogData (GtkObject *object, void *buf, DLG_DATA_TYPE type)
   m_pDataList = g_slist_append (m_pDataList, data);
 }
 
-void Dialog::AddModalButton (GtkWidget *widget, int ret)
-{
-  gtk_signal_connect (GTK_OBJECT (widget), "clicked",
-                     GTK_SIGNAL_FUNC (dialog_button_callback), GINT_TO_POINTER (ret));
+void Dialog::AddModalButton( GtkWidget *widget, int ret ) {
+  gtk_signal_connect( GTK_OBJECT( widget ), "clicked",
+                     GTK_SIGNAL_FUNC( dialog_button_callback ), GINT_TO_POINTER( ret ) );
 }
 
 void Dialog::UpdateData (bool retrieve)
@@ -261,35 +260,33 @@ void Dialog::UpdateData (bool retrieve)
     }
 }
 
-void Dialog::EndModal (int code)
-{
+void Dialog::EndModal( int code ) {
   m_nLoop = 0;
   m_nReturn = code;
 }
 
-int Dialog::DoModal ()
+int Dialog::DoModal()
 {
-  Create ();
-  UpdateData (FALSE);
+  Create();
+  UpdateData( FALSE );
 
   PreModal();
 
-  gtk_grab_add (m_pWidget);
-  gtk_widget_show (m_pWidget);
+  gtk_grab_add( m_pWidget );
+  gtk_widget_show( m_pWidget );
 
   m_nLoop = 1;
-  while (m_nLoop)
-    gtk_main_iteration ();
+  while ( m_nLoop ) {
+    gtk_main_iteration();
+  }
 
-  if (m_pWidget != NULL)
-  {
-    UpdateData (TRUE);
+  if ( m_pWidget != NULL ) {
+    UpdateData( TRUE );
 
-    gtk_grab_remove (m_pWidget);
-    gtk_widget_hide (m_pWidget);
+    gtk_grab_remove( m_pWidget );
+    gtk_widget_hide( m_pWidget );
   }
-  PostModal (m_nReturn);
+  PostModal( m_nReturn );
 
   return m_nReturn;
 }
-
index 8ca4b27df6ba1b9e336fbb2515322b10e915d0d1..46ed965a4a18244754370a833c91dd395d32f101 100644 (file)
@@ -75,7 +75,7 @@ class Dialog
   /*!
   used in overloaded BuildDialog implementations to configure modal behaviour easily
   */
-  void AddModalButton (GtkWidget *widget, int ret);
+  void AddModalButton( GtkWidget *widget, int ret );
 
  private:
   GSList* m_pDataList;
index 3d1f658c5c36c5acbbf18e2198f445aa0db7d375..907cfe6cec4f92ff4312a5323a996e895b6f6ab0 100644 (file)
@@ -851,14 +851,13 @@ GtkWidget* create_menu_in_menu_with_mnemonic (GtkWidget *menu, const gchar *mnem
 // =============================================================================
 // Message Boxes
 
-void dialog_button_callback (GtkWidget *widget, gpointer data)
-{
+void dialog_button_callback( GtkWidget *widget, gpointer data ) {
   GtkWidget *parent;
   int *loop, *ret;
 
-  parent = gtk_widget_get_toplevel (widget);
-  loop = (int*)g_object_get_data (G_OBJECT (parent), "loop");
-  ret = (int*)g_object_get_data (G_OBJECT (parent), "ret");
+  parent = gtk_widget_get_toplevel( widget );
+  loop = (int*)g_object_get_data( G_OBJECT( parent ), "loop" );
+  ret = (int*)g_object_get_data( G_OBJECT( parent ), "ret" );
 
   *loop = 0;
   *ret = (int)data;
index b6d1d41b862e1293b2eb31860f753a4aeadfba78..82fab216eb4c7c8e62b07761001050e882828e2e 100644 (file)
@@ -419,10 +419,9 @@ void error_redirect (const gchar *domain, GLogLevelFlags log_level, const gchar
 //  Sys_FPrintf (SYS_NOCON, buf);
 }
 
-int main (int argc, char* argv[])
-{
-  char *libgl, *ptr;
-  int i, j, k;
+int main( int argc, char* argv[] ) {
+       char *libgl, *ptr;
+       int i, j, k;
 
 #ifdef _WIN32
   libgl = "opengl32.dll";
@@ -442,9 +441,9 @@ int main (int argc, char* argv[])
   char *loginname;
   struct passwd *pw;
   seteuid(getuid());
-  if (geteuid() == 0 && (loginname = getlogin()) != NULL &&
-      (pw = getpwnam(loginname)) != NULL)
-    setuid(pw->pw_uid);
+  if ( geteuid() == 0 && ( loginname = getlogin() ) != NULL && ( pw = getpwnam(loginname) ) != NULL ) {
+         setuid(pw->pw_uid);
+  }
 #endif
 
   gtk_disable_setlocale();
@@ -507,24 +506,9 @@ int main (int argc, char* argv[])
   g_strBitmapsPath = g_strAppPath;
   g_strBitmapsPath += "bitmaps/";
 
-#if 0
-  // http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=639
-  // now check if we are running from a network installation
-  // use a dummy file as the flag
-  FILE *f_netrun;
-  CString strNetrun;
-  strNetrun = g_strAppPath; strNetrun += NETRUN_FILENAME;
-  f_netrun = fopen(strNetrun.GetBuffer(), "r");
-  if (f_netrun)
-  {
-    fclose(f_netrun);
-    g_PrefsDlg.m_bUseHomePath = true;
-  }
-#endif
   CGameDialog::UpdateNetrun(false); // read the netrun configuration
 
-  if (CGameDialog::GetNetrun())
-  {
+  if ( CGameDialog::GetNetrun() ) {
     // we have to find a per-user g_strTempPath
     // this behaves the same as on Linux
     g_strTempPath = getenv("USERPROFILE");
@@ -573,19 +557,12 @@ int main (int argc, char* argv[])
 
   g_strAppPath = real;
 
-#if 0
-  printf("g_strAppPath: %s\n", g_strAppPath.GetBuffer());
-#endif
-
   // radiant is installed in the parent dir of "tools/"
   // NOTE: this is not very easy for debugging
   // maybe add options to lookup in several places?
   // (for now I had to create symlinks)
   g_strBitmapsPath = g_strAppPath;
   g_strBitmapsPath += "bitmaps/";
-#if 0
-  printf("g_strBitmapsPath: %s\n", g_strBitmapsPath.GetBuffer());
-#endif
   
   // we will set this right after the game selection is done
   g_strGameToolsPath = g_strAppPath;
@@ -607,9 +584,8 @@ int main (int argc, char* argv[])
   g_pidFile += "radiant.pid";
 
   FILE *pid;
-  pid = fopen (g_pidFile.GetBuffer(), "r");
-  if (pid != NULL)
-  {
+  pid = fopen( g_pidFile.GetBuffer(), "r" );
+  if ( pid != NULL ) {
     fclose (pid);
     CString msg;
 
@@ -651,9 +627,10 @@ int main (int argc, char* argv[])
   }
 
   // create a primary .pid for global init run
-  pid = fopen (g_pidFile.GetBuffer(), "w");
-  if (pid)
-    fclose (pid);
+  pid = fopen( g_pidFile.GetBuffer(), "w" );
+  if ( pid ) {
+         fclose( pid );
+  }
   
   // a safe check to avoid people running broken installations
   // (otherwise, they run it, crash it, and blame us for not forcing them hard enough to pay attention while installing)
@@ -661,7 +638,7 @@ int main (int argc, char* argv[])
   // let's leave it disabled in debug mode in any case
   // http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=431
 #ifndef _DEBUG
-#define CHECK_VERSION
+  //#define CHECK_VERSION
 #endif
 #ifdef CHECK_VERSION  
   // locate and open RADIANT_MAJOR and RADIANT_MINOR
@@ -728,11 +705,10 @@ int main (int argc, char* argv[])
 #endif
   
   g_qeglobals.disable_ini = false;
-  g_PrefsDlg.Init ();
+  g_PrefsDlg.Init();
 
   // close the primary
-  if (remove (g_pidFile.GetBuffer ()) == -1)
-  {
+  if ( remove( g_pidFile.GetBuffer () ) == -1 ) {
     CString msg;
     msg = "WARNING: Could not delete "; msg += g_pidGameFile;
     gtk_MessageBox (NULL, msg, "Radiant", MB_OK | MB_ICONERROR );
@@ -845,7 +821,7 @@ int main (int argc, char* argv[])
 #endif
 
 #ifndef SKIP_SPLASH
-  create_splash ();
+  create_splash();
 #endif
 
   if (!QGL_Init(libgl, ""))
@@ -865,30 +841,31 @@ int main (int argc, char* argv[])
 #endif
 
   // redirect Gtk warnings to the console
-  g_log_set_handler ("Gdk", (GLogLevelFlags)(G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_LEVEL_WARNING|
+  g_log_set_handler"Gdk", (GLogLevelFlags)(G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_LEVEL_WARNING|
                                              G_LOG_LEVEL_MESSAGE|G_LOG_LEVEL_INFO|G_LOG_LEVEL_DEBUG), error_redirect, NULL);
-  g_log_set_handler ("Gtk", (GLogLevelFlags)(G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_LEVEL_WARNING|
+  g_log_set_handler"Gtk", (GLogLevelFlags)(G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_LEVEL_WARNING|
                                              G_LOG_LEVEL_MESSAGE|G_LOG_LEVEL_INFO|G_LOG_LEVEL_DEBUG), error_redirect, NULL);
 
   // spog - creates new filters list for the first time
-  g_qeglobals.d_savedinfo.filters = NULL; //initialise to NULL
+  g_qeglobals.d_savedinfo.filters = NULL;
   g_qeglobals.d_savedinfo.filters = FilterUpdate(g_qeglobals.d_savedinfo.filters);
 
-  g_pParentWnd = new MainFrame ();
+  g_pParentWnd = new MainFrame();
 
-  if (g_PrefsDlg.m_bLoadLastMap && g_PrefsDlg.m_strLastMap.GetLength() > 0)
-    Map_LoadFile(g_PrefsDlg.m_strLastMap.GetBuffer());
-  else
-    Map_New();
+  if ( g_PrefsDlg.m_bLoadLastMap && g_PrefsDlg.m_strLastMap.GetLength() > 0 ) {
+         Map_LoadFile(g_PrefsDlg.m_strLastMap.GetBuffer());
+  } else {
+         Map_New();
+  }
 
   // load up shaders now that we have the map loaded
   // eviltypeguy
-  Texture_ShowStartupShaders ();
+  Texture_ShowStartupShaders();
 
 #ifndef SKIP_SPLASH
-  gdk_window_raise (splash_screen->window);
-  gtk_window_set_transient_for (GTK_WINDOW (splash_screen), GTK_WINDOW (g_pParentWnd->m_pWidget));
-  gtk_timeout_add (1000, try_destroy_splash, NULL);
+  gdk_window_raise(splash_screen->window);
+  gtk_window_set_transient_for( GTK_WINDOW( splash_screen ), GTK_WINDOW( g_pParentWnd->m_pWidget ) );
+  gtk_timeout_add( 1000, try_destroy_splash, NULL );
 #endif
   
   g_pParentWnd->GetSynapseServer().DumpActiveClients();
@@ -896,7 +873,7 @@ int main (int argc, char* argv[])
   //++timo: temporary debug
   g_pParentWnd->DoWatchBSP();
 
-  gtk_main ();
+  gtk_main();
 
   // close the log file if any
   // NOTE: don't save prefs past this point!
@@ -908,7 +885,7 @@ int main (int argc, char* argv[])
   // NOTE TTimo not sure what this _exit(0) call is worth
   //   restricting it to linux build
 #ifdef __linux__
-  _exit (0);
+  _exit( 0 );
 #endif
   return 0;
 }
index 07b0a4799a62db0a45ec36f2bcb07344bcb40a5f..8fdb419b1c6d865ca24fc7c7b680c0b2857a9382 100644 (file)
@@ -27,6 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #include "stdafx.h"
 #include <glib.h>
+#include <assert.h>
 #if defined (__linux__) || defined (__APPLE__)
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -957,56 +958,70 @@ void CGameDialog::SavePrefs()
     Sys_FPrintf(SYS_ERR, "Error occured while saving global prefs file '%s'\n", strGlobalPref.GetBuffer());
 }
 
-void CGameDialog::DoGameDialog()
-{
-  // show the UI
-  DoModal();
+void CGameDialog::DoGameInstall() {
+       mGameInstall.Run();
+}
+
+void CGameDialog::DoGameDialog() {
+       // allow looping the game selection dialog with calls to the game configure dialog in between
+       while ( m_bDoGameInstall ) {
+               
+               m_bDoGameInstall = false;
+
+               DoModal();
+               
+               if ( m_bDoGameInstall ) {
+                       DoGameInstall();
+                       ScanForGames();
+                       // and we will loop to do another DoModal dialog
+               }
+       }
 
-  // unhook so we can use in other places
-  // we manually incref'ed it when creating, it won't be freed (destructor)
-  gtk_container_remove (GTK_CONTAINER (mTopBox), GetGlobalFrame());
+       // unhook so we can use in other places
+       // we manually incref'ed it when creating, it won't be freed (destructor)
+       gtk_container_remove( GTK_CONTAINER( mTopBox ), GetGlobalFrame() );
 
-  // we save the prefs file
-  SavePrefs();
+       // we save the prefs file
+       SavePrefs();
 }
 
 GtkWidget* CGameDialog::GetGlobalFrame()
 {
   GtkWidget *vbox, *text, *combo, *check;
 
-  if (mFrame)
-    return mFrame;
+  if ( mFrame != NULL ) {
+         return mFrame;
+  }
 
-  mFrame = gtk_frame_new(NULL);
-  gtk_container_set_border_width(GTK_CONTAINER(mFrame), 5);
-  gtk_widget_show(mFrame);
+  mFrame = gtk_frame_new( NULL );
+  gtk_container_set_border_width( GTK_CONTAINER( mFrame ), 5 );
+  gtk_widget_show( mFrame );
 
-  vbox = gtk_vbox_new (FALSE, 6);
-  gtk_widget_show (vbox);
-  gtk_container_add (GTK_CONTAINER (mFrame), vbox);
-  gtk_container_set_border_width (GTK_CONTAINER (vbox), 5);
+  vbox = gtk_vbox_new( FALSE, 6 );
+  gtk_widget_show( vbox );
+  gtk_container_add( GTK_CONTAINER( mFrame ), vbox );
+  gtk_container_set_border_width( GTK_CONTAINER( vbox ), 5 );
 
-  text = gtk_label_new("Select the game:");
-  gtk_widget_show(text);
-  gtk_box_pack_start (GTK_BOX(vbox), text, FALSE, FALSE, 0);
+  text = gtk_label_new( "Select the game:" );
+  gtk_widget_show( text );
+  gtk_box_pack_start( GTK_BOX( vbox ), text, FALSE, FALSE, 0 );
 
   combo = gtk_combo_new();
-  gtk_widget_show(combo);
-  gtk_box_pack_start (GTK_BOX (vbox), combo, FALSE, FALSE, 0);
+  gtk_widget_show( combo );
+  gtk_box_pack_start( GTK_BOX( vbox ), combo, FALSE, FALSE, 0 );
 
   // fill in with the game descriptions
   GList *combo_list = (GList*)NULL;
   list<CGameDescription *>::iterator iGame;
-  for(iGame=mGames.begin(); iGame!=mGames.end(); iGame++)
-  {
-    combo_list = g_list_append (combo_list, (void *)(*iGame)->mGameName.GetBuffer());
+  for( iGame = mGames.begin(); iGame != mGames.end(); iGame++ ) {
+         combo_list = g_list_append( combo_list, (void *)(*iGame)->mGameName.GetBuffer() );
   }
-  gtk_combo_set_popdown_strings (GTK_COMBO (combo), combo_list);
-  g_list_free (combo_list);
+  gtk_combo_set_popdown_strings( GTK_COMBO( combo ), combo_list );
+  g_list_free( combo_list );
 
-  AddDialogData (combo, &m_nComboSelect, DLG_COMBO_INT);
+  AddDialogData( combo, &m_nComboSelect, DLG_COMBO_INT );
 
-  check = gtk_check_button_new_with_label("Auto load selected game on startup");
+  check = gtk_check_button_new_with_label( "Auto load selected game on startup" );
   gtk_widget_show(check);
   gtk_box_pack_start (GTK_BOX(vbox), check, FALSE, FALSE, 0);
   AddDialogData (check, &m_bAutoLoadGame, DLG_CHECK_BOOL);
@@ -1016,25 +1031,24 @@ GtkWidget* CGameDialog::GetGlobalFrame()
   gtk_box_pack_start (GTK_BOX(vbox), text, FALSE, FALSE, 0);
 
 #ifdef _WIN32
-  check = gtk_check_button_new_with_label("Networked install - per-user settings");
-  gtk_widget_show(check);
-  gtk_box_pack_start (GTK_BOX(vbox), check, FALSE, FALSE, 0);
-  AddDialogData (check, &m_bNetRun, DLG_CHECK_BOOL);
+  check = gtk_check_button_new_with_label( "Networked install - per-user settings" );
+  gtk_widget_show( check );
+  gtk_box_pack_start( GTK_BOX( vbox ), check, FALSE, FALSE, 0 );
+  AddDialogData( check, &m_bNetRun, DLG_CHECK_BOOL );
 #endif
 
-  check = gtk_check_button_new_with_label("Log the console to radiant.log");
-  gtk_widget_show(check);
-  gtk_box_pack_start (GTK_BOX(vbox), check, FALSE, FALSE, 0);
-  AddDialogData (check, &m_bLogConsole, DLG_CHECK_BOOL);
+  check = gtk_check_button_new_with_label( "Log the console to radiant.log" );
+  gtk_widget_show( check );
+  gtk_box_pack_start( GTK_BOX( vbox ), check, FALSE, FALSE, 0 );
+  AddDialogData( check, &m_bLogConsole, DLG_CHECK_BOOL );
 
   // incref it so we can pass it around
-  gtk_widget_ref (GTK_WIDGET(mFrame));
+  gtk_widget_ref( GTK_WIDGET( mFrame ) );
 
   return mFrame;
 }
 
-void CGameDialog::UpdateData (bool retrieve)
-{
+void CGameDialog::UpdateData( bool retrieve ) {
   if (!retrieve)
   {
     // use m_sGameFile to set m_nComboSelect
@@ -1070,25 +1084,37 @@ void CGameDialog::UpdateData (bool retrieve)
   }
 }
 
-void CGameDialog::BuildDialog()
-{
-  GtkWidget *dlg, *vbox1, *button;
-
-  dlg = m_pWidget;
-  gtk_window_set_title (GTK_WINDOW (dlg), "Select Game");
-
-  vbox1 = gtk_vbox_new (FALSE, 0);
-  gtk_widget_show(vbox1);
-  gtk_container_add (GTK_CONTAINER (dlg), vbox1);
-
-  gtk_container_add (GTK_CONTAINER (vbox1), GetGlobalFrame());
-  mTopBox = vbox1;
+void CGameDialog::SInstallCallback( GtkWidget *widget, gpointer data ) {
+       CGameDialog *d = static_cast< CGameDialog* >( data );
+       d->m_bDoGameInstall = true;
+       d->EndModal( 0 );
+}
 
-  button = gtk_button_new_with_label ("OK");
-  gtk_widget_show (button);
-  gtk_box_pack_start (GTK_BOX (vbox1), button, FALSE, FALSE, 0);
-  AddModalButton(button, IDOK);
-  gtk_widget_set_usize (button, 60, -2);
+void CGameDialog::BuildDialog() {
+       GtkWidget *dlg, *vbox1, *button, *setup_button;
+       
+       dlg = m_pWidget;
+       gtk_window_set_title( GTK_WINDOW( dlg ), "Select Game" );
+
+       vbox1 = gtk_vbox_new( FALSE, 0 );
+       gtk_widget_show( vbox1 );
+       gtk_container_add( GTK_CONTAINER( dlg ), vbox1 );
+
+       gtk_container_add( GTK_CONTAINER( vbox1 ), GetGlobalFrame() );
+       mTopBox = vbox1;
+
+       setup_button = gtk_button_new_with_label( "Configure more games" );
+       gtk_widget_show( setup_button );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), setup_button, FALSE, FALSE, 0 );
+       gtk_signal_connect( GTK_OBJECT( setup_button ), "clicked",
+                                               GTK_SIGNAL_FUNC( SInstallCallback ), this );
+
+       button = gtk_button_new_with_label( "OK" );
+       gtk_widget_show( button );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), button, FALSE, FALSE, 0 );
+       AddModalButton( button, IDOK );
+       
+       gtk_widget_set_usize( button, 60, -2 );
 }
 
 void CGameDialog::ScanForGames()
@@ -1100,7 +1126,16 @@ void CGameDialog::ScanForGames()
   strGamesPath += "games";
   const char *path = strGamesPath.GetBuffer();
 
-  Sys_Printf("Scanning for game description files: %s\n", path);
+  if ( !mGames.empty() ) {
+         Sys_Printf( "Clearing game list\n" );
+         list<CGameDescription*>::iterator iGame;
+         for ( iGame = mGames.begin(); iGame != mGames.end(); iGame++ ) {
+                 delete (*iGame);
+         }
+         mGames.clear();
+  }
+
+  Sys_Printf( "Scanning for game description files: %s\n", path );
 
   /*!
   \todo FIXME LINUX:
@@ -1136,7 +1171,7 @@ void CGameDialog::ScanForGames()
       xmlDocPtr pDoc = xmlParseFile(strPath.GetBuffer());
       if (pDoc)
       {
-        mGames.push_front(new CGameDescription(pDoc, dirlist));
+        mGames.push_front( new CGameDescription( pDoc, dirlist ) );
       }
       else
       {
@@ -1163,29 +1198,6 @@ CGameDescription* CGameDialog::GameDescriptionForComboItem()
   return NULL; // not found
 }
 
-/*GString* CGameDialog::InitGlobalPrefPath()
-{
-  GString* global_rc_path;
-  // configure m_global_rc_path
-#if defined (__linux__) || defined (__APPLE__)
-  global_rc_path = g_string_new (g_get_home_dir ());
-
-  if (global_rc_path->str[global_rc_path->len-1] != '/')
-    g_string_append (global_rc_path, "/");
-
-  g_string_append (global_rc_path, ".radiant/");
-  mkdir (global_rc_path->str, 0775);
-  g_string_append (global_rc_path, RADIANT_VERSION);
-  g_string_append (global_rc_path, "/");
-  mkdir (global_rc_path->str, 0775);
-#elif WIN32
-  global_rc_path = g_string_new (g_strAppPath.GetBuffer() );
-#else
-#error "WTF are you compiling under"
-#endif
-  return global_rc_path;
-}*/
-
 void CGameDialog::InitGlobalPrefPath()
 {
   GString *global_rc_path;
@@ -1208,13 +1220,15 @@ void CGameDialog::Init()
 {
   InitGlobalPrefPath();
   ScanForGames();
-  if (mGames.empty())
-  {
-    Error("Didn't find any valid game file descriptions, aborting\n");
+  if ( mGames.empty() ) {
+         DoGameInstall();
+         ScanForGames();
+         if ( mGames.empty() ) {
+                 Error( "No games setup, aborting\n" );
+         }
   }
   LoadPrefs();
-  if (m_bAutoLoadGame)
-  {
+  if ( m_bAutoLoadGame ) {
     // search by .game name
     list<CGameDescription *>::iterator iGame;
     for(iGame=mGames.begin(); iGame!=mGames.end(); iGame++)
@@ -1226,13 +1240,13 @@ void CGameDialog::Init()
       }
     }
   }
-  if (!m_bAutoLoadGame || !m_pCurrentGameDescription)
-  {
+  if ( !m_bAutoLoadGame || !m_pCurrentGameDescription ) {
     DoGameDialog();
     // use m_nComboSelect to identify the game to run as and set the globals
     m_pCurrentGameDescription = GameDescriptionForComboItem();
-    if (!m_pCurrentGameDescription)
-      Error("Lookup of game description object failed, can't continue\n");
+    if ( !m_pCurrentGameDescription ) {
+               Error("Lookup of game description object failed, can't continue\n");
+       }
   }
   g_pGameDescription = m_pCurrentGameDescription;
 
@@ -1494,7 +1508,7 @@ void PrefsDlg::BuildDialog ()
   gtk_widget_show(button);
   gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 0);
   gtk_widget_set_usize(button, 60, -2);
-  AddModalButton (button, IDCANCEL);
+  AddModalButton(button, IDCANCEL);
 
   button = gtk_button_new_with_label ("Clean");
   gtk_widget_show(button);
@@ -3015,10 +3029,11 @@ void PrefsDlg::SavePrefs ()
   if (!mLocalPrefs.WriteXMLFile(m_inipath->str))
     Sys_FPrintf(SYS_ERR, "Error occured while saving local prefs file '%s'\n", m_inipath->str);
 
-  if (m_nMouse == 0)
-    m_nMouseButtons = 2;
-  else
-    m_nMouseButtons = 3;
+  if ( m_nMouse == 0 ) {
+         m_nMouseButtons = 2;
+  } else {
+         m_nMouseButtons = 3;
+  }
 
 }
 
@@ -3100,3 +3115,107 @@ void PrefsDlg::DoSensitivity()
       gtk_widget_set_sensitive( GTK_WIDGET(g_object_get_data( G_OBJECT(m_pWidget), "check_sleep" )), FALSE );
     }
 }
+
+/*
+============================================================
+CGameInstall
+============================================================
+*/
+
+void CGameInstall::BuildDialog() {
+       GtkWidget *dlg, *vbox1, *button, *text, *combo, *entry;
+       
+       dlg = m_pWidget;
+       gtk_window_set_title( GTK_WINDOW( dlg ), "Configure games" );
+
+       vbox1 = gtk_vbox_new( FALSE, 0 );
+       gtk_widget_show( vbox1 );
+       gtk_container_add( GTK_CONTAINER( dlg ), vbox1 );
+
+       text = gtk_label_new( "Select the game to configure" );
+       gtk_widget_show( text );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), text, FALSE, FALSE, 0 );
+
+       combo = gtk_combo_new();
+       gtk_widget_show( combo );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), combo, FALSE, FALSE, 0 );
+
+       GList *combo_list = NULL;
+       combo_list = g_list_append( combo_list, "Quake III Arena and mods" );
+       combo_list = g_list_append( combo_list, "Urban Terror standalone" );
+       combo_list = g_list_append( combo_list, "Warsaw" );
+       gtk_combo_set_popdown_strings( GTK_COMBO( combo ), combo_list );
+       g_list_free( combo_list );
+       AddDialogData( combo, &m_nComboSelect, DLG_COMBO_INT );
+
+       text = gtk_label_new( "Name:" );
+       gtk_widget_show( text );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), text, FALSE, FALSE, 0 );
+       
+       entry = gtk_entry_new();
+       gtk_widget_show( entry );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), entry, FALSE, FALSE, 0 );
+       AddDialogData( entry, &m_strName, DLG_ENTRY_TEXT );
+
+       text = gtk_label_new( "Engine directory:" );
+       gtk_widget_show( text );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), text, FALSE, FALSE, 0 );
+       
+       entry = gtk_entry_new();
+       gtk_widget_show( entry );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), entry, FALSE, FALSE, 0 );
+       AddDialogData( entry, &m_strEngine, DLG_ENTRY_TEXT );
+
+       // this gets done in the project stuff atm
+#if 0
+       text = gtk_label_new( "Mod subdirectory:" );
+       gtk_widget_show( text );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), text, FALSE, FALSE, 0 );
+
+       entry = gtk_entry_new();
+       gtk_widget_show( entry );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), entry, FALSE, FALSE, 0 );
+       AddDialogData( entry, &m_strMod, DLG_ENTRY_TEXT );
+#endif
+
+       button = gtk_button_new_with_label( "OK" );
+       gtk_widget_show( button );
+       gtk_box_pack_start( GTK_BOX( vbox1 ), button, FALSE, FALSE, 0 );
+       AddModalButton( button, IDOK );
+
+       gtk_widget_set_usize( button, 60, -2 );
+}
+
+void CGameInstall::Run() {
+       DoModal();
+       Sys_Printf( "combo: %d name: %s engine: %s mod: %s\n", m_nComboSelect, m_strName.GetBuffer(), m_strEngine.GetBuffer(), m_strMod.GetBuffer() );
+
+       // write out the game file
+       Str gameFilePath = g_strAppPath.GetBuffer();
+       gameFilePath += "games/";
+       gameFilePath += m_strName.GetBuffer();
+       gameFilePath += ".game";
+       Sys_Printf( "game file: %s\n", gameFilePath.GetBuffer() );
+
+       FILE *fg = fopen( gameFilePath.GetBuffer(), "w" );
+       if ( fg == NULL ) {
+               Error( "Failed to open %s for writing\n", gameFilePath.GetBuffer() );
+       }
+       fprintf( fg, "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>\n<game\n" );
+       fprintf( fg, "  name=\"%s\"\n", m_strName.GetBuffer() );
+       fprintf( fg, "  gametools=\"%sgames\"\n", g_strAppPath.GetBuffer() );
+       fprintf( fg, "  enginepath=\"%s\"\n", m_strEngine.GetBuffer() );
+       switch ( m_nComboSelect ) {
+       case GAME_Q3:
+               fprintf( fg, "  basegame=\"baseq3\"\n" );
+               break;
+       case GAME_URT:
+               fprintf( fg, "  basegame=\"q3ut4\"\n" );
+               break;
+       case GAME_WARSOW:
+               fprintf( fg, "  basegame=\"basewsw\"\n" );
+               break;
+       }
+       fprintf( fg, "/>\n" );
+       fclose( fg );
+}
index 581c8fe780dcfc464b494553c33d33ab02510d3b..908616adc5eea9bd889d0428daddd25fb8b97253 100644 (file)
@@ -193,6 +193,27 @@ public:
   void Dump();
 };
 
+/*!
+select games, copy editing assets and write out configuration files
+ */
+class CGameInstall : public Dialog {
+public:
+       void Run();
+       void BuildDialog();
+
+       enum gameType_e {
+               GAME_Q3,
+               GAME_URT,
+               GAME_WARSOW
+       };
+
+protected:
+       Str m_strName;
+       Str     m_strMod;
+       Str m_strEngine;
+       int m_nComboSelect;
+};
+
 /*!
 standalone dialog for games selection, and more generally global settings
 */
@@ -217,6 +238,10 @@ class CGameDialog : public Dialog
   static bool m_bNetRun;
 #endif
 
+  bool m_bDoGameInstall;
+
+  CGameInstall mGameInstall;
+
 protected:
   
   int m_nComboSelect; ///< intermediate int value for combo in dialog box
@@ -258,10 +283,16 @@ public:
   */
   list<CGameDescription *> mGames;
 
-  CGameDialog() { mFrame = NULL; m_pCurrentGameDescription = NULL; m_bLogConsole = false; m_bForceLogConsole = false; }
+  CGameDialog() {
+         mFrame = NULL;
+         m_pCurrentGameDescription = NULL;
+         m_bLogConsole = false;
+         m_bForceLogConsole = false;
+         m_bDoGameInstall = true;      // go through DoModal at least once
+  }
   virtual ~CGameDialog(); 
 
-  void AddPacksURL(Str &s);  
+  void AddPacksURL( Str &s );
     
   /*!
   intialize the game dialog, called at CPrefsDlg::Init
@@ -279,12 +310,17 @@ public:
   */
   void DoGameDialog();
 
+  /*!
+       call out to the game installation dialog
+  */
+  void DoGameInstall();
+
   /*!
   Dialog API
   this is only called when the dialog is built at startup for main engine select
   */
-  void BuildDialog ();
-  void UpdateData (bool retrieve);
+  void BuildDialog();
+  void UpdateData( bool retrieve );
 
   /*!
   construction of the dialog frame
@@ -335,6 +371,11 @@ private:
   uses m_nComboItem to find the right mGames
   */
   CGameDescription *GameDescriptionForComboItem();
+
+  /*!
+       callback for the game install button
+  */
+  static void SInstallCallback( GtkWidget *widget, gpointer data );
 };
 
 typedef struct {
index 3277bb01bbadad4b46ceb941cadf6946299edada..a658456407672f7222613fc6c4345e3d8cd08793 100644 (file)
@@ -1699,31 +1699,27 @@ void Sys_ClearPrintf (void)
 // used to be around 32000, that should be way enough already
 #define BUFFER_SIZE 4096
 
-extern "C" void Sys_FPrintf_VA (int level, const char *text, va_list args)
-{
+extern "C" void Sys_FPrintf_VA( int level, const char *text, va_list args ) {
   char buf[BUFFER_SIZE];
   
   buf[0] = 0;
-  vsnprintf(buf, BUFFER_SIZE, text, args);
+  vsnprintf( buf, BUFFER_SIZE, text, args );
   buf[BUFFER_SIZE-1] = 0;
   const unsigned int length = strlen(buf);
 
-  if (g_qeglobals.hLogFile)
-  {
+  if ( g_qeglobals.hLogFile ) {
 #ifdef _WIN32
-    _write(g_qeglobals.hLogFile, buf,length);
-    _commit(g_qeglobals.hLogFile);
+    _write( g_qeglobals.hLogFile, buf, length );
+    _commit( g_qeglobals.hLogFile );
 #endif
 #if defined (__linux__) || defined (__APPLE__)
-    write(g_qeglobals.hLogFile, buf, length);
+    write( g_qeglobals.hLogFile, buf, length );
 #endif
   }
 
-  if (level != SYS_NOCON)
-  {
+  if ( level != SYS_NOCON ) {
     // TTimo: FIXME: killed the console to avoid GDI leak fuckup
-    if (g_qeglobals_gui.d_edit != NULL)
-    {
+    if ( g_qeglobals_gui.d_edit != NULL ) {
       GtkTextBuffer* buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(g_qeglobals_gui.d_edit));
       
       GtkTextIter iter;
@@ -1778,13 +1774,12 @@ extern "C" void Sys_Printf_VA (const char *text, va_list args)
   Sys_FPrintf_VA (SYS_STD, text, args);
 }
 
-extern "C" void Sys_Printf (const char *text, ...)
-{
+extern "C" void Sys_Printf( const char *text, ... ) {
   va_list args;
 
-  va_start (args, text);
-  Sys_FPrintf_VA (SYS_STD, text, args);
-  va_end (args);
+  va_start( args, text );
+  Sys_FPrintf_VA( SYS_STD, text, args );
+  va_end( args );
 }
 
 extern "C" void Sys_FPrintf (int level, const char *text, ...)