|
| 1 | +<?xml version="1.0" standalone="yes" ?> |
| 2 | +<!-- room template data --> |
| 3 | +<Templates> |
| 4 | + <!-- Rooms without restricted door positions --> |
| 5 | + <Room> |
| 6 | + <Vertex px="0.2" py="0.2"/> |
| 7 | + <Vertex px="0.2" py="-0.2"/> |
| 8 | + <Vertex px="-0.2" py="-0.2"/> |
| 9 | + <Vertex px="-0.2" py="0.2"/> |
| 10 | + </Room> |
| 11 | + <Room> |
| 12 | + <Vertex px="0.3" py="0.2"/> |
| 13 | + <Vertex px="0.3" py="-0.2"/> |
| 14 | + <Vertex px="-0.3" py="-0.2"/> |
| 15 | + <Vertex px="-0.3" py="0.2"/> |
| 16 | + </Room> |
| 17 | + <Room> |
| 18 | + <Vertex px="0.2" py="0.3"/> |
| 19 | + <Vertex px="0.2" py="-0.3"/> |
| 20 | + <Vertex px="-0.2" py="-0.3"/> |
| 21 | + <Vertex px="-0.2" py="0.3"/> |
| 22 | + </Room> |
| 23 | + <!-- Rectangular rooms (corridors) with restricted door positions --> |
| 24 | + <Room> |
| 25 | + <Vertex px="0.0" py="0.0"/> |
| 26 | + <Vertex px="0.0" py="0.1"/> |
| 27 | + <Vertex px="0.5" py="0.1"/> |
| 28 | + <Vertex px="0.5" py="0.0"/> |
| 29 | + <Door edgeIndex="0"/> |
| 30 | + <Door edgeIndex="2"/> |
| 31 | + <Boundary type="2"/> |
| 32 | + </Room> |
| 33 | + <Room> |
| 34 | + <Vertex px="0.0" py="0.0"/> |
| 35 | + <Vertex px="0.0" py="0.5"/> |
| 36 | + <Vertex px="0.1" py="0.5"/> |
| 37 | + <Vertex px="0.1" py="0.0"/> |
| 38 | + <Door edgeIndex="1"/> |
| 39 | + <Door edgeIndex="3"/> |
| 40 | + <Boundary type="2"/> |
| 41 | + </Room> |
| 42 | + <!-- L-shaped rooms (corridors) with restricted door positions --> |
| 43 | + <Room> |
| 44 | + <Vertex px="0.0" py="0.0"/> |
| 45 | + <Vertex px="0.0" py="0.5"/> |
| 46 | + <Vertex px="0.1" py="0.5"/> |
| 47 | + <Vertex px="0.1" py="0.1"/> |
| 48 | + <Vertex px="0.5" py="0.1"/> |
| 49 | + <Vertex px="0.5" py="0.0"/> |
| 50 | + <Shift px="-0.2" py="-0.2"/> |
| 51 | + <Door edgeIndex="1"/> |
| 52 | + <Door edgeIndex="4"/> |
| 53 | + <Boundary type="2"/> |
| 54 | + </Room> |
| 55 | + <Room> |
| 56 | + <Vertex px="0.0" py="0.0"/> |
| 57 | + <Vertex px="0.0" py="-0.5"/> |
| 58 | + <Vertex px="0.1" py="-0.5"/> |
| 59 | + <Vertex px="0.1" py="-0.1"/> |
| 60 | + <Vertex px="0.5" py="-0.1"/> |
| 61 | + <Vertex px="0.5" py="0.0"/> |
| 62 | + <Shift px="-0.2" py="0.2"/> |
| 63 | + <Door edgeIndex="1"/> |
| 64 | + <Door edgeIndex="4"/> |
| 65 | + <Boundary type="2"/> |
| 66 | + </Room> |
| 67 | + <Room> |
| 68 | + <Vertex px="0.0" py="0.0"/> |
| 69 | + <Vertex px="0.0" py="0.5"/> |
| 70 | + <Vertex px="-0.1" py="0.5"/> |
| 71 | + <Vertex px="-0.1" py="0.1"/> |
| 72 | + <Vertex px="-0.5" py="0.1"/> |
| 73 | + <Vertex px="-0.5" py="0.0"/> |
| 74 | + <Shift px="0.2" py="-0.2"/> |
| 75 | + <Door edgeIndex="1"/> |
| 76 | + <Door edgeIndex="4"/> |
| 77 | + <Boundary type="2"/> |
| 78 | + </Room> |
| 79 | + <Room> |
| 80 | + <Vertex px="0.0" py="0.0"/> |
| 81 | + <Vertex px="0.0" py="-0.5"/> |
| 82 | + <Vertex px="-0.1" py="-0.5"/> |
| 83 | + <Vertex px="-0.1" py="-0.1"/> |
| 84 | + <Vertex px="-0.5" py="-0.1"/> |
| 85 | + <Vertex px="-0.5" py="0.0"/> |
| 86 | + <Shift px="0.2" py="0.2"/> |
| 87 | + <Door edgeIndex="1"/> |
| 88 | + <Door edgeIndex="4"/> |
| 89 | + <Boundary type="2"/> |
| 90 | + </Room> |
| 91 | +</Templates> |
0 commit comments