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/connections.txtpb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/maps/the_orb/connections.txtpb (limited to 'data/maps/the_orb/connections.txtpb') diff --git a/data/maps/the_orb/connections.txtpb b/data/maps/the_orb/connections.txtpb new file mode 100644 index 0000000..62a7643 --- /dev/null +++ b/data/maps/the_orb/connections.txtpb @@ -0,0 +1,20 @@ +connections { + from_room: "Main Area" + to_room: "O Room" + door { name: "O Puzzles" } +} +connections { + from_room: "Main Area" + to_room: "R Room" + door { name: "R Puzzles" } +} +connections { + from_room: "Main Area" + to_room: "B Room" + door { name: "B Puzzles" } +} +connections { + from_room: "B Room" + to_room: "Main Area" + oneway: true +} -- cgit 1.4.1