From a9b8ccb7b52b8e2090c6c48f2dbcff16afde9dc3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 16:31:56 -0400 Subject: Added the_tower --- data/maps/the_tower/connections.txtpb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/maps/the_tower/connections.txtpb (limited to 'data/maps/the_tower/connections.txtpb') 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 @@ +connections { + from_room: "First Floor" + to_room: "Tower" + door { name: "First Floor Door" } +} +connections { + from_room: "Tower" + to_room: "Ending" + door { name: "Ending" } +} -- cgit 1.4.1