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 When.txtpb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/maps/the_great/rooms/Question Room When.txtpb (limited to 'data/maps/the_great/rooms/Question Room When.txtpb') diff --git a/data/maps/the_great/rooms/Question Room When.txtpb b/data/maps/the_great/rooms/Question Room When.txtpb new file mode 100644 index 0000000..7c19407 --- /dev/null +++ b/data/maps/the_great/rooms/Question Room When.txtpb @@ -0,0 +1,21 @@ +name: "Question Room When" +display_name: "Question Room" +panels { + name: "QUESTION" + path: "Panels/Questions/question_1" + clue: "question" + answer: "what" + symbols: "example" + proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" } + proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" } + # "Panels/Question Proxies/question_1_proxied3" <- this is just what again + proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" } + proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" } + proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" } +} +paintings { + name: "WHY" + path: "Components/Paintings/why2" + orientation: "north" + gravity: Y_PLUS +} -- cgit 1.4.1