diff options
Diffstat (limited to 'data/maps/the_sirenic/doors.txtpb')
-rw-r--r-- | data/maps/the_sirenic/doors.txtpb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/maps/the_sirenic/doors.txtpb b/data/maps/the_sirenic/doors.txtpb new file mode 100644 index 0000000..851881e --- /dev/null +++ b/data/maps/the_sirenic/doors.txtpb | |||
@@ -0,0 +1,28 @@ | |||
1 | doors { | ||
2 | name: "Entrance" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/Door" | ||
5 | receivers: "Components/Doors/Door2" | ||
6 | panels { room: "Start" name: "Flipped" } | ||
7 | panels { room: "Start" name: "Obverse" } | ||
8 | location_room: "Start" | ||
9 | } | ||
10 | doors { | ||
11 | name: "Puzzles" | ||
12 | type: EVENT | ||
13 | panels { room: "Puzzles" name: "Left Top 1" } | ||
14 | panels { room: "Puzzles" name: "Left Top 2" } | ||
15 | panels { room: "Puzzles" name: "Left Top 3" } | ||
16 | panels { room: "Puzzles" name: "Left Top 4" } | ||
17 | panels { room: "Puzzles" name: "Left Top 5" } | ||
18 | panels { room: "Puzzles" name: "Left Bottom 1" } | ||
19 | panels { room: "Puzzles" name: "Left Bottom 2" } | ||
20 | panels { room: "Puzzles" name: "Left Bottom 3" } | ||
21 | panels { room: "Puzzles" name: "Left Bottom 4" } | ||
22 | panels { room: "Puzzles" name: "Right Top 1" } | ||
23 | panels { room: "Puzzles" name: "Right Top 2" } | ||
24 | panels { room: "Puzzles" name: "Right Bottom 1" } | ||
25 | panels { room: "Puzzles" name: "Right Bottom 2" } | ||
26 | panels { room: "Puzzles" name: "Right Bottom 3" } | ||
27 | panels { room: "Puzzles" name: "Right Bottom 4" } | ||
28 | } | ||