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/doors.txtpb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/maps/the_ancient/doors.txtpb (limited to 'data/maps/the_ancient/doors.txtpb') diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb new file mode 100644 index 0000000..894fbf5 --- /dev/null +++ b/data/maps/the_ancient/doors.txtpb @@ -0,0 +1,18 @@ +doors { + name: "Front Door" + type: STANDARD + panels { room: "Outside" name: "THIS" } + location_room: "Outside" +} +doors { + name: "End Door" + type: STANDARD + # TODO: all the keyholders! + location_room: "Inside" +} +doors { + name: "Lavender Cubes" + type: STANDARD + panels { room: "Inside" name: "COLOR" } + location_room: "Inside" +} -- cgit 1.4.1