From 0fbaff9e15d1214192bd2b70bf4bc90d873727b6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 09:36:23 -0400 Subject: Added the_graveyard --- data/maps/the_graveyard/doors.txtpb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/maps/the_graveyard/doors.txtpb (limited to 'data/maps/the_graveyard/doors.txtpb') diff --git a/data/maps/the_graveyard/doors.txtpb b/data/maps/the_graveyard/doors.txtpb new file mode 100644 index 0000000..64204ae --- /dev/null +++ b/data/maps/the_graveyard/doors.txtpb @@ -0,0 +1,25 @@ +doors { + name: "Outside Puzzles" + type: EVENT + # TODO: gravestones + # The Maze (the_great) + # The Tree (the_tree) + # The Landscapes (the_great) + # The Three Doors (the_three_doors) + # Behind The Keen (the_linear) + # Into The Mouth (the_great) + # Red Against Blue (the_great) + # Building Building (the_great) +} +doors { + name: "Mausoleum Door" + type: EVENT + panels { room: "Outside" name: "FOOT" } + panels { room: "Outside" name: "SEVERE" } +} +doors { + name: "Double Letters" + type: EVENT + switches: "double_letters" + # TODO: once again, not sure whether this is how it should work +} -- cgit 1.4.1