diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 21:58:31 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-16 21:58:31 -0400 |
commit | c75db26e333f9d9863743e29166b6384f7270f44 (patch) | |
tree | 106ca9385cb7ba24d3a639b9b9faa5f47c6b880f /data/maps/the_literate/doors.txtpb | |
parent | 176175871f2074a83c49a1ed60e96cf7e9b9de8d (diff) | |
download | lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.tar.gz lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.tar.bz2 lingo2-archipelago-c75db26e333f9d9863743e29166b6384f7270f44.zip |
Added the_literate
Diffstat (limited to 'data/maps/the_literate/doors.txtpb')
-rw-r--r-- | data/maps/the_literate/doors.txtpb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/maps/the_literate/doors.txtpb b/data/maps/the_literate/doors.txtpb new file mode 100644 index 0000000..480f54d --- /dev/null +++ b/data/maps/the_literate/doors.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | doors { | ||
2 | name: "Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_1" | ||
5 | panels { room: "Puzzle Room" name: "WATER" } | ||
6 | panels { room: "Puzzle Room" name: "JUICE" } | ||
7 | panels { room: "Puzzle Room" name: "MAGMA" } | ||
8 | panels { room: "Puzzle Room" name: "CREATURE" } | ||
9 | panels { room: "Puzzle Room" name: "SAND" } | ||
10 | panels { room: "Puzzle Room" name: "LIQUID" } | ||
11 | panels { room: "Puzzle Room" name: "STICK" } | ||
12 | panels { room: "Puzzle Room" name: "BREAD" } | ||
13 | location_room: "Puzzle Room" | ||
14 | } | ||