From e99f7bf302b528242a99b500f6c5b2423daaefd6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 15:12:15 -0400 Subject: Added the_plaza --- data/maps/the_plaza/rooms/Bottom Right Room.txtpb | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 data/maps/the_plaza/rooms/Bottom Right Room.txtpb (limited to 'data/maps/the_plaza/rooms/Bottom Right Room.txtpb') diff --git a/data/maps/the_plaza/rooms/Bottom Right Room.txtpb b/data/maps/the_plaza/rooms/Bottom Right Room.txtpb new file mode 100644 index 0000000..1f768c4 --- /dev/null +++ b/data/maps/the_plaza/rooms/Bottom Right Room.txtpb @@ -0,0 +1,44 @@ +name: "Bottom Right Room" +display_name: "Plaza" +panels { + name: "FLY" + path: "Panels/Room 3/panel_1" + clue: "fly" + answer: "bird" + symbols: "job" +} +panels { + name: "DECLOG" + path: "Panels/Room 3/panel_2" + clue: "declog" + answer: "plunger" + symbols: "job" +} +panels { + name: "SWING" + path: "Panels/Room 3/panel_3" + clue: "swing" + answer: "bat" + symbols: "job" +} +panels { + name: "HIBERNATE" + path: "Panels/Room 3/panel_4" + clue: "hibernate" + answer: "bear" + symbols: "job" +} +panels { + name: "HONEY" + path: "Panels/Room 3/panel_5" + clue: "honey" + answer: "bee" + symbols: "job" +} +panels { + name: "INJECT" + path: "Panels/Room 3/panel_6" + clue: "inject" + answer: "syringe" + symbols: "job" +} -- cgit 1.4.1