From f95dcb283fcff2eeecce4f240c76d800f529703c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 20:56:42 -0400 Subject: Added the_wondrous --- data/maps/the_wondrous/doors.txtpb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/maps/the_wondrous/doors.txtpb (limited to 'data/maps/the_wondrous/doors.txtpb') 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 @@ +doors { + name: "Front Door" + type: EVENT + panels { room: "Entry" name: "WONDER" } +} +doors { + name: "Shrink Door" + type: STANDARD + receivers: "Components/Doors/wonderlandDoor2/animationListener2" + panels { room: "Regular" name: "SHRINK" } + location_room: "Regular" +} +doors { + name: "Big Door" + type: EVENT + panels { room: "Huge" name: "SHRINK" } + panels { room: "Huge" name: "IRE" } + panels { room: "Huge" name: "BRIE" } + panels { room: "Huge" name: "WICK" } + panels { room: "Huge" name: "BARK" } + panels { room: "Huge" name: "HARE" } + panels { room: "Huge" name: "CHIME" } + panels { room: "Huge" name: "LIBRARY" } +} -- cgit 1.4.1