From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- data/maps/the_entry/rooms/Right Eye.txtpb | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/maps/the_entry/rooms/Right Eye.txtpb (limited to 'data/maps/the_entry/rooms/Right Eye.txtpb') diff --git a/data/maps/the_entry/rooms/Right Eye.txtpb b/data/maps/the_entry/rooms/Right Eye.txtpb new file mode 100644 index 0000000..55ccc8c --- /dev/null +++ b/data/maps/the_entry/rooms/Right Eye.txtpb @@ -0,0 +1,32 @@ +name: "Right Eye" +display_name: "Right Eye Area" +panels { + name: "EYE" + path: "Panels/Entry/front_2" + clue: "eye" + answer: "spy" + symbols: "zero" +} +panels { + name: "WANDER" + path: "Panels/Pilgrimage/cream_1" + clue: "wander" + answer: "wander" + proxies { answer: "lust" path: "Panels/Pilgrimage/cream_1_proxy_1" } +} +panels { + name: "FAINT" + path: "Panels/Entry/partial_1" + clue: "faint" + answer: "paint" + symbols: "sparkles" +} +paintings { + name: "PSYCHIC" + path: "Components/Paintings/psychic" + required_door { name: "Red Room Painting" } + enter_only: true + move: true + orientation: "west" + display_name: "Red Room Painting" +} \ No newline at end of file -- cgit 1.4.1