From c9139577e690baff59da1b1edf13ef209c00ee40 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 18:50:04 -0400 Subject: Added the_repetitive --- data/maps/the_repetitive/rooms/Anti Room.txtpb | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 data/maps/the_repetitive/rooms/Anti Room.txtpb (limited to 'data/maps/the_repetitive/rooms/Anti Room.txtpb') diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb new file mode 100644 index 0000000..04b3139 --- /dev/null +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb @@ -0,0 +1,47 @@ +name: "Anti Room" +display_name: "Repetitive" +# Ignore the collectible. The mod should remove it and the back wall too. +panels { + name: "HA (1)" + path: "Panels/Entry/panel_7" + clue: "ha" + answer: "haha" +} +panels { + name: "HA (2)" + path: "Panels/Entry/panel_8" + clue: "ha" + answer: "hahaha" +} +panels { + name: "HA (3)" + path: "Panels/Entry/panel_12" + clue: "ha" + answer: "hahahaha" +} +panels { + name: "HA (4)" + path: "Panels/Entry/panel_13" + clue: "ha" + answer: "hahahahaha" +} +panels { + name: "HA (5)" + path: "Panels/Entry/panel_14" + clue: "ha" + answer: "hahahahahaha" +} +panels { + name: "TWO" + path: "Panels/Entry/panel3" + clue: "two" + answer: "digit" + symbols: "example" +} +panels { + name: "EYE" + path: "Panels/Entry/panel4" + clue: "eye" + answer: "iris" + symbols: "boxes" +} -- cgit 1.4.1