diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
| commit | f95dcb283fcff2eeecce4f240c76d800f529703c (patch) | |
| tree | aa6dca4f8daa94f493b296305bc2a6a772a554da /data/maps/the_wondrous/doors.txtpb | |
| parent | a587b3e0a307a906949eec2741ddece3f38d3ae2 (diff) | |
| download | lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.gz lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.bz2 lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.zip | |
Added the_wondrous
Diffstat (limited to 'data/maps/the_wondrous/doors.txtpb')
| -rw-r--r-- | data/maps/the_wondrous/doors.txtpb | 24 |
1 files changed, 24 insertions, 0 deletions
| diff --git a/data/maps/the_wondrous/doors.txtpb b/data/maps/the_wondrous/doors.txtpb new file mode 100644 index 0000000..3951604 --- /dev/null +++ b/data/maps/the_wondrous/doors.txtpb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | doors { | ||
| 2 | name: "Front Door" | ||
| 3 | type: EVENT | ||
| 4 | panels { room: "Entry" name: "WONDER" } | ||
| 5 | } | ||
| 6 | doors { | ||
| 7 | name: "Shrink Door" | ||
| 8 | type: STANDARD | ||
| 9 | receivers: "Components/Doors/wonderlandDoor2/animationListener2" | ||
| 10 | panels { room: "Regular" name: "SHRINK" } | ||
| 11 | location_room: "Regular" | ||
| 12 | } | ||
| 13 | doors { | ||
| 14 | name: "Big Door" | ||
| 15 | type: EVENT | ||
| 16 | panels { room: "Huge" name: "SHRINK" } | ||
| 17 | panels { room: "Huge" name: "IRE" } | ||
| 18 | panels { room: "Huge" name: "BRIE" } | ||
| 19 | panels { room: "Huge" name: "WICK" } | ||
| 20 | panels { room: "Huge" name: "BARK" } | ||
| 21 | panels { room: "Huge" name: "HARE" } | ||
| 22 | panels { room: "Huge" name: "CHIME" } | ||
| 23 | panels { room: "Huge" name: "LIBRARY" } | ||
| 24 | } | ||
