From eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 14:18:48 -0400 Subject: Added the_great --- data/maps/the_great/rooms/Question Room How.txtpb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/maps/the_great/rooms/Question Room How.txtpb (limited to 'data/maps/the_great/rooms/Question Room How.txtpb') diff --git a/data/maps/the_great/rooms/Question Room How.txtpb b/data/maps/the_great/rooms/Question Room How.txtpb new file mode 100644 index 0000000..2130e96 --- /dev/null +++ b/data/maps/the_great/rooms/Question Room How.txtpb @@ -0,0 +1,20 @@ +name: "Question Room How" +display_name: "Question Room" +panels { + name: "QUESTION" + path: "Panels/Questions/question_3" + clue: "question" + answer: "how" + symbols: "example" + # "Panels/Question Proxies/question_3_proxied" <- this is just how again + proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" } + proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" } + proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" } + proxies { answer: "when" path: "Panels/Question Proxies/question_3_proxied5" } + proxies { answer: "where" path: "Panels/Question Proxies/question_3_proxied6" } +} +paintings { + name: "WHY" + path: "Components/Paintings/why" + orientation: "east" +} -- cgit 1.4.1