From 09bfcb2abbb713500f7c1f9eccdfb6a59d6289a5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:02:00 -0400 Subject: Added the_sun_temple --- data/maps/the_sun_temple/connections.txtpb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/maps/the_sun_temple/connections.txtpb (limited to 'data/maps/the_sun_temple/connections.txtpb') diff --git a/data/maps/the_sun_temple/connections.txtpb b/data/maps/the_sun_temple/connections.txtpb new file mode 100644 index 0000000..b0b3a0a --- /dev/null +++ b/data/maps/the_sun_temple/connections.txtpb @@ -0,0 +1,15 @@ +connections { + from_room: "Entrance" + to_room: "Temple" + door { name: "Entrance" } +} +connections { + from_room: "Temple" + to_room: "Ending" + door { name: "Ending" } +} +connections { + from_room: "Temple" + to_room: "Mastery" + door { name: "Mastery" } +} -- cgit 1.4.1