From fcedfcf605ca0ed9781e0788f9c0b7c124586caa Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 22:23:04 -0400 Subject: Added the_ancient --- data/maps/the_ancient/connections.txtpb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/maps/the_ancient/connections.txtpb (limited to 'data/maps/the_ancient/connections.txtpb') diff --git a/data/maps/the_ancient/connections.txtpb b/data/maps/the_ancient/connections.txtpb new file mode 100644 index 0000000..23989ab --- /dev/null +++ b/data/maps/the_ancient/connections.txtpb @@ -0,0 +1,10 @@ +connections { + from_room: "Outside" + to_room: "Inside" + door { name: "Front Door" } +} +connections { + from_room: "Inside" + to_room: "Ending" + door { name: "End Door" } +} -- cgit 1.4.1