From c75db26e333f9d9863743e29166b6384f7270f44 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 21:58:31 -0400 Subject: Added the_literate --- data/maps/the_literate/doors.txtpb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/maps/the_literate/doors.txtpb (limited to 'data/maps/the_literate/doors.txtpb') diff --git a/data/maps/the_literate/doors.txtpb b/data/maps/the_literate/doors.txtpb new file mode 100644 index 0000000..480f54d --- /dev/null +++ b/data/maps/the_literate/doors.txtpb @@ -0,0 +1,14 @@ +doors { + name: "Door" + type: STANDARD + receivers: "Components/Doors/entry_1" + panels { room: "Puzzle Room" name: "WATER" } + panels { room: "Puzzle Room" name: "JUICE" } + panels { room: "Puzzle Room" name: "MAGMA" } + panels { room: "Puzzle Room" name: "CREATURE" } + panels { room: "Puzzle Room" name: "SAND" } + panels { room: "Puzzle Room" name: "LIQUID" } + panels { room: "Puzzle Room" name: "STICK" } + panels { room: "Puzzle Room" name: "BREAD" } + location_room: "Puzzle Room" +} -- cgit 1.4.1