diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
commit | a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53 (patch) | |
tree | 832fc81ac8273b969840a179bfcbcb77229a2676 /data/maps/the_sirenic/doors.txtpb | |
parent | 724f8092c4808cdad47316e00949c04ee797acb5 (diff) | |
download | lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.gz lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.bz2 lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.zip |
Added the_sirenic
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 | } | ||