diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 16:31:56 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 16:31:56 -0400 |
| commit | a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 (patch) | |
| tree | e614f9ac1249fdf294d3b56cfc864810a12c0bcb /data/maps/the_tower/connections.txtpb | |
| parent | d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3 (diff) | |
| download | lingo2-archipelago-a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3.tar.gz lingo2-archipelago-a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3.tar.bz2 lingo2-archipelago-a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3.zip | |
Added the_tower
Diffstat (limited to 'data/maps/the_tower/connections.txtpb')
| -rw-r--r-- | data/maps/the_tower/connections.txtpb | 10 |
1 files changed, 10 insertions, 0 deletions
| diff --git a/data/maps/the_tower/connections.txtpb b/data/maps/the_tower/connections.txtpb new file mode 100644 index 0000000..35fab8e --- /dev/null +++ b/data/maps/the_tower/connections.txtpb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "First Floor" | ||
| 3 | to_room: "Tower" | ||
| 4 | door { name: "First Floor Door" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Tower" | ||
| 8 | to_room: "Ending" | ||
| 9 | door { name: "Ending" } | ||
| 10 | } | ||
