Skip to content

Instantly share code, notes, and snippets.

@andrewschultz
Created July 19, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewschultz/3a6d646ad1ecbe3a5021e12364a4ec13 to your computer and use it in GitHub Desktop.
Save andrewschultz/3a6d646ad1ecbe3a5021e12364a4ec13 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<trizbort version="1.6.0.0">
<info />
<map>
<room id="1" name="R2" subtitle="" x="-160" y="-96" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" isDark="yes" description="" roomFill="" secondFill="#FFFFFF" secondFillLocation="BottomRight" roomBorder="" roomLargeText="" roomSmallText="">
<objects at="n">a|b|c|d</objects>
</room>
<room id="2" name="r4" subtitle="" x="-160" y="160" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" isDark="yes" description="" roomFill="" secondFill="" secondFillLocation="BottomRight" roomBorder="" roomLargeText="" roomSmallText="">
<objects>x|y|z</objects>
</room>
<room id="3" name="R1" subtitle="" x="-160" y="-224" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" isDark="yes" description="" roomFill="" secondFill="#FFFFFF" secondFillLocation="BottomRight" roomBorder="" roomLargeText="" roomSmallText="">
<objects at="n">1|2|3|4</objects>
</room>
<room id="4" name="r3" subtitle="" x="-160" y="32" w="96" h="64" region="NoRegion" handDrawn="yes" allcornersequal="yes" ellipse="no" roundedCorners="no" octagonal="no" cornerTopLeft="15" cornerTopRight="15" cornerBottomLeft="15" cornerBottomRight="15" borderstyle="Solid" isDark="yes" description="Need fish sword to get by" roomFill="" secondFill="#FFFFFF" secondFillLocation="BottomRight" roomBorder="" roomLargeText="" roomSmallText="">
<objects at="n">A1|B2|C3|D4|E5|F6|G7</objects>
</room>
<line id="6" name="" description="" style="dashed">
<dock index="0" id="2" port="n" />
<dock index="1" id="4" port="s" />
</line>
<line id="7" name="" description="" style="dashed">
<dock index="0" id="4" port="n" />
<dock index="1" id="1" port="s" />
</line>
<line id="8" name="" description="" style="dashed">
<dock index="0" id="1" port="n" />
<dock index="1" id="3" port="s" />
</line>
</map>
<settings>
<colors>
<canvas>White</canvas>
<border>MidnightBlue</border>
<line>MidnightBlue</line>
<selectedLine>Gold</selectedLine>
<hoverLine>DarkOrange</hoverLine>
<largeText>MidnightBlue</largeText>
<smallText>MidnightBlue</smallText>
<lineText>MidnightBlue</lineText>
<grid>#F5F5F5</grid>
<startRoom>GreenYellow</startRoom>
<endRoom>Red</endRoom>
</colors>
<regions>
<NoRegion Name="NoRegion" TextColor="Blue">White</NoRegion>
</regions>
<fonts>
<room size="13">Arial</room>
<object size="11">Arial</object>
<line size="9">Arial</line>
</fonts>
<grid>
<snapTo>yes</snapTo>
<visible>yes</visible>
<showOrigin>yes</showOrigin>
<size>32</size>
</grid>
<lines>
<width>2</width>
<arrowSize>12</arrowSize>
<textOffset>4</textOffset>
</lines>
<rooms>
<darknessStripeSize>24</darknessStripeSize>
<objectListOffset>4</objectListOffset>
<connectionStalkLength>32</connectionStalkLength>
<preferredDistanceBetweenRooms>64</preferredDistanceBetweenRooms>
<defaultRoomName>Holder Place</defaultRoomName>
</rooms>
<ui>
<handleSize>12</handleSize>
<snapToElementSize>16</snapToElementSize>
</ui>
<margins>
<documentSpecific>no</documentSpecific>
<horizontal>0</horizontal>
<vertical>0</vertical>
</margins>
<keypadNavigation>
<creationModifier>control</creationModifier>
<unexploredModifier>alt</unexploredModifier>
</keypadNavigation>
</settings>
</trizbort>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment