diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:23:04 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 22:23:04 -0400 |
commit | fcedfcf605ca0ed9781e0788f9c0b7c124586caa (patch) | |
tree | 4bea12185c267decdc054e5ef59694bc3aaf7f5b /data/maps/the_ancient/doors.txtpb | |
parent | e3fa52a3e21d982e63b487db50673e383b045494 (diff) | |
download | lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.tar.gz lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.tar.bz2 lingo2-archipelago-fcedfcf605ca0ed9781e0788f9c0b7c124586caa.zip |
Added the_ancient
Diffstat (limited to 'data/maps/the_ancient/doors.txtpb')
-rw-r--r-- | data/maps/the_ancient/doors.txtpb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb new file mode 100644 index 0000000..894fbf5 --- /dev/null +++ b/data/maps/the_ancient/doors.txtpb | |||
@@ -0,0 +1,18 @@ | |||
1 | doors { | ||
2 | name: "Front Door" | ||
3 | type: STANDARD | ||
4 | panels { room: "Outside" name: "THIS" } | ||
5 | location_room: "Outside" | ||
6 | } | ||
7 | doors { | ||
8 | name: "End Door" | ||
9 | type: STANDARD | ||
10 | # TODO: all the keyholders! | ||
11 | location_room: "Inside" | ||
12 | } | ||
13 | doors { | ||
14 | name: "Lavender Cubes" | ||
15 | type: STANDARD | ||
16 | panels { room: "Inside" name: "COLOR" } | ||
17 | location_room: "Inside" | ||
18 | } | ||