From 3cd16688ea2f467a16473b6b3c4cbb61e0819a1f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 09:10:54 -0400 Subject: Added the_orb --- data/maps/the_orb/doors.txtpb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/maps/the_orb/doors.txtpb (limited to 'data/maps/the_orb/doors.txtpb') diff --git a/data/maps/the_orb/doors.txtpb b/data/maps/the_orb/doors.txtpb new file mode 100644 index 0000000..620b1db --- /dev/null +++ b/data/maps/the_orb/doors.txtpb @@ -0,0 +1,24 @@ +doors { + name: "O Puzzles" + type: EVENT + panels { room: "Main Area" name: "STRIKE" } + panels { room: "Main Area" name: "METAL" } + panels { room: "Main Area" name: "HINT" } + panels { room: "Main Area" name: "THIN" } +} +doors { + name: "R Puzzles" + type: EVENT + panels { room: "Main Area" name: "NARROW" } + panels { room: "Main Area" name: "CLUE" } + panels { room: "Main Area" name: "IMPLY" } + panels { room: "Main Area" name: "THICK" } +} +doors { + name: "B Puzzles" + type: EVENT + panels { room: "Main Area" name: "MUSE" } + panels { room: "Main Area" name: "ACT" } + panels { room: "Main Area" name: "SOUTH" } + panels { room: "Main Area" name: "EAST" } +} -- cgit 1.4.1