-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b24b3e
commit 7d96e07
Showing
30 changed files
with
3,339 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" standalone="yes" ?> | ||
<!-- room template data --> | ||
<Templates> | ||
<Room> | ||
<Vertex px="0.2" py="0.2" /> | ||
<Vertex px="0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="0.2" /> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.1" py="0" /> | ||
<Vertex px="0.3" py="0" /> | ||
<Vertex px="0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="0" /> | ||
<Vertex px="-0.1" py="0" /> | ||
<Vertex px="-0.1" py="0.2" /> | ||
<Vertex px="0.1" py="0.2" /> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.2" py="0.2" /> | ||
<Vertex px="0.2" py="-0.2" /> | ||
<Vertex px="0" py="-0.2" /> | ||
<Vertex px="0" py="0" /> | ||
<Vertex px="-0.2" py="0" /> | ||
<Vertex px="-0.2" py="0.2" /> | ||
<Shift px="0.075" py="0.075" /> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.2" py="0.2" /> | ||
<Vertex px="0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="0" /> | ||
<Vertex px="0" py="0" /> | ||
<Vertex px="0" py="0.2" /> | ||
<Shift px="0.075" py="-0.075" /> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.3" py="0.2" /> | ||
<Vertex px="0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="0.2" /> | ||
</Room> | ||
</Templates> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" standalone="yes" ?> | ||
<!-- room template data --> | ||
<Templates> | ||
<!-- Rooms without restricted door positions --> | ||
<Room> | ||
<Vertex px="0.2" py="0.2"/> | ||
<Vertex px="0.2" py="-0.2"/> | ||
<Vertex px="-0.2" py="-0.2"/> | ||
<Vertex px="-0.2" py="0.2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.3" py="0.2"/> | ||
<Vertex px="0.3" py="-0.2"/> | ||
<Vertex px="-0.3" py="-0.2"/> | ||
<Vertex px="-0.3" py="0.2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.2" py="0.3"/> | ||
<Vertex px="0.2" py="-0.3"/> | ||
<Vertex px="-0.2" py="-0.3"/> | ||
<Vertex px="-0.2" py="0.3"/> | ||
</Room> | ||
<!-- Rectangular rooms (corridors) with restricted door positions --> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="0.1"/> | ||
<Vertex px="0.5" py="0.1"/> | ||
<Vertex px="0.5" py="0.0"/> | ||
<Door edgeIndex="0"/> | ||
<Door edgeIndex="2"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="0.5"/> | ||
<Vertex px="0.1" py="0.5"/> | ||
<Vertex px="0.1" py="0.0"/> | ||
<Door edgeIndex="1"/> | ||
<Door edgeIndex="3"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
<!-- L-shaped rooms (corridors) with restricted door positions --> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="0.5"/> | ||
<Vertex px="0.1" py="0.5"/> | ||
<Vertex px="0.1" py="0.1"/> | ||
<Vertex px="0.5" py="0.1"/> | ||
<Vertex px="0.5" py="0.0"/> | ||
<Shift px="-0.2" py="-0.2"/> | ||
<Door edgeIndex="1"/> | ||
<Door edgeIndex="4"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="-0.5"/> | ||
<Vertex px="0.1" py="-0.5"/> | ||
<Vertex px="0.1" py="-0.1"/> | ||
<Vertex px="0.5" py="-0.1"/> | ||
<Vertex px="0.5" py="0.0"/> | ||
<Shift px="-0.2" py="0.2"/> | ||
<Door edgeIndex="1"/> | ||
<Door edgeIndex="4"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="0.5"/> | ||
<Vertex px="-0.1" py="0.5"/> | ||
<Vertex px="-0.1" py="0.1"/> | ||
<Vertex px="-0.5" py="0.1"/> | ||
<Vertex px="-0.5" py="0.0"/> | ||
<Shift px="0.2" py="-0.2"/> | ||
<Door edgeIndex="1"/> | ||
<Door edgeIndex="4"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
<Room> | ||
<Vertex px="0.0" py="0.0"/> | ||
<Vertex px="0.0" py="-0.5"/> | ||
<Vertex px="-0.1" py="-0.5"/> | ||
<Vertex px="-0.1" py="-0.1"/> | ||
<Vertex px="-0.5" py="-0.1"/> | ||
<Vertex px="-0.5" py="0.0"/> | ||
<Shift px="0.2" py="0.2"/> | ||
<Door edgeIndex="1"/> | ||
<Door edgeIndex="4"/> | ||
<Boundary type="2"/> | ||
</Room> | ||
</Templates> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" standalone="yes" ?> | ||
<!-- room template data --> | ||
<Templates> | ||
<!-- Short square --> | ||
<Room> | ||
<Vertex px="0.2" py="0.2" /> | ||
<Vertex px="0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="-0.2" /> | ||
<Vertex px="-0.2" py="0.2" /> | ||
</Room> | ||
<!-- Rectangles --> | ||
<Room> | ||
<Vertex px="0.3" py="0.2" /> | ||
<Vertex px="0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="-0.2" /> | ||
<Vertex px="-0.3" py="0.2" /> | ||
</Room> | ||
<Room> | ||
<Vertex py="0.3" px="0.2" /> | ||
<Vertex py="0.3" px="-0.2" /> | ||
<Vertex py="-0.3" px="-0.2" /> | ||
<Vertex py="-0.3" px="0.2" /> | ||
</Room> | ||
</Templates> |
Oops, something went wrong.